- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 551 - 560 of 705 for host:kubernetes.io (2.54 sec)
-
Configure Quotas for API Objects | Kubernetes
This page shows how to configure quotas for API objects, including PersistentVolumeClaims and Services. A quota restricts the number of objects, of a particular type, that can be created in a namespace. You specify quotas in a ResourceQuota object. 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/quota-api-object/Registered: Fri Dec 12 08:36:22 UTC 2025 - 476.9K bytes - Viewed (0) -
DNS for Services and Pods | Kubernetes
Your workload can discover Services within your cluster using DNS; this page explains how that works.kubernetes.io/docs/concepts/services-networking/dns-pod-service/Registered: Fri Dec 12 08:12:50 UTC 2025 - 491K bytes - Viewed (0) -
Container Runtime Interface (CRI) | Kubernetes
The CRI is a plugin interface which enables the kubelet to use a wide variety of container runtimes, without having a need to recompile the cluster components. You need a working container runtime on each Node in your cluster, so that the kubelet can launch Pods and their containers. The Container Runtime Interface (CRI) is the main protocol for the communication between the kubelet and Container Runtime. The Kubernetes Container Runtime Interface (CRI) defines the main gRPC protocol for the communication between the node components kubelet and container runtime.kubernetes.io/docs/concepts/containers/cri/Registered: Fri Dec 12 08:12:38 UTC 2025 - 461.8K bytes - Viewed (0) -
Troubleshooting CNI plugin-related errors | Kub...
To avoid CNI plugin-related errors, verify that you are using or upgrading to a container runtime that has been tested to work correctly with your version of Kubernetes. About the "Incompatible CNI versions" and "Failed to destroy network for sandbox" errors Service issues exist for pod CNI network setup and tear down in containerd v1.6.0-v1.6.3 when the CNI plugins have not been upgraded and/or the CNI config version is not declared in the CNI config files.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-...Registered: Fri Dec 12 08:17:25 UTC 2025 - 468.5K bytes - Viewed (0) -
API-initiated Eviction | Kubernetes
API-initiated eviction is the process by which you use the Eviction API to create an Eviction object that triggers graceful pod termination. You can request eviction by calling the Eviction API directly, or programmatically using a client of the API server, like the kubectl drain command. This creates an Eviction object, which causes the API server to terminate the Pod. API-initiated evictions respect your configured PodDisruptionBudgets and terminationGracePeriodSeconds. Using the API to create an Eviction object for a Pod is like performing a policy-controlled DELETE operation on the Pod.kubernetes.io/docs/concepts/scheduling-eviction/api-eviction/Registered: Fri Dec 12 08:20:55 UTC 2025 - 468.4K bytes - Viewed (0) -
Coordinated Leader Election | Kubernetes
FEATURE STATE: Kubernetes v1.33 [beta](disabled by default) Kubernetes 1.34 includes a beta feature that allows control plane components to deterministically select a leader via coordinated leader election. This is useful to satisfy Kubernetes version skew constraints during cluster upgrades. Currently, the only builtin selection strategy is OldestEmulationVersion, preferring the leader with the lowest emulation version, followed by binary version, followed by creation timestamp. Enabling coordinated leader election Ensure that CoordinatedLeaderElection feature gate is enabled when you start the API Server: and that the coordination.kubernetes.io/docs/concepts/cluster-administration/coordinated-leader-election/Registered: Fri Dec 12 08:17:01 UTC 2025 - 461.5K bytes - Viewed (0) -
Extending Kubernetes | Kubernetes
Different ways to change the behavior of your Kubernetes cluster.kubernetes.io/docs/concepts/extend-kubernetes/Registered: Fri Dec 12 08:31:32 UTC 2025 - 480.2K bytes - Viewed (0) -
Extending the Kubernetes API | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/extend-kubernetes/api-extension/Registered: Fri Dec 12 08:31:38 UTC 2025 - 460.5K bytes - Viewed (0) -
Compatibility Version For Kubernetes Control Pl...
Since release v1.32, we introduced configurable version compatibility and emulation options to Kubernetes control plane components to make upgrades safer by providing more control and increasing the granularity of steps available to cluster administrators. Emulated Version The emulation option is set by the --emulated-version flag of control plane components. It allows the component to emulate the behavior (APIs, features, ...) of an earlier version of Kubernetes. When used, the capabilities available will match the emulated version:kubernetes.io/docs/concepts/cluster-administration/compatibility-version/Registered: Fri Dec 12 08:31:49 UTC 2025 - 460.1K bytes - Viewed (0) -
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 Dec 12 08:38:14 UTC 2025 - 474.6K bytes - Viewed (0)