- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 705 for host:kubernetes.io (0.04 sec)
-
Operating etcd clusters for Kubernetes | Kubern...
etcd is a consistent and highly-available key value store used as Kubernetes' backing store for all cluster data. If your Kubernetes cluster uses etcd as its backing store, make sure you have a back up plan for the data. You can find in-depth information about etcd in the official documentation. Before you begin Before you follow steps in this page to deploy, manage, back up or restore etcd, you need to understand the typical expectations for operating an etcd cluster.kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/Registered: Fri Dec 12 08:34:33 UTC 2025 - 491.1K bytes - Viewed (0) -
Configure a Pod to Use a Projected Volume for S...
This page shows how to use a projected Volume to mount several existing volume sources into the same directory. Currently, secret, configMap, downwardAPI, and serviceAccountToken volumes can be projected. Note:serviceAccountToken is not a volume type. 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/configure-projected-volume-storage/Registered: Fri Dec 12 08:33:27 UTC 2025 - 470.4K bytes - Viewed (0) -
Share Process Namespace between Containers in a...
This page shows how to configure process namespace sharing for a pod. When process namespace sharing is enabled, processes in a container are visible to all other containers in the same pod. You can use this feature to configure cooperating containers, such as a log handler sidecar container, or to troubleshoot container images that don't include debugging utilities like a shell. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/Registered: Fri Dec 12 08:35:12 UTC 2025 - 470.8K bytes - Viewed (0) -
Translate a Docker Compose File to Kubernetes R...
What's Kompose? It's a conversion tool for all things compose (namely Docker Compose) to container orchestrators (Kubernetes or OpenShift). More information can be found on the Kompose website at https://kompose.io/. 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/translate-compose-kubernetes/Registered: Fri Dec 12 08:35:23 UTC 2025 - 494.1K bytes - Viewed (0) -
Resize CPU and Memory Resources assigned to Con...
FEATURE STATE: Kubernetes v1.33 [beta](enabled by default) This page explains how to change the CPU and memory resource requests and limits assigned to a container without recreating the Pod. Traditionally, changing a Pod's resource requirements necessitated deleting the existing Pod and creating a replacement, often managed by a workload controller. In-place Pod Resize allows changing the CPU/memory allocation of container(s) within a running Pod while potentially avoiding application disruption.kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/Registered: Fri Dec 12 08:34:42 UTC 2025 - 486.8K bytes - Viewed (0) -
Configure a Pod to Use a Volume for Storage | K...
This page shows how to configure a Pod to use a Volume for storage. A Container's file system lives only as long as the Container does. So when a Container terminates and restarts, filesystem changes are lost. For more consistent storage that is independent of the Container, you can use a Volume. This is especially important for stateful applications, such as key-value stores (such as Redis) and databases. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/configure-pod-container/configure-volume-storage/Registered: Fri Dec 12 08:33:05 UTC 2025 - 472.3K bytes - Viewed (0) -
Logging in Kubernetes | Kubernetes
Logging architecture and system logs.kubernetes.io/docs/tasks/debug/logging/Registered: Fri Dec 12 08:43:12 UTC 2025 - 456.4K bytes - Viewed (0) -
Configure DNS for a Cluster | Kubernetes
Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default. In Kubernetes version 1.11 and later, CoreDNS is recommended and is installed by default with kubeadm. For more information on how to configure CoreDNS for a Kubernetes cluster, see the Customizing DNS Service.kubernetes.io/docs/tasks/access-application-cluster/configure-dns-cluster/Registered: Fri Dec 12 08:43:35 UTC 2025 - 458.6K bytes - Viewed (0) -
Define Environment Variable Values Using An Ini...
FEATURE STATE: Kubernetes v1.34 [alpha](disabled by default) This page show how to configure environment variables for containers in a Pod via file. 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/inject-data-application/define-environment-variable-via-file/Registered: Fri Dec 12 08:44:49 UTC 2025 - 472.8K bytes - Viewed (0) -
Use Port Forwarding to Access Applications in a...
This page shows how to use kubectl port-forward to connect to a MongoDB server running in a Kubernetes cluster. This type of connection can be useful for database debugging. 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/access-application-cluster/port-forward-access-application-cluster/Registered: Fri Dec 12 08:45:18 UTC 2025 - 469.6K bytes - Viewed (0)