Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 703 for host:kubernetes.io (0.02 sec)

  1. Configuring swap memory on Kubernetes nodes | K...

    This page provides an example of how to provision and configure swap memory on a Kubernetes node using kubeadm. Objectives Provision swap memory on a Kubernetes node using kubeadm. Learn to configure both encrypted and unencrypted swap. Learn to enable swap on boot. 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/tutorials/configuration/provision-swap-memory/
    Registered: Mon Sep 15 09:03:11 UTC 2025
    - 464.7K bytes
    - Viewed (0)
  2. Kubernetes Components | Kubernetes

    An overview of the key components that make up a Kubernetes cluster.
    kubernetes.io/docs/concepts/overview/components/
    Registered: Wed Nov 05 10:17:02 UTC 2025
    - 464.3K bytes
    - Viewed (0)
  3. 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: Wed Nov 05 10:15:51 UTC 2025
    - 494.7K bytes
    - Viewed (0)
  4. 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:To reconfigure a cluster that has already been created see Reconfiguring a kubeadm cluster.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/
    Registered: Wed Nov 05 10:16:35 UTC 2025
    - 481.4K bytes
    - Viewed (0)
  5. Installing Kubernetes with deployment tools | K...

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/production-environment/tools/
    Registered: Wed Nov 05 10:14:52 UTC 2025
    - 461.6K bytes
    - Viewed (0)
  6. Ingress Controllers | Kubernetes

    In order for an [Ingress](/docs/concepts/services-networking/ingress/) to work in your cluster, there must be an _ingress controller_ running. You need to select at least one ingress controller and make sure it is set up in your cluster. This page lists common ingress controllers that you can deploy.
    kubernetes.io/docs/concepts/services-networking/ingress-controllers/
    Registered: Wed Nov 05 10:22:57 UTC 2025
    - 470K bytes
    - Viewed (0)
  7. 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: Wed Nov 05 10:18:56 UTC 2025
    - 462.3K bytes
    - Viewed (0)
  8. Mixed Version Proxy | Kubernetes

    FEATURE STATE: Kubernetes v1.28 [alpha] (enabled by default: false) Kubernetes 1.34 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: Wed Nov 05 10:20:48 UTC 2025
    - 468.4K bytes
    - Viewed (0)
  9. 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: Wed Nov 05 10:20:26 UTC 2025
    - 505.5K bytes
    - Viewed (0)
  10. Kubernetes Object Management | Kubernetes

    The kubectl command-line tool supports several different ways to create and manage Kubernetes objects. This document provides an overview of the different approaches. Read the Kubectl book for details of managing objects by Kubectl. Management techniques Warning:A Kubernetes object should be managed using only one technique. Mixing and matching techniques for the same object results in undefined behavior. Management technique Operates on Recommended environment Supported writers Learning curve Imperative commands Live objects Development projects 1+ Lowest Imperative object configuration Individual files Production projects 1 Moderate Declarative object configuration Directories of files Production projects 1+ Highest Imperative commands When using imperative commands, a user operates directly on live objects in a cluster.
    kubernetes.io/docs/concepts/overview/working-with-objects/object-management/
    Registered: Wed Nov 05 10:19:16 UTC 2025
    - 471.3K bytes
    - Viewed (0)
Back to top