- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 673 for host:kubernetes.io (0.03 sec)
-
Utilizing the NUMA-aware Memory Manager | Kuber...
FEATURE STATE: Kubernetes v1.32 [stable] (enabled by default: true) The Kubernetes Memory Manager enables the feature of guaranteed memory (and hugepages) allocation for pods in the Guaranteed QoS class. The Memory Manager employs hint generation protocol to yield the most suitable NUMA affinity for a pod. The Memory Manager feeds the central manager (Topology Manager) with these affinity hints. Based on both the hints and Topology Manager policy, the pod is rejected or admitted to the node.kubernetes.io/docs/tasks/administer-cluster/memory-manager/Registered: Wed Feb 12 06:05:58 UTC 2025 - 469.2K bytes - Viewed (0) -
Update API Objects in Place Using kubectl patch...
Use kubectl patch to update Kubernetes API objects in place. Do a strategic merge patch or a JSON merge patch.kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/Registered: Wed Feb 12 06:11:46 UTC 2025 - 480.7K bytes - Viewed (0) -
Run a Single-Instance Stateful Application | Ku...
This page shows you how to run a single-instance stateful application in Kubernetes using a PersistentVolume and a Deployment. The application is MySQL. Objectives Create a PersistentVolume referencing a disk in your environment. Create a MySQL Deployment. Expose MySQL to other pods in the cluster at a known DNS name. 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/run-application/run-single-instance-stateful-application/Registered: Wed Feb 12 06:12:33 UTC 2025 - 453K bytes - Viewed (0) -
Migrate Kubernetes Objects Using Storage Versio...
FEATURE STATE: Kubernetes v1.30 [alpha] (enabled by default: false) Kubernetes relies on API data being actively re-written, to support some maintenance activities related to at rest storage. Two prominent examples are the versioned schema of stored resources (that is, the preferred storage schema changing from v1 to v2 for a given resource) and encryption at rest (that is, rewriting stale data based on a change in how the data should be encrypted).kubernetes.io/docs/tasks/manage-kubernetes-objects/storage-version-migration/Registered: Wed Feb 12 06:11:15 UTC 2025 - 472.5K bytes - Viewed (0) -
Determine the Reason for Pod Failure | Kubernetes
This page shows how to write and read a Container termination message. Termination messages provide a way for containers to write information about fatal events to a location where it can be easily retrieved and surfaced by tools like dashboards and monitoring software. In most cases, information that you put in a termination message should also be written to the general Kubernetes logs. 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/debug/debug-application/determine-reason-pod-failure/Registered: Wed Feb 12 06:11:19 UTC 2025 - 442.9K bytes - Viewed (0) -
Define Dependent Environment Variables | Kubern...
This page shows how to define dependent environment variables for a container in a Kubernetes Pod. 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-interdependent-environment-variables/Registered: Wed Feb 12 06:11:36 UTC 2025 - 439.9K bytes - Viewed (0) -
Job with Pod-to-Pod Communication | Kubernetes
In this example, you will run a Job in Indexed completion mode configured such that the pods created by the Job can communicate with each other using pod hostnames rather than pod IP addresses. Pods within a Job might need to communicate among themselves. The user workload running in each pod could query the Kubernetes API server to learn the IPs of the other Pods, but it's much simpler to rely on Kubernetes' built-in DNS resolution.kubernetes.io/docs/tasks/job/job-with-pod-to-pod-communication/Registered: Wed Feb 12 06:17:02 UTC 2025 - 440.1K bytes - Viewed (0) -
Performing a Rolling Update | Kubernetes
Perform a rolling update using kubectl.kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/Registered: Wed Feb 12 06:21:46 UTC 2025 - 436.1K bytes - Viewed (0) -
Schedule GPUs | Kubernetes
Configure and schedule GPUs for use as a resource by nodes in a cluster.kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/Registered: Wed Feb 12 06:21:52 UTC 2025 - 440.6K bytes - Viewed (0) -
Exposing an External IP Address to Access an Ap...
This page shows how to create a Kubernetes Service object that exposes an external IP address. Before you begin Install kubectl. Use a cloud provider like Google Kubernetes Engine or Amazon Web Services to create a Kubernetes cluster. This tutorial creates an external load balancer, which requires a cloud provider. Configure kubectl to communicate with your Kubernetes API server. For instructions, see the documentation for your cloud provider. Objectives Run five instances of a Hello World application.kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/Registered: Wed Feb 12 06:22:31 UTC 2025 - 445.3K bytes - Viewed (0)