- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 704 for host:kubernetes.io (0.02 sec)
-
Windows Storage | Kubernetes
This page provides an storage overview specific to the Windows operating system. Persistent storage Windows has a layered filesystem driver to mount container layers and create a copy filesystem based on NTFS. All file paths in the container are resolved only within the context of that container. With Docker, volume mounts can only target a directory in the container, and not an individual file. This limitation does not apply to containerd.kubernetes.io/docs/concepts/storage/windows-storage/Registered: Wed Nov 05 10:32:24 UTC 2025 - 462.1K bytes - Viewed (0) -
Cloud Native Security and Kubernetes | Kubernetes
Concepts for keeping your cloud-native workload secure.kubernetes.io/docs/concepts/security/cloud-native-security/Registered: Wed Nov 05 10:31:53 UTC 2025 - 471.8K bytes - Viewed (0) -
Pod Security Admission | Kubernetes
An overview of the Pod Security Admission Controller, which can enforce the Pod Security Standards.kubernetes.io/docs/concepts/security/pod-security-admission/Registered: Wed Nov 05 10:31:59 UTC 2025 - 470.4K bytes - Viewed (0) -
Security | Kubernetes
Concepts for keeping your cloud-native workload secure.kubernetes.io/docs/concepts/security/Registered: Wed Nov 05 10:31:48 UTC 2025 - 468.7K bytes - Viewed (0) -
Scale a StatefulSet | Kubernetes
This task shows how to scale a StatefulSet. Scaling a StatefulSet refers to increasing or decreasing the number of replicas. Before you begin StatefulSets are only available in Kubernetes version 1.5 or later. To check your version of Kubernetes, run kubectl version. Not all stateful applications scale nicely. If you are unsure about whether to scale your StatefulSets, see StatefulSet concepts or StatefulSet tutorial for further information. You should perform scaling only when you are confident that your stateful application cluster is completely healthy.kubernetes.io/docs/tasks/run-application/scale-stateful-set/Registered: Wed Nov 05 11:06:23 UTC 2025 - 464.8K bytes - Viewed (0) -
kubectl create priorityclass | Kubernetes
Synopsis Create a priority class with the specified name, value, globalDefault and description. kubectl create priorityclass NAME --value=VALUE --global-default=BOOL [--dry-run=server|client|none] Examples # Create a priority class named high-priority kubectl create priorityclass high-priority --value=1000 --description="high priority" # Create a priority class named default-priority that is considered as the global default priority kubectl create priorityclass default-priority --value=1000 --global-default=true --description="default priority" # Create a priority class named high-priority that cannot preempt pods with lower priority kubectl create priorityclass high-priority --value=1000 --description="high priority" --preemption-policy="Never" Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_priorityclass/Registered: Wed Nov 05 11:53:40 UTC 2025 - 472.3K bytes - Viewed (0) -
kubectl create ingress | Kubernetes
Synopsis Create an ingress with the specified name. kubectl create ingress NAME --rule=host/path=service:port[,tls[=secret]] Examples # Create a single ingress called 'simple' that directs requests to foo.com/bar to svc # svc1:8080 with a TLS secret "my-cert" kubectl create ingress simple --rule="foo.com/bar=svc1:8080,tls=my-cert" # Create a catch all ingress of "/path" pointing to service svc:port and Ingress Class as "otheringress" kubectl create ingress catch-all --class=otheringress --rule="/path=svc:port" # Create an ingress with two annotations: ingress.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_ingress/Registered: Wed Nov 05 11:52:42 UTC 2025 - 471.9K bytes - Viewed (0) -
kubectl create | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_create/Registered: Wed Nov 05 11:54:17 UTC 2025 - 471.7K bytes - Viewed (0) -
kubectl patch | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_patch/Registered: Wed Nov 05 11:57:36 UTC 2025 - 470.7K bytes - Viewed (0) -
kubectl debug | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_debug/Registered: Wed Nov 05 11:58:59 UTC 2025 - 472.2K bytes - Viewed (0)