- Sort Score
- Num 10 results
- Language All
- Labels All
Results 231 - 240 of 722 for host:kubernetes.io (0.13 seconds)
-
Namespaces | Kubernetes
In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced objects (e.g. Deployments, Services, etc.) and not for cluster-wide objects (e.g. StorageClass, Nodes, PersistentVolumes, etc.). When to Use Multiple Namespaces Namespaces are intended for use in environments with many users spread across multiple teams, or projects.kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/Fri Feb 06 07:37:03 GMT 2026 480.1K bytes -
Labels and Selectors | Kubernetes
Labels are key/value pairs that are attached to objects such as Pods. Labels are intended to be used to specify identifying attributes of objects that are meaningful and relevant to users, but do not directly imply semantics to the core system. Labels can be used to organize and to select subsets of objects. Labels can be attached to objects at creation time and subsequently added and modified at any time.kubernetes.io/docs/concepts/overview/working-with-objects/labels/Fri Feb 06 07:37:54 GMT 2026 499.2K bytes -
Guide for Running Windows Containers in Kuberne...
This page provides a walkthrough for some steps you can follow to run Windows containers using Kubernetes. The page also highlights some Windows specific functionality within Kubernetes. It is important to note that creating and deploying services and workloads on Kubernetes behaves in much the same way for Linux and Windows containers. The kubectl commands to interface with the cluster are identical. The examples in this page are provided to jumpstart your experience with Windows containers.kubernetes.io/docs/concepts/windows/user-guide/Fri Feb 06 07:54:33 GMT 2026 502.9K bytes -
Administer a Cluster | Kubernetes
Learn common tasks for administering a cluster.kubernetes.io/docs/tasks/administer-cluster/Fri Feb 06 07:53:14 GMT 2026 473.2K bytes -
Use Kube-router for NetworkPolicy | Kubernetes
This page shows how to use Kube-router for NetworkPolicy. Before you begin You need to have a Kubernetes cluster running. If you do not already have a cluster, you can create one by using any of the cluster installers like Kops, Bootkube, Kubeadm etc. Installing Kube-router addon The Kube-router Addon comes with a Network Policy Controller that watches Kubernetes API server for any NetworkPolicy and pods updated and configures iptables rules and ipsets to allow or block traffic as directed by the policies.kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/kube-router-network-policy/Fri Feb 06 07:53:45 GMT 2026 470.4K bytes -
Configure Memory and CPU Quotas for a Namespace...
Define overall memory and CPU resource limits for a namespace.kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-memory-cpu-namespace/Fri Feb 06 07:53:49 GMT 2026 488.5K bytes -
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-...Fri Feb 06 07:54:13 GMT 2026 478.5K bytes -
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/Fri Feb 06 07:35:59 GMT 2026 472K bytes -
Runtime Class | Kubernetes
FEATURE STATE: Kubernetes v1.20 [stable] This page describes the RuntimeClass resource and runtime selection mechanism. RuntimeClass is a feature for selecting the container runtime configuration. The container runtime configuration is used to run a Pod's containers. Motivation You can set a different RuntimeClass between different Pods to provide a balance of performance versus security. For example, if part of your workload deserves a high level of information security assurance, you might choose to schedule those Pods so that they run in a container runtime that uses hardware virtualization.kubernetes.io/docs/concepts/containers/runtime-class/Fri Feb 06 07:36:27 GMT 2026 481.3K bytes -
Controllers | Kubernetes
In robotics and automation, a control loop is a non-terminating loop that regulates the state of a system. Here is one example of a control loop: a thermostat in a room. When you set the temperature, that's telling the thermostat about your desired state. The actual room temperature is the current state. The thermostat acts to bring the current state closer to the desired state, by turning equipment on or off.kubernetes.io/docs/concepts/architecture/controller/Fri Feb 06 07:40:34 GMT 2026 478.6K bytes