- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 721 for host:kubernetes.io (0.04 sec)
-
Ingress Controllers | Kubernetes
In order for an [Ingress](/docs/concepts/services-networking/ingress/) to work in your cluster, there must be an _ingress controller_ running. You need to select at least one ingress controller and make sure it is set up in your cluster. This page lists common ingress controllers that you can deploy.kubernetes.io/docs/concepts/services-networking/ingress-controllers/Registered: Mon Jan 05 08:21:25 UTC 2026 - 476.6K bytes - Viewed (0) -
EndpointSlices | Kubernetes
The EndpointSlice API is the mechanism that Kubernetes uses to let your Service scale to handle large numbers of backends, and allows the cluster to update its list of healthy backends efficiently.kubernetes.io/docs/concepts/services-networking/endpoint-slices/Registered: Mon Jan 05 08:24:47 UTC 2026 - 481.9K bytes - Viewed (0) -
Cluster Administration | Kubernetes
Lower-level detail relevant to creating or administering a Kubernetes cluster.kubernetes.io/docs/concepts/cluster-administration/Registered: Mon Jan 05 08:25:01 UTC 2026 - 470.9K bytes - Viewed (0) -
Topology Aware Routing | Kubernetes
_Topology Aware Routing_ provides a mechanism to help keep network traffic within the zone where it originated. Preferring same-zone traffic between Pods in your cluster can help with reliability, performance (network latency and throughput), or cost.kubernetes.io/docs/concepts/services-networking/topology-aware-routing/Registered: Mon Jan 05 08:24:23 UTC 2026 - 479.8K bytes - Viewed (0) -
Local ephemeral storage | Kubernetes
Nodes have local ephemeral storage, backed by locally-attached writeable devices or, sometimes, by RAM. "Ephemeral" means that there is no long-term guarantee about durability. Pods use ephemeral local storage for scratch space, caching, and for logs. The kubelet can provide scratch space to Pods using local ephemeral storage to mount emptyDir volumes into containers. The kubelet also uses this kind of storage to hold node-level container logs, container images, and the writable layers of running containers.kubernetes.io/docs/concepts/storage/ephemeral-storage/Registered: Mon Jan 05 08:22:52 UTC 2026 - 486.8K bytes - Viewed (0) -
Creating Highly Available Clusters with kubeadm...
This page explains two different approaches to setting up a highly available Kubernetes cluster using kubeadm: With stacked control plane nodes. This approach requires less infrastructure. The etcd members and control plane nodes are co-located. With an external etcd cluster. This approach requires more infrastructure. The control plane nodes and etcd members are separated. Before proceeding, you should carefully consider which approach best meets the needs of your applications and environment.kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/Registered: Mon Jan 05 08:05:32 UTC 2026 - 501.2K bytes - Viewed (0) -
Disruptions | Kubernetes
This guide is for application owners who want to build highly available applications, and thus need to understand what types of disruptions can happen to Pods. It is also for cluster administrators who want to perform automated cluster actions, like upgrading and autoscaling clusters. Voluntary and involuntary disruptions Pods do not disappear until someone (a person or a controller) destroys them, or there is an unavoidable hardware or system software error.kubernetes.io/docs/concepts/workloads/pods/disruptions/Registered: Mon Jan 05 08:06:22 UTC 2026 - 487.1K bytes - Viewed (0) -
Workload Management | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/workloads/controllers/Registered: Mon Jan 05 08:06:35 UTC 2026 - 471.7K bytes - Viewed (0) -
Installing Kubernetes with deployment tools | K...
Production-Grade Container Orchestrationkubernetes.io/docs/setup/production-environment/tools/Registered: Mon Jan 05 08:11:52 UTC 2026 - 468.2K bytes - Viewed (0) -
Troubleshooting kubeadm | Kubernetes
As with any program, you might run into an error installing or running kubeadm. This page lists some common failure scenarios and have provided steps that can help you understand and fix the problem. If your problem is not listed below, please follow the following steps: If you think your problem is a bug with kubeadm: Go to github.com/kubernetes/kubeadm and search for existing issues. If no issue exists, please open one and follow the issue template.kubernetes.io/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/Registered: Mon Jan 05 08:10:53 UTC 2026 - 512K bytes - Viewed (0)