Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 131 - 140 of 721 for host:kubernetes.io (0.1 seconds)

  1. Create static Pods | Kubernetes

    Static Pods are managed directly by the kubelet daemon on a specific node, without the API server observing them. Unlike Pods that are managed by the control plane (for example, a Deployment); instead, the kubelet watches each static Pod (and restarts it if it fails). Static Pods are always bound to one Kubelet on a specific node. The kubelet automatically tries to create a mirror Pod on the Kubernetes API server for each static Pod.
    kubernetes.io/docs/tasks/configure-pod-container/static-pod/
    Fri Feb 06 08:00:43 GMT 2026
      492.4K bytes
  2. Migrate Replicated Control Plane To Use Cloud C...

    The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster. By decoupling the interoperability logic between Kubernetes and the underlying cloud infrastructure, the cloud-controller-manager component enables cloud providers to release features at a different pace compared to the main Kubernetes project.
    kubernetes.io/docs/tasks/administer-cluster/controller-manager-leader-migration/
    Fri Feb 06 07:59:27 GMT 2026
      492.5K bytes
  3. Enable Or Disable A Kubernetes API | Kubernetes

    This page shows how to enable or disable an API version from your cluster's control plane. Specific API versions can be turned on or off by passing --runtime-config=api/<version> as a command line argument to the API server. The values for this argument are a comma-separated list of API versions. Later values override earlier values. The runtime-config command line argument also supports 2 special keys: api/all, representing all known APIs api/legacy, representing only legacy APIs.
    kubernetes.io/docs/tasks/administer-cluster/enable-disable-api/
    Fri Feb 06 07:59:38 GMT 2026
      469.7K bytes
  4. Use an HTTP Proxy to Access the Kubernetes API ...

    This page shows how to use an HTTP proxy to access the Kubernetes API. 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/extend-kubernetes/http-proxy-access-api/
    Fri Feb 06 08:13:20 GMT 2026
      472K bytes
  5. Run Applications | Kubernetes

    Run and manage both stateless and stateful applications.
    kubernetes.io/docs/tasks/run-application/
    Fri Feb 06 08:13:24 GMT 2026
      468.3K bytes
  6. Define a Command and Arguments for a Container ...

    This page shows how to define commands and arguments when you run a container in a Pod. 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/inject-data-application/define-command-argument-container/
    Fri Feb 06 08:13:31 GMT 2026
      480.7K bytes
  7. Configuration | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/configuration/
    Fri Feb 06 08:24:53 GMT 2026
      467.2K bytes
  8. kubectl completion | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_completion/
    Fri Feb 06 08:43:01 GMT 2026
      478.4K bytes
  9. kubectl config | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/
    Fri Feb 06 08:43:25 GMT 2026
      477.1K bytes
  10. Cluster Management | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/cluster-management/
    Fri Feb 06 08:28:32 GMT 2026
      466.4K bytes
Back to Top