Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 430 of 705 for host:kubernetes.io (0.03 sec)

  1. IPv4/IPv6 dual-stack | Kubernetes

    Kubernetes lets you configure single-stack IPv4 networking, single-stack IPv6 networking, or dual stack networking with both network families active. This page explains how.
    kubernetes.io/docs/concepts/services-networking/dual-stack/
    Registered: Mon Nov 24 07:37:42 UTC 2025
    - 497.5K bytes
    - Viewed (0)
  2. Pod Security Policies | Kubernetes

    Removed feature PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Instead of using PodSecurityPolicy, you can enforce similar restrictions on Pods using either or both: Pod Security Admission a 3rd party admission plugin, that you deploy and configure yourself For a migration guide, see Migrate from PodSecurityPolicy to the Built-In PodSecurity Admission Controller. For more information on the removal of this API, see PodSecurityPolicy Deprecation: Past, Present, and Future.
    kubernetes.io/docs/concepts/security/pod-security-policy/
    Registered: Mon Nov 24 07:37:51 UTC 2025
    - 459.7K bytes
    - Viewed (0)
  3. Available Documentation Versions | Kubernetes

    This website contains documentation for the current version of Kubernetes and the four previous versions of Kubernetes. The availability of documentation for a Kubernetes version is separate from whether that release is currently supported. Read Support period to learn about which versions of Kubernetes are officially supported, and for how long.
    kubernetes.io/docs/home/supported-doc-versions/
    Registered: Mon Nov 24 07:36:33 UTC 2025
    - 460.6K bytes
    - Viewed (0)
  4. 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: Mon Nov 24 07:51:18 UTC 2025
    - 474.6K bytes
    - Viewed (0)
  5. Upgrading Linux nodes | Kubernetes

    This page explains how to upgrade a Linux Worker Nodes 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. To check the version, enter kubectl version.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes/
    Registered: Mon Nov 24 07:52:47 UTC 2025
    - 469K bytes
    - Viewed (0)
  6. Scheduling, Preemption and Eviction | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/scheduling-eviction/
    Registered: Mon Nov 24 07:47:47 UTC 2025
    - 462.6K bytes
    - Viewed (0)
  7. Concepts | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/
    Registered: Mon Nov 24 07:35:02 UTC 2025
    - 460.6K bytes
    - Viewed (0)
  8. Options for Highly Available Topology | Kubernetes

    This page explains the two options for configuring the topology of your highly available (HA) Kubernetes clusters. You can set up an HA cluster: With stacked control plane nodes, where etcd nodes are colocated with control plane nodes With external etcd nodes, where etcd runs on separate nodes from the control plane You should carefully consider the advantages and disadvantages of each topology before setting up an HA cluster.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/ha-topology/
    Registered: Mon Nov 24 07:35:23 UTC 2025
    - 463.2K bytes
    - Viewed (0)
  9. Dual-stack support with kubeadm | Kubernetes

    FEATURE STATE: Kubernetes v1.23 [stable] Your Kubernetes cluster includes dual-stack networking, which means that cluster networking lets you use either address family. In a cluster, the control plane can assign both an IPv4 address and an IPv6 address to a single Pod or a Service. Before you begin You need to have installed the kubeadm tool, following the steps from Installing kubeadm. For each server that you want to use as a node, make sure it allows IPv6 forwarding.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/dual-stack-support/
    Registered: Mon Nov 24 07:36:02 UTC 2025
    - 478K bytes
    - Viewed (0)
  10. Resource Quotas | Kubernetes

    When several users or teams share a cluster with a fixed number of nodes, there is a concern that one team could use more than its fair share of resources. Resource quotas are a tool for administrators to address this concern. A resource quota, defined by a ResourceQuota object, provides constraints that limit aggregate resource consumption per namespace. A ResourceQuota can also limit the quantity of objects that can be created in a namespace by API kind, as well as the total amount of infrastructure resources that may be consumed by API objects found in that namespace.
    kubernetes.io/docs/concepts/policy/resource-quotas/
    Registered: Mon Nov 24 07:54:14 UTC 2025
    - 527.2K bytes
    - Viewed (0)
Back to top