- Sort Score
- Num 10 results
- Language All
- Labels All
Results 211 - 220 of 722 for host:kubernetes.io (0.08 seconds)
-
Managing Secrets using Kustomize | Kubernetes
Creating Secret objects using kustomization.yaml file.kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kustomize/Fri Feb 06 08:07:37 GMT 2026 477.6K bytes -
Run a Stateless Application Using a Deployment ...
This page shows how to run an application using a Kubernetes Deployment object. Objectives Create an nginx deployment. Use kubectl to list information about the deployment. Update the deployment. 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/run-application/run-stateless-application-deployment/Fri Feb 06 08:06:52 GMT 2026 491.3K bytes -
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/Fri Feb 06 07:42:59 GMT 2026 484.8K bytes -
CronJob | Kubernetes
A CronJob starts one-time Jobs on a repeating schedule.kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/Fri Feb 06 07:43:33 GMT 2026 490K bytes -
Liveness, Readiness, and Startup Probes | Kuber...
Kubernetes has various types of probes: Liveness probe Readiness probe Startup probe Liveness probe Liveness probes determine when to restart a container. For example, liveness probes could catch a deadlock when an application is running but unable to make progress. If a container fails its liveness probe repeatedly, the kubelet restarts the container. Liveness probes do not wait for readiness probes to succeed. If you want to wait before executing a liveness probe, you can either define initialDelaySeconds or use a startup probe.kubernetes.io/docs/concepts/configuration/liveness-readiness-startup-probes/Fri Feb 06 07:45:22 GMT 2026 471.4K bytes -
Assign CPU Resources to Containers and Pods | K...
This page shows how to assign a CPU request and a CPU limit to a container. Containers cannot use more CPU than the configured limit. Provided the system has CPU time free, a container is guaranteed to be allocated as much CPU as it requests. 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/configure-pod-container/assign-cpu-resource/Fri Feb 06 08:02:25 GMT 2026 493.9K bytes -
DNS for Services and Pods | Kubernetes
Your workload can discover Services within your cluster using DNS; this page explains how that works.kubernetes.io/docs/concepts/services-networking/dns-pod-service/Fri Feb 06 07:49:29 GMT 2026 501K bytes -
Application Security Checklist | Kubernetes
Baseline guidelines around ensuring application security on Kubernetes, aimed at application developerskubernetes.io/docs/concepts/security/application-security-checklist/Fri Feb 06 07:48:57 GMT 2026 477.3K bytes -
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/Fri Feb 06 07:47:48 GMT 2026 490.6K bytes -
Change the Reclaim Policy of a PersistentVolume...
This page shows how to change the reclaim policy of a Kubernetes PersistentVolume. 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/change-pv-reclaim-policy/Fri Feb 06 08:05:29 GMT 2026 475.1K bytes