- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 581 - 590 of 686 for host:kubernetes.io (0.04 sec)
-
Assign Memory Resources to Containers and Pods ...
This page shows how to assign a memory request and a memory limit to a Container. A Container is guaranteed to have as much memory as it requests, but is not allowed to use more memory than its limit. 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/assign-memory-resource/Registered: Wed Jun 04 06:56:02 UTC 2025 - 481.7K bytes - Viewed (0) -
Assign Pods to Nodes | Kubernetes
This page shows how to assign a Kubernetes Pod to a particular node in a Kubernetes cluster. 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/assign-pods-nodes/Registered: Wed Jun 04 06:55:56 UTC 2025 - 459.2K bytes - Viewed (0) -
Resource metrics pipeline | Kubernetes
For Kubernetes, the Metrics API offers a basic set of metrics to support automatic scaling and similar use cases. This API makes information available about resource usage for node and pod, including metrics for CPU and memory. If you deploy the Metrics API into your cluster, clients of the Kubernetes API can then query for this information, and you can use Kubernetes' access control mechanisms to manage permissions to do so.kubernetes.io/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/Registered: Wed Jun 04 07:02:17 UTC 2025 - 462.3K bytes - Viewed (0) -
Managing Kubernetes Objects Using Imperative Co...
Kubernetes objects can quickly be created, updated, and deleted directly using imperative commands built into the kubectl command-line tool. This document explains how those commands are organized and how to use them to manage live objects. Before you begin Install kubectl. 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/manage-kubernetes-objects/imperative-command/Registered: Wed Jun 04 07:01:54 UTC 2025 - 456.4K bytes - Viewed (0) -
Get a Shell to a Running Container | Kubernetes
This page shows how to use kubectl exec to get a shell to a running 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/debug/debug-application/get-shell-running-container/Registered: Wed Jun 04 07:01:21 UTC 2025 - 459.2K bytes - Viewed (0) -
Managing Secrets using Kustomize | Kubernetes
Creating Secret objects using kustomization.yaml file.kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kustomize/Registered: Wed Jun 04 07:02:47 UTC 2025 - 455K bytes - Viewed (0) -
Installing kubeadm | Kubernetes
This page shows how to install the kubeadm toolbox. For information on how to create a cluster with kubeadm once you have performed this installation process, see the Creating a cluster with kubeadm page. This installation guide is for Kubernetes v1.33. If you want to use a different Kubernetes version, please refer to the following pages instead: Installing kubeadm (Kubernetes v1.32) Installing kubeadm (Kubernetes v1.31) Installing kubeadm (Kubernetes v1.30) Installing kubeadm (Kubernetes v1.kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/Registered: Wed Jun 04 06:39:22 UTC 2025 - 481.6K bytes - Viewed (0) -
Namespaces | Kubernetes
In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced objects (e.g. Deployments, Services, etc.) and not for cluster-wide objects (e.g. StorageClass, Nodes, PersistentVolumes, etc.). When to Use Multiple Namespaces Namespaces are intended for use in environments with many users spread across multiple teams, or projects.kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/Registered: Wed Jun 04 06:38:31 UTC 2025 - 457.3K bytes - Viewed (0) -
Bootstrapping clusters with kubeadm | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/setup/production-environment/tools/kubeadm/Registered: Wed Jun 04 06:38:42 UTC 2025 - 446.8K bytes - Viewed (0) -
Well-Known Labels, Annotations and Taints | Kub...
Production-Grade Container Orchestrationkubernetes.io/docs/reference/labels-annotations-taints/Registered: Wed Jun 04 07:14:53 UTC 2025 - 602.3K bytes - Viewed (0)