- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 121 - 130 of 692 for host:kubernetes.io (0.03 sec)
-
Install Tools | Kubernetes
Set up Kubernetes tools on your computer.kubernetes.io/docs/tasks/tools/Registered: Wed Jul 16 08:04:44 UTC 2025 - 453.3K bytes - Viewed (0) -
Limit Storage Consumption | Kubernetes
This example demonstrates how to limit the amount of storage consumed in a namespace. The following resources are used in the demonstration: ResourceQuota, LimitRange, and PersistentVolumeClaim. 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/limit-storage-consumption/Registered: Wed Jul 16 08:05:31 UTC 2025 - 458.7K bytes - Viewed (0) -
Windows in Kubernetes | Kubernetes
Kubernetes supports nodes that run Microsoft Windows.kubernetes.io/docs/concepts/windows/Registered: Wed Jul 16 08:04:31 UTC 2025 - 452.2K bytes - Viewed (0) -
Administration with kubeadm | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/administer-cluster/kubeadm/Registered: Wed Jul 16 08:07:34 UTC 2025 - 451.4K bytes - Viewed (0) -
Install and Set Up kubectl on Windows | Kubernetes
Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.33 client can communicate with v1.32, v1.33, and v1.34 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Windows The following methods exist for installing kubectl on Windows: Install kubectl binary on Windows (via direct download or curl) Install on Windows using Chocolatey, Scoop, or winget Install kubectl binary on Windows (via direct download or curl) You have two options for installing kubectl on your Windows devicekubernetes.io/docs/tasks/tools/install-kubectl-windows/Registered: Wed Jul 16 08:08:38 UTC 2025 - 470.3K bytes - Viewed (0) -
Object Names and IDs | Kubernetes
Each object in your cluster has a Name that is unique for that type of resource. Every Kubernetes object also has a UID that is unique across your whole cluster. For example, you can only have one Pod named myapp-1234 within the same namespace, but you can have one Pod and one Deployment that are each named myapp-1234. For non-unique user-provided attributes, Kubernetes provides labels and annotations. Names A client-provided string that refers to an object in a resource URL, such as /api/v1/pods/some-name.kubernetes.io/docs/concepts/overview/working-with-objects/names/Registered: Wed Jul 16 07:47:13 UTC 2025 - 460.2K bytes - Viewed (0) -
DaemonSet | Kubernetes
A DaemonSet defines Pods that provide node-local facilities. These might be fundamental to the operation of your cluster, such as a networking helper tool, or be part of an add-on.kubernetes.io/docs/concepts/workloads/controllers/daemonset/Registered: Wed Jul 16 07:47:00 UTC 2025 - 479.4K 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/architecture/cri/Registered: Wed Jul 16 07:49:57 UTC 2025 - 455.4K bytes - Viewed (0) -
Networking on Windows | Kubernetes
Kubernetes supports running nodes on either Linux or Windows. You can mix both kinds of node within a single cluster. This page provides an overview to networking specific to the Windows operating system. Container networking on Windows Networking for Windows containers is exposed through CNI plugins. Windows containers function similarly to virtual machines in regards to networking. Each container has a virtual network adapter (vNIC) which is connected to a Hyper-V virtual switch (vSwitch).kubernetes.io/docs/concepts/services-networking/windows-networking/Registered: Wed Jul 16 07:50:35 UTC 2025 - 465.5K bytes - Viewed (0) -
Set up a High Availability etcd Cluster with ku...
By default, kubeadm runs a local etcd instance on each control plane node. It is also possible to treat the etcd cluster as external and provision etcd instances on separate hosts. The differences between the two approaches are covered in the Options for Highly Available topology page. This task walks through the process of creating a high availability external etcd cluster of three members that can be used by kubeadm during cluster creation.kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/Registered: Wed Jul 16 07:49:38 UTC 2025 - 478.9K bytes - Viewed (0)