Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 686 for host:kubernetes.io (0.03 sec)

  1. Creating Highly Available Clusters with kubeadm...

    This page explains two different approaches to setting up a highly available Kubernetes cluster using kubeadm: With stacked control plane nodes. This approach requires less infrastructure. The etcd members and control plane nodes are co-located. With an external etcd cluster. This approach requires more infrastructure. The control plane nodes and etcd members are separated. Before proceeding, you should carefully consider which approach best meets the needs of your applications and environment.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/
    Registered: Fri Jun 27 06:29:04 UTC 2025
    - 481.9K bytes
    - Viewed (0)
  2. Mixed Version Proxy | Kubernetes

    FEATURE STATE: Kubernetes v1.28 [alpha] (enabled by default: false) Kubernetes 1.33 includes an alpha feature that lets an API Server proxy a resource requests to other peer API servers. This is useful when there are multiple API servers running different versions of Kubernetes in one cluster (for example, during a long-lived rollout to a new release of Kubernetes). This enables cluster administrators to configure highly available clusters that can be upgraded more safely, by directing resource requests (made during the upgrade) to the correct kube-apiserver.
    kubernetes.io/docs/concepts/architecture/mixed-version-proxy/
    Registered: Fri Jun 27 06:29:47 UTC 2025
    - 455.7K bytes
    - Viewed (0)
  3. Troubleshooting kubeadm | Kubernetes

    As with any program, you might run into an error installing or running kubeadm. This page lists some common failure scenarios and have provided steps that can help you understand and fix the problem. If your problem is not listed below, please follow the following steps: If you think your problem is a bug with kubeadm: Go to github.com/kubernetes/kubeadm and search for existing issues. If no issue exists, please open one and follow the issue template.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/
    Registered: Fri Jun 27 06:29:26 UTC 2025
    - 492.7K bytes
    - Viewed (0)
  4. Kubernetes Components | Kubernetes

    An overview of the key components that make up a Kubernetes cluster.
    kubernetes.io/docs/concepts/overview/components/
    Registered: Fri Jun 27 06:30:01 UTC 2025
    - 451.8K bytes
    - Viewed (0)
  5. Running Kubernetes Node Components as a Non-roo...

    FEATURE STATE: Kubernetes v1.22 [alpha] This document describes how to run Kubernetes Node components such as kubelet, CRI, OCI, and CNI without root privileges, by using a user namespace. This technique is also known as rootless mode. Note:This document describes how to run Kubernetes Node components (and hence pods) as a non-root user. If you are just looking for how to run a pod as a non-root user, see SecurityContext.
    kubernetes.io/docs/tasks/administer-cluster/kubelet-in-userns/
    Registered: Fri Jun 27 06:51:53 UTC 2025
    - 469.6K bytes
    - Viewed (0)
  6. 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/
    Registered: Fri Jun 27 06:52:13 UTC 2025
    - 470.9K bytes
    - Viewed (0)
  7. Configure Minimum and Maximum CPU Constraints f...

    Define a range of valid CPU resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace/
    Registered: Fri Jun 27 06:52:01 UTC 2025
    - 479.8K bytes
    - Viewed (0)
  8. Decrypt Confidential Data that is Already Encry...

    All of the APIs in Kubernetes that let you write persistent API resource data support at-rest encryption. For example, you can enable at-rest encryption for Secrets. This at-rest encryption is additional to any system-level encryption for the etcd cluster or for the filesystem(s) on hosts where you are running the kube-apiserver. This page shows how to switch from encryption of API data at rest, so that API data are stored unencrypted.
    kubernetes.io/docs/tasks/administer-cluster/decrypt-data/
    Registered: Fri Jun 27 06:51:45 UTC 2025
    - 459.6K bytes
    - Viewed (0)
  9. Customizing components with the kubeadm API | K...

    This page covers how to customize the components that kubeadm deploys. For control plane components you can use flags in the ClusterConfiguration structure or patches per-node. For the kubelet and kube-proxy you can use KubeletConfiguration and KubeProxyConfiguration, accordingly. All of these options are possible via the kubeadm configuration API. For more details on each field in the configuration you can navigate to our API reference pages. Note:Customizing the CoreDNS deployment of kubeadm is currently not supported.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/
    Registered: Fri Jun 27 06:30:43 UTC 2025
    - 467.7K bytes
    - Viewed (0)
  10. Kubernetes Self-Healing | Kubernetes

    Kubernetes is designed with self-healing capabilities that help maintain the health and availability of workloads. It automatically replaces failed containers, reschedules workloads when nodes become unavailable, and ensures that the desired state of the system is maintained. Self-Healing capabilities Container-level restarts: If a container inside a Pod fails, Kubernetes restarts it based on the restartPolicy. Replica replacement: If a Pod in a Deployment or StatefulSet fails, Kubernetes creates a replacement Pod to maintain the specified number of replicas.
    kubernetes.io/docs/concepts/architecture/self-healing/
    Registered: Fri Jun 27 06:31:55 UTC 2025
    - 449.7K bytes
    - Viewed (0)
Back to top