- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 521 - 530 of 704 for host:kubernetes.io (1.8 sec)
-
Available Documentation Versions | Kubernetes
This website contains documentation for the current version of Kubernetes and the four previous versions of Kubernetes. The availability of documentation for a Kubernetes version is separate from whether that release is currently supported. Read Support period to learn about which versions of Kubernetes are officially supported, and for how long.kubernetes.io/docs/home/supported-doc-versions/Registered: Mon Nov 17 08:49:38 UTC 2025 - 460.1K bytes - Viewed (0) -
Use a User Namespace With a Pod | Kubernetes
FEATURE STATE: Kubernetes v1.33 [beta](enabled by default) This page shows how to configure a user namespace for pods. This allows you to isolate 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/tasks/configure-pod-container/user-namespaces/Registered: Mon Nov 17 09:39:17 UTC 2025 - 468.6K bytes - Viewed (0) -
Horizontal Pod Autoscaling | Kubernetes
In Kubernetes, a HorizontalPodAutoscaler automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/Registered: Mon Nov 17 09:39:31 UTC 2025 - 511.3K bytes - Viewed (0) -
Set up Konnectivity service | Kubernetes
The Konnectivity service provides a TCP level proxy for the control plane to cluster communication. 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.kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/Registered: Mon Nov 17 09:41:01 UTC 2025 - 503K bytes - Viewed (0) -
Managing Secrets using Configuration File | Kub...
Creating Secret objects using resource configuration file.kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-config-file/Registered: Mon Nov 17 09:38:56 UTC 2025 - 478.1K bytes - Viewed (0) -
Create a Cluster | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/Registered: Mon Nov 17 09:39:37 UTC 2025 - 459K bytes - Viewed (0) -
Configure Access to Multiple Clusters | Kubernetes
This page shows how to configure access to multiple clusters by using configuration files. After your clusters, users, and contexts are defined in one or more configuration files, you can quickly switch between clusters by using the kubectl config use-context command. Note:A file that is used to configure access to a cluster is sometimes called a kubeconfig file. This is a generic way of referring to configuration files. It does not mean that there is a file named kubeconfig.kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/Registered: Mon Nov 17 09:41:26 UTC 2025 - 501K bytes - Viewed (0) -
Set up an Extension API Server | Kubernetes
Setting up an extension API server to work with the aggregation layer allows the Kubernetes apiserver to be extended with additional APIs, which are not part of the core Kubernetes APIs. 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/extend-kubernetes/setup-extension-api-server/Registered: Mon Nov 17 09:43:50 UTC 2025 - 463.2K bytes - Viewed (0) -
TLS | Kubernetes
Understand how to protect traffic within your cluster using Transport Layer Security (TLS).kubernetes.io/docs/tasks/tls/Registered: Mon Nov 17 09:43:22 UTC 2025 - 456.6K bytes - Viewed (0) -
HorizontalPodAutoscaler Walkthrough | Kubernetes
A HorizontalPodAutoscaler (HPA for short) automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/Registered: Mon Nov 17 09:44:38 UTC 2025 - 519K bytes - Viewed (0)