Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 331 - 340 of 723 for host:kubernetes.io (0.03 sec)

  1. Services | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/services/
    Registered: Mon Jan 26 07:12:32 UTC 2026
    - 466.1K bytes
    - Viewed (0)
  2. kubeadm join | Kubernetes

    This command initializes a new Kubernetes node and joins it to the existing cluster. Run this on any machine you wish to join an existing cluster Synopsis When joining a kubeadm initialized cluster, we need to establish bidirectional trust. This is split into discovery (having the Node trust the Kubernetes Control Plane) and TLS bootstrap (having the Kubernetes Control Plane trust the Node). There are 2 main schemes for discovery.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join/
    Registered: Mon Jan 26 07:17:33 UTC 2026
    - 495.3K bytes
    - Viewed (0)
  3. kubectl annotate | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_annotate/
    Registered: Mon Jan 26 07:19:00 UTC 2026
    - 480.2K bytes
    - Viewed (0)
  4. kubectl api-versions | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_api-versions/
    Registered: Mon Jan 26 07:19:16 UTC 2026
    - 474.2K bytes
    - Viewed (0)
  5. kubeadm upgrade | Kubernetes

    kubeadm upgrade is a user-friendly command that wraps complex upgrading logic behind one command, with support for both planning an upgrade and actually performing it. kubeadm upgrade guidance The steps for performing an upgrade using kubeadm are outlined in this document. For older versions of kubeadm, please refer to older documentation sets of the Kubernetes website. You can use kubeadm upgrade diff to see the changes that would be applied to static pod manifests.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade/
    Registered: Mon Jan 26 07:19:22 UTC 2026
    - 483.4K bytes
    - Viewed (0)
  6. Articles on dockershim Removal and on Using CRI...

    This is a list of articles and other pages that are either about the Kubernetes' deprecation and removal of dockershim, or about using CRI-compatible container runtimes, in connection with that removal. Kubernetes project Kubernetes blog: Dockershim Removal FAQ (originally published 2020/12/02) Kubernetes blog: Updated: Dockershim Removal FAQ (updated published 2022/02/17) Kubernetes blog: Kubernetes is Moving on From Dockershim: Commitments and Next Steps (published 2022/01/07) Kubernetes blog: Dockershim removal is coming.
    kubernetes.io/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/
    Registered: Mon Jan 26 07:20:26 UTC 2026
    - 471.8K bytes
    - Viewed (0)
  7. kubectl config set-cluster | Kubernetes

    Synopsis Set a cluster entry in kubeconfig. Specifying a name that already exists will merge new fields on top of existing values for those fields. kubectl config set-cluster NAME [--server=server] [--certificate-authority=path/to/certificate/authority] [--insecure-skip-tls-verify=true] [--tls-server-name=example.com] Examples # Set only the server field on the e2e cluster entry without touching other values kubectl config set-cluster e2e --server=https://1.2.3.4 # Embed certificate authority data for the e2e cluster entry kubectl config set-cluster e2e --embed-certs --certificate-authority=~/.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set-cluster/
    Registered: Mon Jan 26 07:20:01 UTC 2026
    - 476.6K bytes
    - Viewed (0)
  8. kubeadm join phase | Kubernetes

    kubeadm join phase enables you to invoke atomic steps of the join process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm join phase is consistent with the kubeadm join workflow, and behind the scene both use the same code. kubeadm join phase phase Synopsis Use this command to invoke single phase of the "join" workflow
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join-phase/
    Registered: Mon Jan 26 07:20:14 UTC 2026
    - 506.9K bytes
    - Viewed (0)
  9. Linux Node Swap Behaviors | Kubernetes

    To allow Kubernetes workloads to use swap, on a Linux node, you must disable the kubelet's default behavior of failing when swap is detected, and specify memory-swap behavior as LimitedSwap: The available choices for swap behavior are: NoSwap (default) Workloads running as Pods on this node do not and cannot use swap. However, processes outside of Kubernetes' scope, such as system daemons (including the kubelet itself!) can utilize swap. This behavior is beneficial for protecting the node from system-level memory spikes, but it does not safeguard the workloads themselves from such spikes.
    kubernetes.io/docs/reference/node/swap-behavior/
    Registered: Mon Jan 26 07:19:54 UTC 2026
    - 468.4K bytes
    - Viewed (0)
  10. Resource Management for Pods and Containers | K...

    When you specify a Pod, you can optionally specify how much of each resource a container needs. The most common resources to specify are CPU and memory (RAM); there are others. When you specify the resource request for containers in a Pod, the kube-scheduler uses this information to decide which node to place the Pod on. When you specify a resource limit for a container, the kubelet enforces those limits so that the running container is not allowed to use more of that resource than the limit you set.
    kubernetes.io/docs/concepts/configuration/manage-resources-containers/
    Registered: Mon Jan 26 06:41:52 UTC 2026
    - 522.6K bytes
    - Viewed (0)
Back to top