- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 702 for host:kubernetes.io (0.06 sec)
-
Customizing components with the kubeadm API | K...
This page covers how to customize the components that kubeadm deploys. For control plane components you can use flags in the ClusterConfiguration structure or patches per-node. For the kubelet and kube-proxy you can use KubeletConfiguration and KubeProxyConfiguration, accordingly. All of these options are possible via the kubeadm configuration API. For more details on each field in the configuration you can navigate to our API reference pages. Note:To reconfigure a cluster that has already been created see Reconfiguring a kubeadm cluster.kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/Registered: Wed Oct 15 07:26:44 UTC 2025 - 480.9K bytes - Viewed (0) -
Ephemeral Volumes | Kubernetes
This document describes ephemeral volumes in Kubernetes. Familiarity with volumes is suggested, in particular PersistentVolumeClaim and PersistentVolume. Some applications need additional storage but don't care whether that data is stored persistently across restarts. For example, caching services are often limited by memory size and can move infrequently used data into storage that is slower than memory with little impact on overall performance. Other applications expect some read-only input data to be present in files, like configuration data or secret keys.kubernetes.io/docs/concepts/storage/ephemeral-volumes/Registered: Wed Oct 15 07:37:53 UTC 2025 - 480.5K bytes - Viewed (0) -
Hardening Guide - Scheduler Configuration | Kub...
Information about how to make the Kubernetes scheduler more secure.kubernetes.io/docs/concepts/security/hardening-guide/scheduler/Registered: Wed Oct 15 07:37:33 UTC 2025 - 468.5K bytes - Viewed (0) -
Kubernetes Components | Kubernetes
An overview of the key components that make up a Kubernetes cluster.kubernetes.io/docs/concepts/overview/components/Registered: Wed Oct 15 07:30:39 UTC 2025 - 463.8K bytes - Viewed (0) -
Kubernetes Self-Healing | Kubernetes
Kubernetes is designed with self-healing capabilities that help maintain the health and availability of workloads. It automatically replaces failed containers, reschedules workloads when nodes become unavailable, and ensures that the desired state of the system is maintained. Self-Healing capabilities Container-level restarts: If a container inside a Pod fails, Kubernetes restarts it based on the restartPolicy. Replica replacement: If a Pod in a Deployment or StatefulSet fails, Kubernetes creates a replacement Pod to maintain the specified number of replicas.kubernetes.io/docs/concepts/architecture/self-healing/Registered: Wed Oct 15 07:31:43 UTC 2025 - 461.8K bytes - Viewed (0) -
Workload Management | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/workloads/controllers/Registered: Wed Oct 15 07:33:31 UTC 2025 - 464.6K bytes - Viewed (0) -
Kubernetes Object Management | Kubernetes
The kubectl command-line tool supports several different ways to create and manage Kubernetes objects. This document provides an overview of the different approaches. Read the Kubectl book for details of managing objects by Kubectl. Management techniques Warning:A Kubernetes object should be managed using only one technique. Mixing and matching techniques for the same object results in undefined behavior. Management technique Operates on Recommended environment Supported writers Learning curve Imperative commands Live objects Development projects 1+ Lowest Imperative object configuration Individual files Production projects 1 Moderate Declarative object configuration Directories of files Production projects 1+ Highest Imperative commands When using imperative commands, a user operates directly on live objects in a cluster.kubernetes.io/docs/concepts/overview/working-with-objects/object-management/Registered: Wed Oct 15 07:32:20 UTC 2025 - 470.8K bytes - Viewed (0) -
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: Wed Oct 15 07:34:49 UTC 2025 - 469.5K 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: Wed Oct 15 07:34:52 UTC 2025 - 480.1K 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: Wed Oct 15 07:34:18 UTC 2025 - 474.4K bytes - Viewed (0)