Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 699 for host:kubernetes.io (0.08 sec)

  1. Node Autoscaling | Kubernetes

    Automatically provision and consolidate the Nodes in your cluster to adapt to demand and optimize cost.
    kubernetes.io/docs/concepts/cluster-administration/node-autoscaling/
    Registered: Fri Sep 12 06:24:13 UTC 2025
    - 472.3K bytes
    - Viewed (0)
  2. Configuring a cgroup driver | Kubernetes

    This page explains how to configure the kubelet's cgroup driver to match the container runtime cgroup driver for kubeadm clusters. Before you begin You should be familiar with the Kubernetes container runtime requirements. Configuring the container runtime cgroup driver The Container runtimes page explains that the systemd driver is recommended for kubeadm based setups instead of the kubelet's default cgroupfs driver, because kubeadm manages the kubelet as a systemd service.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/
    Registered: Fri Sep 12 06:24:24 UTC 2025
    - 465.2K bytes
    - Viewed (0)
  3. Taints and Tolerations | Kubernetes

    Node affinity is a property of Pods that attracts them to a set of nodes (either as a preference or a hard requirement). Taints are the opposite -- they allow a node to repel a set of pods. Tolerations are applied to pods. Tolerations allow the scheduler to schedule pods with matching taints. Tolerations allow scheduling but don't guarantee scheduling: the scheduler also evaluates other parameters as part of its function.
    kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
    Registered: Fri Sep 12 06:24:38 UTC 2025
    - 487.3K bytes
    - Viewed (0)
  4. HorizontalPodAutoscaler Walkthrough | Kubernetes

    A HorizontalPodAutoscaler (HPA for short) automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.
    kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/
    Registered: Fri Sep 12 06:41:55 UTC 2025
    - 517.7K bytes
    - Viewed (0)
  5. Set up an Extension API Server | Kubernetes

    Setting up an extension API server to work with the aggregation layer allows the Kubernetes apiserver to be extended with additional APIs, which are not part of the core Kubernetes APIs. 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/extend-kubernetes/setup-extension-api-server/
    Registered: Fri Sep 12 06:43:23 UTC 2025
    - 461.8K bytes
    - Viewed (0)
  6. Adding entries to Pod /etc/hosts with HostAlias...

    Adding entries to a Pod's /etc/hosts file provides Pod-level override of hostname resolution when DNS and other options are not applicable. You can add these custom entries with the HostAliases field in PodSpec. The Kubernetes project recommends modifying DNS configuration using the hostAliases field (part of the .spec for a Pod), and not by using an init container or other means to edit /etc/hosts directly. Change made in other ways may be overwritten by the kubelet during Pod creation or restart.
    kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/
    Registered: Fri Sep 12 06:42:50 UTC 2025
    - 467.5K bytes
    - Viewed (0)
  7. TLS | Kubernetes

    Understand how to protect traffic within your cluster using Transport Layer Security (TLS).
    kubernetes.io/docs/tasks/tls/
    Registered: Fri Sep 12 06:42:24 UTC 2025
    - 455.3K bytes
    - Viewed (0)
  8. Apply Pod Security Standards at the Namespace L...

    Note This tutorial applies only for new clusters. Pod Security Admission is an admission controller that applies Pod Security Standards when pods are created. It is a feature GA'ed in v1.25. In this tutorial, you will enforce the baseline Pod Security Standard, one namespace at a time. You can also apply Pod Security Standards to multiple namespaces at once at the cluster level. For instructions, refer to Apply Pod Security Standards at the cluster level.
    kubernetes.io/docs/tutorials/security/ns-level-pss/
    Registered: Fri Sep 12 06:45:29 UTC 2025
    - 465.7K bytes
    - Viewed (0)
  9. Deploy and Access the Kubernetes Dashboard | Ku...

    Deploy the web UI (Kubernetes Dashboard) and access it.
    kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/
    Registered: Fri Sep 12 06:46:13 UTC 2025
    - 470.1K bytes
    - Viewed (0)
  10. Update Your App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/update/
    Registered: Fri Sep 12 06:46:19 UTC 2025
    - 456.4K bytes
    - Viewed (0)
Back to top