- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 501 - 510 of 723 for host:kubernetes.io (0.03 sec)
-
Migrate from PodSecurityPolicy to the Built-In ...
This page describes the process of migrating from PodSecurityPolicies to the built-in PodSecurity admission controller. This can be done effectively using a combination of dry-run and audit and warn modes, although this becomes harder if mutating PSPs are used. Before you begin Your Kubernetes server must be at or later than version v1.22. To check the version, enter kubectl version. If you are currently running a version of Kubernetes other than 1.kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/Registered: Mon Jan 26 06:58:36 UTC 2026 - 491.6K bytes - Viewed (0) -
Cloud Controller Manager | Kubernetes
FEATURE STATE: Kubernetes v1.11 [beta] Cloud infrastructure technologies let you run Kubernetes on public, private, and hybrid clouds. Kubernetes believes in automated, API-driven infrastructure without tight coupling between components. The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster.kubernetes.io/docs/concepts/architecture/cloud-controller/Registered: Mon Jan 26 06:32:54 UTC 2026 - 486.4K bytes - Viewed (0) -
ReplicaSet | Kubernetes
A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time. Usually, you define a Deployment and let that Deployment manage ReplicaSets automatically.kubernetes.io/docs/concepts/workloads/controllers/replicaset/Registered: Mon Jan 26 06:33:02 UTC 2026 - 510.6K bytes - Viewed (0) -
Declare Network Policy | Kubernetes
This document helps you get started using the Kubernetes NetworkPolicy API to declare network policies that govern how pods communicate with each other. Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/administer-cluster/declare-network-policy/Registered: Mon Jan 26 06:48:59 UTC 2026 - 482.8K bytes - Viewed (0) -
Configure Pods and Containers | Kubernetes
Perform common configuration tasks for Pods and containers.kubernetes.io/docs/tasks/configure-pod-container/Registered: Mon Jan 26 06:49:28 UTC 2026 - 471.9K bytes - Viewed (0) -
Nodes | Kubernetes
Kubernetes runs your workload by placing containers into Pods to run on Nodes. A node may be a virtual or physical machine, depending on the cluster. Each node is managed by the control plane and contains the services necessary to run Pods. Typically you have several nodes in a cluster; in a learning or resource-limited environment, you might have only one node. The components on a node include the kubelet, a container runtime, and the kube-proxy.kubernetes.io/docs/concepts/architecture/nodes/Registered: Mon Jan 26 06:27:27 UTC 2026 - 490.3K bytes - Viewed (0) -
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 Jan 26 06:30:14 UTC 2026 - 472.6K bytes - Viewed (0) -
Considerations for large clusters | Kubernetes
A cluster is a set of nodes (physical or virtual machines) running Kubernetes agents, managed by the control plane. Kubernetes v1.35 supports clusters with up to 5,000 nodes. More specifically, Kubernetes is designed to accommodate configurations that meet all of the following criteria: No more than 110 pods per node No more than 5,000 nodes No more than 150,000 total pods No more than 300,000 total containers You can scale your cluster by adding or removing nodes.kubernetes.io/docs/setup/best-practices/cluster-large/Registered: Mon Jan 26 06:30:19 UTC 2026 - 476.7K bytes - Viewed (0) -
Storage Versions | Kubernetes
The Kubernetes API server stores objects, relying on an etcd-compatible backing store (often, the backing storage is etcd itself). Each object is serialized using a particular version of that API type; for example, the v1 representation of a ConfigMap. Kubernetes uses the term storage version to describe how an object is stored in your cluster. The Kubernetes API also relies on automatic conversion; for example, if you have a HorizontalPodAutoscaler, then you can interact with that HorizontalPodAutoscaler using any mix of the v1 and v2 versions of the HorizontalPodAutoscaler API.kubernetes.io/docs/concepts/overview/working-with-objects/storage-version/Registered: Mon Jan 26 06:31:26 UTC 2026 - 483.8K bytes - Viewed (0) -
Concepts | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/Registered: Mon Jan 26 06:32:15 UTC 2026 - 469.9K bytes - Viewed (0)