Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 611 - 620 of 723 for host:kubernetes.io (0.03 sec)

  1. 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: Mon Jan 26 06:54:28 UTC 2026
    - 503.7K bytes
    - Viewed (0)
  2. Assign CPU Resources to Containers and Pods | K...

    This page shows how to assign a CPU request and a CPU limit to a container. Containers cannot use more CPU than the configured limit. Provided the system has CPU time free, a container is guaranteed to be allocated as much CPU as it requests. 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-cpu-resource/
    Registered: Mon Jan 26 06:55:12 UTC 2026
    - 493.2K bytes
    - Viewed (0)
  3. Define a Command and Arguments for a Container ...

    This page shows how to define commands and arguments when you run a container in a 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-command-argument-container/
    Registered: Mon Jan 26 06:56:28 UTC 2026
    - 479.9K bytes
    - Viewed (0)
  4. Assign Pods to Nodes using Node Affinity | Kube...

    This page shows how to assign a Kubernetes Pod to a particular node using Node Affinity 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-using-node-affinity/
    Registered: Mon Jan 26 06:55:31 UTC 2026
    - 484.5K bytes
    - Viewed (0)
  5. Run Applications | Kubernetes

    Run and manage both stateless and stateful applications.
    kubernetes.io/docs/tasks/run-application/
    Registered: Mon Jan 26 06:55:49 UTC 2026
    - 467.6K bytes
    - Viewed (0)
  6. Use a Service to Access an Application in a Clu...

    This page shows how to create a Kubernetes Service object that external clients can use to access an application running in a cluster. The Service provides load balancing for an application that has two running instances. 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/service-access-application-cluster/
    Registered: Mon Jan 26 06:59:58 UTC 2026
    - 482.3K bytes
    - Viewed (0)
  7. Managing Secrets | Kubernetes

    Managing confidential settings data using Secrets.
    kubernetes.io/docs/tasks/configmap-secret/
    Registered: Mon Jan 26 07:01:14 UTC 2026
    - 466.4K bytes
    - Viewed (0)
  8. 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: Mon Jan 26 07:02:25 UTC 2026
    - 481.2K bytes
    - Viewed (0)
  9. Run a Stateless Application Using a Deployment ...

    This page shows how to run an application using a Kubernetes Deployment object. Objectives Create an nginx deployment. Use kubectl to list information about the deployment. Update the deployment. 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/run-application/run-stateless-application-deployment/
    Registered: Mon Jan 26 07:02:31 UTC 2026
    - 490.6K bytes
    - Viewed (0)
  10. Managing Secrets using Kustomize | Kubernetes

    Creating Secret objects using kustomization.yaml file.
    kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kustomize/
    Registered: Mon Jan 26 07:01:53 UTC 2026
    - 476.9K bytes
    - Viewed (0)
Back to top