- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 541 - 550 of 705 for host:kubernetes.io (0.85 sec)
-
Storage Capacity | Kubernetes
Storage capacity is limited and may vary depending on the node on which a pod runs: network-attached storage might not be accessible by all nodes, or storage is local to a node to begin with. FEATURE STATE: Kubernetes v1.24 [stable] This page describes how Kubernetes keeps track of storage capacity and how the scheduler uses that information to schedule Pods onto nodes that have access to enough storage capacity for the remaining missing volumes.kubernetes.io/docs/concepts/storage/storage-capacity/Registered: Fri Dec 12 08:13:31 UTC 2025 - 463.5K bytes - Viewed (0) -
Downward API | Kubernetes
There are two ways to expose Pod and container fields to a running container: environment variables, and as files that are populated by a special volume type. Together, these two ways of exposing Pod and container fields are called the downward API.kubernetes.io/docs/concepts/workloads/pods/downward-api/Registered: Fri Dec 12 08:13:44 UTC 2025 - 465.8K bytes - Viewed (0) -
Vertical Pod Autoscaling | Kubernetes
In Kubernetes, a VerticalPodAutoscaler automatically updates a workload management resource (such as a Deployment or StatefulSet), with the aim of automatically adjusting infrastructure resource requests and limits to match actual usage. Vertical scaling means that the response to increased resource demand is to assign more resources (for example: memory or CPU) to the Pods that are already running for the workload. This is also known as rightsizing, or sometimes autopilot.kubernetes.io/docs/concepts/workloads/autoscaling/vertical-pod-autoscale/Registered: Fri Dec 12 08:13:55 UTC 2025 - 481.8K bytes - Viewed (0) -
Observability | Kubernetes
Understand how to gain end-to-end visibility of a Kubernetes cluster through the collection of metrics, logs, and traces.kubernetes.io/docs/concepts/cluster-administration/observability/Registered: Fri Dec 12 08:28:56 UTC 2025 - 469.9K bytes - Viewed (0) -
System Logs | Kubernetes
System component logs record events happening in cluster, which can be very useful for debugging. You can configure log verbosity to see more or less detail. Logs can be as coarse-grained as showing errors within a component, or as fine-grained as showing step-by-step traces of events (like HTTP access logs, pod state changes, controller actions, or scheduler decisions). Warning:In contrast to the command line flags described here, the log output itself does not fall under the Kubernetes API stability guarantees: individual log entries and their formatting may change from one release to the next!kubernetes.io/docs/concepts/cluster-administration/system-logs/Registered: Fri Dec 12 08:28:38 UTC 2025 - 480.1K bytes - Viewed (0) -
Pod Overhead | Kubernetes
FEATURE STATE: Kubernetes v1.24 [stable] When you run a Pod on a Node, the Pod itself takes an amount of system resources. These resources are additional to the resources needed to run the container(s) inside the Pod. In Kubernetes, Pod Overhead is a way to account for the resources consumed by the Pod infrastructure on top of the container requests & limits. In Kubernetes, the Pod's overhead is set at admission time according to the overhead associated with the Pod's RuntimeClass.kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/Registered: Fri Dec 12 08:28:42 UTC 2025 - 474.8K bytes - Viewed (0) -
Administer a Cluster | Kubernetes
Learn common tasks for administering a cluster.kubernetes.io/docs/tasks/administer-cluster/Registered: Fri Dec 12 08:29:44 UTC 2025 - 463.1K bytes - Viewed (0) -
Certificates | Kubernetes
To learn how to generate certificates for your cluster, see Certificates.kubernetes.io/docs/concepts/cluster-administration/certificates/Registered: Fri Dec 12 08:28:49 UTC 2025 - 457.8K bytes - Viewed (0) -
Assign Devices to Pods and Containers | Kubernetes
Assign infrastructure resources to your Kubernetes workloads.kubernetes.io/docs/tasks/configure-pod-container/assign-resources/Registered: Fri Dec 12 08:35:38 UTC 2025 - 456.8K bytes - Viewed (0) -
Autoscale the DNS Service in a Cluster | Kubern...
This page shows how to enable and configure autoscaling of the DNS service in your Kubernetes 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-horizontal-autoscaling/Registered: Fri Dec 12 08:34:53 UTC 2025 - 490.5K bytes - Viewed (0)