Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 699 for host:kubernetes.io (0.3 sec)

  1. kubectl version | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_version/
    Registered: Tue Sep 09 00:11:56 UTC 2025
    - 462.4K bytes
    - Viewed (0)
  2. Pod Security Standards | Kubernetes

    A detailed look at the different policy levels defined in the Pod Security Standards.
    kubernetes.io/docs/concepts/security/pod-security-standards/
    Registered: Mon Sep 08 22:27:36 UTC 2025
    - 480.6K bytes
    - Viewed (0)
  3. Security For Windows Nodes | Kubernetes

    This page describes security considerations and best practices specific to the Windows operating system. Protection for Secret data on nodes On Windows, data from Secrets are written out in clear text onto the node's local storage (as compared to using tmpfs / in-memory filesystems on Linux). As a cluster operator, you should take both of the following additional measures: Use file ACLs to secure the Secrets' file location. Apply volume-level encryption using BitLocker.
    kubernetes.io/docs/concepts/security/windows-security/
    Registered: Mon Sep 08 22:26:19 UTC 2025
    - 459.1K bytes
    - Viewed (0)
  4. Configure Liveness, Readiness and Startup Probe...

    This page shows how to configure liveness, readiness and startup probes for containers. For more information about probes, see Liveness, Readiness and Startup Probes The kubelet uses liveness probes to know when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress. Restarting a container in such a state can help to make the application more available despite bugs.
    kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
    Registered: Mon Sep 08 22:50:34 UTC 2025
    - 519.6K bytes
    - Viewed (0)
  5. Define Environment Variable Values Using An Ini...

    FEATURE STATE: Kubernetes v1.34 [alpha] (enabled by default: false) This page show how to configure environment variables for containers in a Pod via file. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.
    kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-via-file/
    Registered: Mon Sep 08 22:49:45 UTC 2025
    - 470.4K bytes
    - Viewed (0)
  6. Configure a Pod to Use a Projected Volume for S...

    This page shows how to use a projected Volume to mount several existing volume sources into the same directory. Currently, secret, configMap, downwardAPI, and serviceAccountToken volumes can be projected. Note:serviceAccountToken is not a volume type. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.
    kubernetes.io/docs/tasks/configure-pod-container/configure-projected-volume-storage/
    Registered: Mon Sep 08 22:48:32 UTC 2025
    - 468.5K bytes
    - Viewed (0)
  7. Configure DNS for a Cluster | Kubernetes

    Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default. In Kubernetes version 1.11 and later, CoreDNS is recommended and is installed by default with kubeadm. For more information on how to configure CoreDNS for a Kubernetes cluster, see the Customizing DNS Service. An example demonstrating how to use Kubernetes DNS with kube-dns, see the Kubernetes DNS sample plugin.
    kubernetes.io/docs/tasks/access-application-cluster/configure-dns-cluster/
    Registered: Mon Sep 08 23:21:30 UTC 2025
    - 457.3K bytes
    - Viewed (0)
  8. Access Services Running on Clusters | Kubernetes

    This page shows how to connect to services running on the Kubernetes cluster. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/access-application-cluster/access-cluster-services/
    Registered: Mon Sep 08 23:21:38 UTC 2025
    - 467.2K bytes
    - Viewed (0)
  9. Install Drivers and Allocate Devices with DRA |...

    FEATURE STATE: Kubernetes v1.34 [stable] (enabled by default: true) This tutorial shows you how to install Dynamic Resource Allocation (DRA) drivers in your cluster and how to use them in conjunction with the DRA APIs to allocate devices to Pods. This page is intended for cluster administrators. Dynamic Resource Allocation (DRA) lets a cluster manage availability and allocation of hardware resources to satisfy Pod-based claims for hardware requirements and preferences.
    kubernetes.io/docs/tutorials/cluster-management/install-use-dra/
    Registered: Mon Sep 08 23:20:27 UTC 2025
    - 534.7K bytes
    - Viewed (0)
  10. Manage Cluster Daemons | Kubernetes

    Perform common tasks for managing a DaemonSet, such as performing a rolling update.
    kubernetes.io/docs/tasks/manage-daemon/
    Registered: Mon Sep 08 23:22:30 UTC 2025
    - 455.5K bytes
    - Viewed (0)
Back to top