- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 461 - 470 of 685 for host:kubernetes.io (0.03 sec)
-
Assign Extended Resources to a Container | Kube...
FEATURE STATE: Kubernetes v1.32 [stable] This page shows how to assign extended resources to a Container. 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/configure-pod-container/extended-resource/Registered: Wed Apr 16 06:13:56 UTC 2025 - 447.6K bytes - Viewed (0) -
Deploy and Access the Kubernetes Dashboard | Ku...
Deploy the web UI (Kubernetes Dashboard) and access it.kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/Registered: Wed Apr 16 06:21:12 UTC 2025 - 446.1K 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: Wed Apr 16 06:21:41 UTC 2025 - 437.8K bytes - Viewed (0) -
Fine Parallel Processing Using a Work Queue | K...
In this example, you will run a Kubernetes Job that runs multiple parallel tasks as worker processes, each running as a separate Pod. In this example, as each pod is created, it picks up one unit of work from a task queue, processes it, and repeats until the end of the queue is reached. Here is an overview of the steps in this example: Start a storage service to hold the work queue.kubernetes.io/docs/tasks/job/fine-parallel-processing-work-queue/Registered: Wed Apr 16 06:20:56 UTC 2025 - 455.1K bytes - Viewed (0) -
Updating Configuration via a ConfigMap | Kubern...
This page provides a step-by-step example of updating configuration within a Pod via a ConfigMap and builds upon the Configure a Pod to Use a ConfigMap task. At the end of this tutorial, you will understand how to change the configuration for a running application. This tutorial uses the alpine and nginx images as examples. 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/tutorials/configuration/updating-configuration-via-a-configmap/Registered: Wed Apr 16 06:16:11 UTC 2025 - 525.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: Wed Apr 16 06:17:13 UTC 2025 - 493.6K bytes - Viewed (0) -
Manage TLS Certificates in a Cluster | Kubernetes
Kubernetes provides a certificates.k8s.io API, which lets you provision TLS certificates signed by a Certificate Authority (CA) that you control. These CA and certificates can be used by your workloads to establish trust. certificates.k8s.io API uses a protocol that is similar to the ACME draft. Note:Certificates created using the certificates.k8s.io API are signed by a dedicated CA. It is possible to configure your cluster to use the cluster root CA for this purpose, but you should never rely on this.kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/Registered: Wed Apr 16 06:17:48 UTC 2025 - 458.2K bytes - Viewed (0) -
Communicate Between Containers in the Same Pod ...
This page shows how to use a Volume to communicate between two Containers running in the same Pod. See also how to allow processes to communicate by sharing process namespace between containers. 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/communicate-containers-same-pod-shared-volume/Registered: Wed Apr 16 06:17:22 UTC 2025 - 445.5K 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: Wed Apr 16 06:18:44 UTC 2025 - 481.3K bytes - Viewed (0) -
Adding entries to Pod /etc/hosts with HostAlias...
Adding entries to a Pod's /etc/hosts file provides Pod-level override of hostname resolution when DNS and other options are not applicable. You can add these custom entries with the HostAliases field in PodSpec. The Kubernetes project recommends modifying DNS configuration using the hostAliases field (part of the .spec for a Pod), and not by using an init container or other means to edit /etc/hosts directly. Change made in other ways may be overwritten by the kubelet during Pod creation or restart.kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/Registered: Wed Apr 16 06:19:24 UTC 2025 - 443.6K bytes - Viewed (0)