- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 705 for host:kubernetes.io (0.02 sec)
-
kubectl logs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_logs/Registered: Fri Dec 05 09:39:34 UTC 2025 - 469.3K bytes - Viewed (0) -
Manual Rotation of CA Certificates | Kubernetes
This page shows how to manually rotate the certificate authority (CA) certificates. 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/tls/manual-rotation-of-ca-certificates/Registered: Fri Dec 05 09:27:03 UTC 2025 - 470.8K bytes - Viewed (0) -
Perform a Rolling Update on a DaemonSet | Kuber...
This page shows how to perform a rolling update on a DaemonSet. 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/manage-daemon/update-daemon-set/Registered: Fri Dec 05 09:27:26 UTC 2025 - 489.4K bytes - Viewed (0) -
Networking | Kubernetes
Learn how to configure networking for your cluster.kubernetes.io/docs/tasks/network/Registered: Fri Dec 05 09:27:31 UTC 2025 - 455.4K bytes - Viewed (0) -
Configure Certificate Rotation for the Kubelet ...
This page shows how to enable and configure certificate rotation for the kubelet. FEATURE STATE: Kubernetes v1.19 [stable] Before you begin Kubernetes version 1.8.0 or later is required Overview The kubelet uses certificates for authenticating to the Kubernetes API. By default, these certificates are issued with one year expiration so that they do not need to be renewed too frequently. Kubernetes contains kubelet certificate rotation, that will automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration.kubernetes.io/docs/tasks/tls/certificate-rotation/Registered: Fri Dec 05 09:30:01 UTC 2025 - 461.4K bytes - Viewed (0) -
kubectl | Kubernetes
Synopsis kubectl controls the Kubernetes cluster manager. Find more information at: https://kubernetes.io/docs/reference/kubectl/ kubectl [flags] Options --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation. --cache-dir string Default: "$HOME/.kube/cache" Default cache directory --certificate-authority string Path to a cert file for the certificate authoritykubernetes.io/docs/reference/kubectl/generated/kubectl/Registered: Fri Dec 05 09:33:37 UTC 2025 - 468.2K bytes - Viewed (0) -
Participating in SIG Docs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/participate/Registered: Fri Dec 05 09:50:36 UTC 2025 - 463K bytes - Viewed (0) -
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: Fri Dec 05 08:43:56 UTC 2025 - 460.1K bytes - Viewed (0) -
User Namespaces | Kubernetes
FEATURE STATE: Kubernetes v1.30 [beta] This page explains how user namespaces are used in Kubernetes pods. A user namespace isolates the user running inside the container from the one in the host. A process running as root in a container can run as a different (non-root) user in the host; in other words, the process has full privileges for operations inside the user namespace, but is unprivileged for operations outside the namespace.kubernetes.io/docs/concepts/workloads/pods/user-namespaces/Registered: Fri Dec 05 08:47:43 UTC 2025 - 474.4K bytes - Viewed (0) -
The Kubernetes API | Kubernetes
The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.kubernetes.io/docs/concepts/overview/kubernetes-api/Registered: Fri Dec 05 08:48:13 UTC 2025 - 476.8K bytes - Viewed (0)