Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 705 for host:kubernetes.io (2.98 sec)

  1. 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: Fri Dec 12 08:38:39 UTC 2025
    - 475.2K bytes
    - Viewed (0)
  2. Change the Reclaim Policy of a PersistentVolume...

    This page shows how to change the reclaim policy of a Kubernetes PersistentVolume. 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/administer-cluster/change-pv-reclaim-policy/
    Registered: Fri Dec 12 08:37:51 UTC 2025
    - 465K bytes
    - Viewed (0)
  3. Service | Kubernetes

    Expose an application running in your cluster behind a single outward-facing endpoint, even when the workload is split across multiple backends.
    kubernetes.io/docs/concepts/services-networking/service/
    Registered: Fri Dec 12 08:09:28 UTC 2025
    - 548.4K bytes
    - Viewed (0)
  4. Volume Health Monitoring | Kubernetes

    FEATURE STATE: Kubernetes v1.21 [alpha] CSI volume health monitoring allows CSI Drivers to detect abnormal volume conditions from the underlying storage systems and report them as events on PVCs or Pods. Volume health monitoring Kubernetes volume health monitoring is part of how Kubernetes implements the Container Storage Interface (CSI). Volume health monitoring feature is implemented in two components: an External Health Monitor controller, and the kubelet. If a CSI Driver supports Volume Health Monitoring feature from the controller side, an event will be reported on the related PersistentVolumeClaim (PVC) when an abnormal volume condition is detected on a CSI volume.
    kubernetes.io/docs/concepts/storage/volume-health-monitoring/
    Registered: Fri Dec 12 08:09:37 UTC 2025
    - 463.3K bytes
    - Viewed (0)
  5. Storage | Kubernetes

    Ways to provide both long-term and temporary storage to Pods in your cluster.
    kubernetes.io/docs/concepts/storage/
    Registered: Fri Dec 12 08:09:47 UTC 2025
    - 458.9K bytes
    - Viewed (0)
  6. Configure Multiple Schedulers | Kubernetes

    Kubernetes ships with a default scheduler that is described here. If the default scheduler does not suit your needs you can implement your own scheduler. Moreover, you can even run multiple schedulers simultaneously alongside the default scheduler and instruct Kubernetes what scheduler to use for each of your pods. Let's learn how to run multiple schedulers in Kubernetes with an example. A detailed description of how to implement a scheduler is outside the scope of this document.
    kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/
    Registered: Fri Dec 12 08:40:33 UTC 2025
    - 508.7K bytes
    - Viewed (0)
  7. Debug a StatefulSet | Kubernetes

    This task shows you how to debug a StatefulSet. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. You should have a StatefulSet running that you want to investigate. Debugging a StatefulSet In order to list all the pods which belong to a StatefulSet, which have a label app.kubernetes.io/name=MyApp set on them, you can use the following:
    kubernetes.io/docs/tasks/debug/debug-application/debug-statefulset/
    Registered: Fri Dec 12 08:41:39 UTC 2025
    - 460.2K bytes
    - Viewed (0)
  8. 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: Fri Dec 12 08:41:48 UTC 2025
    - 475.1K bytes
    - Viewed (0)
  9. Manage Kubernetes Objects | Kubernetes

    Declarative and imperative paradigms for interacting with the Kubernetes API.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/
    Registered: Fri Dec 12 08:40:46 UTC 2025
    - 458.2K bytes
    - Viewed (0)
  10. Connect a Frontend to a Backend Using Services ...

    This task shows how to create a frontend and a backend microservice. The backend microservice is a hello greeter. The frontend exposes the backend using nginx and a Kubernetes Service object. Objectives Create and run a sample hello backend microservice using a Deployment object. Use a Service object to send traffic to the backend microservice's multiple replicas. Create and run a nginx frontend microservice, also using a Deployment object. Configure the frontend microservice to send traffic to the backend microservice.
    kubernetes.io/docs/tasks/access-application-cluster/connecting-frontend-backend/
    Registered: Fri Dec 12 08:40:57 UTC 2025
    - 491.1K bytes
    - Viewed (0)
Back to top