Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 686 for host:kubernetes.io (0.04 sec)

  1. StatefulSets | Kubernetes

    A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing applications that need persistent storage or a stable, unique network identity.
    kubernetes.io/docs/concepts/workloads/controllers/statefulset/
    Registered: Fri Jun 27 06:36:12 UTC 2025
    - 486.8K bytes
    - Viewed (0)
  2. Storage | Kubernetes

    Ways to provide both long-term and temporary storage to Pods in your cluster.
    kubernetes.io/docs/concepts/storage/
    Registered: Fri Jun 27 06:35:36 UTC 2025
    - 447.3K bytes
    - Viewed (0)
  3. Install and Set Up kubectl on Linux | Kubernetes

    Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.33 client can communicate with v1.32, v1.33, and v1.34 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Linux The following methods exist for installing kubectl on Linux: Install kubectl binary with curl on Linux Install using native package management Install using other package management Install kubectl binary with curl on Linux Download the latest release with the command:
    kubernetes.io/docs/tasks/tools/install-kubectl-linux/
    Registered: Fri Jun 27 06:46:28 UTC 2025
    - 487.7K bytes
    - Viewed (0)
  4. Upgrading Windows nodes | Kubernetes

    FEATURE STATE: Kubernetes v1.18 [beta] This page explains how to upgrade a Windows node created with kubeadm. Before you begin You need to have shell access to all the nodes, 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. Your Kubernetes server must be at or later than version 1.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-windows-nodes/
    Registered: Fri Jun 27 06:48:14 UTC 2025
    - 452.7K bytes
    - Viewed (0)
  5. Proxies in Kubernetes | Kubernetes

    This page explains proxies used with Kubernetes. Proxies There are several different proxies you may encounter when using Kubernetes: The kubectl proxy: runs on a user's desktop or in a pod proxies from a localhost address to the Kubernetes apiserver client to proxy uses HTTP proxy to apiserver uses HTTPS locates apiserver adds authentication headers The apiserver proxy: is a bastion built into the apiserver connects a user outside of the cluster to cluster IPs which otherwise might not be reachable runs in the apiserver processes client to proxy uses HTTPS (or http if apiserver so configured) proxy to target may use HTTP or HTTPS as chosen by proxy using available information can be used to reach a Node, Pod, or Service does load balancing when used to reach a Service The kube proxy:
    kubernetes.io/docs/concepts/cluster-administration/proxies/
    Registered: Fri Jun 27 06:47:38 UTC 2025
    - 451.5K bytes
    - Viewed (0)
  6. Change the default StorageClass | Kubernetes

    This page shows how to change the default Storage Class that is used to provision volumes for PersistentVolumeClaims that have no special requirements. 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/administer-cluster/change-default-storage-class/
    Registered: Fri Jun 27 06:49:54 UTC 2025
    - 453.2K bytes
    - Viewed (0)
  7. Configure Memory and CPU Quotas for a Namespace...

    Define overall memory and CPU resource limits for a namespace.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-memory-cpu-namespace/
    Registered: Fri Jun 27 06:50:14 UTC 2025
    - 466.4K bytes
    - Viewed (0)
  8. Customizing DNS Service | Kubernetes

    This page explains how to configure your DNS Pod(s) and customize the DNS resolution process in your 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/administer-cluster/dns-custom-nameservers/
    Registered: Fri Jun 27 06:50:50 UTC 2025
    - 462.9K bytes
    - Viewed (0)
  9. Use Cilium for NetworkPolicy | Kubernetes

    This page shows how to use Cilium for NetworkPolicy. For background on Cilium, read the Introduction to Cilium. 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/administer-cluster/network-policy-provider/cilium-network-policy/
    Registered: Fri Jun 27 06:51:20 UTC 2025
    - 454K bytes
    - Viewed (0)
  10. Administer a Cluster | Kubernetes

    Learn common tasks for administering a cluster.
    kubernetes.io/docs/tasks/administer-cluster/
    Registered: Fri Jun 27 06:46:49 UTC 2025
    - 451.4K bytes
    - Viewed (0)
Back to top