Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 702 for host:kubernetes.io (0.02 sec)

  1. Set Kubelet Parameters Via A Configuration File...

    Before you begin Some steps in this page use the jq tool. If you don't have jq, you can install it via your operating system's software sources, or fetch it from https://jqlang.github.io/jq/. Some steps also involve installing curl, which can be installed via your operating system's software sources. A subset of the kubelet's configuration parameters may be set via an on-disk config file, as a substitute for command-line flags. Providing parameters via a config file is the recommended approach because it simplifies node deployment and configuration management.
    kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/
    Registered: Wed Oct 15 07:57:23 UTC 2025
    - 488.5K bytes
    - Viewed (0)
  2. Using CoreDNS for Service Discovery | Kubernetes

    This page describes the CoreDNS upgrade process and how to install CoreDNS instead of kube-dns. 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/coredns/
    Registered: Wed Oct 15 07:57:57 UTC 2025
    - 463.4K bytes
    - Viewed (0)
  3. Limit Storage Consumption | Kubernetes

    This example demonstrates how to limit the amount of storage consumed in a namespace. The following resources are used in the demonstration: ResourceQuota, LimitRange, and PersistentVolumeClaim. 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/tasks/administer-cluster/limit-storage-consumption/
    Registered: Wed Oct 15 07:56:50 UTC 2025
    - 466.4K bytes
    - Viewed (0)
  4. Configure GMSA for Windows Pods and containers ...

    FEATURE STATE: Kubernetes v1.18 [stable] This page shows how to configure Group Managed Service Accounts (GMSA) for Pods and containers that will run on Windows nodes. Group Managed Service Accounts are a specific type of Active Directory account that provides automatic password management, simplified service principal name (SPN) management, and the ability to delegate the management to other administrators across multiple servers. In Kubernetes, GMSA credential specs are configured at a Kubernetes cluster-wide scope as Custom Resources.
    kubernetes.io/docs/tasks/configure-pod-container/configure-gmsa/
    Registered: Wed Oct 15 07:59:38 UTC 2025
    - 494.7K bytes
    - Viewed (0)
  5. Deployments | Kubernetes

    A Deployment manages a set of Pods to run an application workload, usually one that doesn't maintain state.
    kubernetes.io/docs/concepts/workloads/controllers/deployment/
    Registered: Wed Oct 15 07:33:39 UTC 2025
    - 553.5K bytes
    - Viewed (0)
  6. Pod Quality of Service Classes | Kubernetes

    This page introduces Quality of Service (QoS) classes in Kubernetes, and explains how Kubernetes assigns a QoS class to each Pod as a consequence of the resource constraints that you specify for the containers in that Pod. Kubernetes relies on this classification to make decisions about which Pods to evict when there are not enough available resources on a Node. Quality of Service classes Kubernetes classifies the Pods that you run and allocates each Pod into a specific quality of service (QoS) class.
    kubernetes.io/docs/concepts/workloads/pods/pod-qos/
    Registered: Wed Oct 15 07:32:36 UTC 2025
    - 467.4K bytes
    - Viewed (0)
  7. Pod Lifecycle | Kubernetes

    This page describes the lifecycle of a Pod. Pods follow a defined lifecycle, starting in the Pending phase, moving through Running if at least one of its primary containers starts OK, and then through either the Succeeded or Failed phases depending on whether any container in the Pod terminated in failure. Like individual application containers, Pods are considered to be relatively ephemeral (rather than durable) entities. Pods are created, assigned a unique ID (UID), and scheduled to run on nodes where they remain until termination (according to restart policy) or deletion.
    kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
    Registered: Wed Oct 15 07:32:46 UTC 2025
    - 535.2K bytes
    - Viewed (0)
  8. Gateway API | Kubernetes

    Gateway API is a family of API kinds that provide dynamic infrastructure provisioning and advanced traffic routing.
    kubernetes.io/docs/concepts/services-networking/gateway/
    Registered: Wed Oct 15 07:33:59 UTC 2025
    - 481.9K bytes
    - Viewed (0)
  9. Install Tools | Kubernetes

    Set up Kubernetes tools on your computer.
    kubernetes.io/docs/tasks/tools/
    Registered: Wed Oct 15 07:49:58 UTC 2025
    - 460.9K bytes
    - Viewed (0)
  10. Administration with kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/
    Registered: Wed Oct 15 07:50:30 UTC 2025
    - 458.9K bytes
    - Viewed (0)
Back to top