Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 699 for host:kubernetes.io (0.08 sec)

  1. Safely Drain a Node | Kubernetes

    This page shows how to safely drain a node, optionally respecting the PodDisruptionBudget you have defined. Before you begin This task assumes that you have met the following prerequisites: You do not require your applications to be highly available during the node drain, or You have read about the PodDisruptionBudget concept, and have configured PodDisruptionBudgets for applications that need them. (Optional) Configure a disruption budget To ensure that your workloads remain available during maintenance, you can configure a PodDisruptionBudget.
    kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/
    Registered: Wed Sep 03 06:15:55 UTC 2025
    - 461.9K bytes
    - Viewed (0)
  2. Managing Secrets using Kustomize | Kubernetes

    Creating Secret objects using kustomization.yaml file.
    kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kustomize/
    Registered: Wed Sep 03 06:24:28 UTC 2025
    - 463.9K bytes
    - Viewed (0)
  3. 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 Sep 03 06:25:25 UTC 2025
    - 468.1K bytes
    - Viewed (0)
  4. 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 Sep 03 06:24:47 UTC 2025
    - 471.2K bytes
    - Viewed (0)
  5. Running Automated Tasks with a CronJob | Kubern...

    This page shows how to run automated tasks using Kubernetes CronJob object. 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/job/automated-tasks-with-cron-jobs/
    Registered: Wed Sep 03 06:24:19 UTC 2025
    - 466.2K bytes
    - Viewed (0)
  6. Well-Known Labels, Annotations and Taints | Kub...

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/labels-annotations-taints/
    Registered: Wed Sep 03 06:35:15 UTC 2025
    - 611.4K bytes
    - Viewed (0)
  7. Running Pods on Only Some Nodes | Kubernetes

    This page demonstrates how can you run Pods on only some Nodes as part of a DaemonSet 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/manage-daemon/pods-some-nodes/
    Registered: Wed Sep 03 06:34:18 UTC 2025
    - 464.7K bytes
    - Viewed (0)
  8. Use an HTTP Proxy to Access the Kubernetes API ...

    This page shows how to use an HTTP proxy to access the Kubernetes API. 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/extend-kubernetes/http-proxy-access-api/
    Registered: Wed Sep 03 06:33:51 UTC 2025
    - 458.2K bytes
    - Viewed (0)
  9. Configure Quotas for API Objects | Kubernetes

    This page shows how to configure quotas for API objects, including PersistentVolumeClaims and Services. A quota restricts the number of objects, of a particular type, that can be created in a namespace. You specify quotas in a ResourceQuota object. 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/administer-cluster/quota-api-object/
    Registered: Wed Sep 03 06:13:43 UTC 2025
    - 473.2K bytes
    - Viewed (0)
  10. Use Antrea for NetworkPolicy | Kubernetes

    This page shows how to install and use Antrea CNI plugin on Kubernetes. For background on Project Antrea, read the Introduction to Antrea. Before you begin You need to have a Kubernetes cluster. Follow the kubeadm getting started guide to bootstrap one. Deploying Antrea with kubeadm Follow Getting Started guide to deploy Antrea for kubeadm. What's next Once your cluster is running, you can follow the Declare Network Policy to try out Kubernetes NetworkPolicy.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/antrea-network-policy/
    Registered: Wed Sep 03 06:13:14 UTC 2025
    - 456K bytes
    - Viewed (0)
Back to top