Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 673 for host:kubernetes.io (0.04 sec)

  1. Storage Capacity | Kubernetes

    Storage capacity is limited and may vary depending on the node on which a pod runs: network-attached storage might not be accessible by all nodes, or storage is local to a node to begin with. FEATURE STATE: Kubernetes v1.24 [stable] This page describes how Kubernetes keeps track of storage capacity and how the scheduler uses that information to schedule Pods onto nodes that have access to enough storage capacity for the remaining missing volumes.
    kubernetes.io/docs/concepts/storage/storage-capacity/
    Registered: Wed Feb 12 05:52:32 UTC 2025
    - 433K bytes
    - Viewed (0)
  2. Pods | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/workloads/pods/
    Registered: Wed Feb 12 05:52:36 UTC 2025
    - 463.4K bytes
    - Viewed (0)
  3. Cluster Autoscaling | Kubernetes

    Automatically manage the nodes in your cluster to adapt to demand.
    kubernetes.io/docs/concepts/cluster-administration/cluster-autoscaling/
    Registered: Wed Feb 12 05:56:26 UTC 2025
    - 433.4K bytes
    - Viewed (0)
  4. Compatibility Version For Kubernetes Control Pl...

    Since release v1.32, we introduced configurable version compatibility and emulation options to Kubernetes control plane components to make upgrades safer by providing more control and increasing the granularity of steps available to cluster administrators. Emulated Version The emulation option is set by the --emulated-version flag of control plane components. It allows the component to emulate the behavior (APIs, features, ...) of an earlier version of Kubernetes. When used, the capabilities available will match the emulated version:
    kubernetes.io/docs/concepts/cluster-administration/compatibility-version/
    Registered: Wed Feb 12 05:56:22 UTC 2025
    - 429.4K bytes
    - Viewed (0)
  5. Customizing DNS Service | Kubernetes

    This page explains how to configure your DNS Pod(s) and customize the DNS resolution process in your 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/administer-cluster/dns-custom-nameservers/
    Registered: Wed Feb 12 06:07:59 UTC 2025
    - 443.9K bytes
    - Viewed (0)
  6. 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: Wed Feb 12 06:09:27 UTC 2025
    - 444.5K bytes
    - Viewed (0)
  7. 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: Wed Feb 12 06:08:54 UTC 2025
    - 434.4K bytes
    - Viewed (0)
  8. Run Applications | Kubernetes

    Run and manage both stateless and stateful applications.
    kubernetes.io/docs/tasks/run-application/
    Registered: Wed Feb 12 06:09:44 UTC 2025
    - 427.6K bytes
    - Viewed (0)
  9. 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: Wed Feb 12 06:18:42 UTC 2025
    - 460.5K bytes
    - Viewed (0)
  10. Configuring Redis using a ConfigMap | Kubernetes

    This page provides a real world example of how to configure Redis using a ConfigMap and builds upon the Configure a Pod to Use a ConfigMap task. Objectives Create a ConfigMap with Redis configuration values Create a Redis Pod that mounts and uses the created ConfigMap Verify that the configuration was correctly applied. 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/tutorials/configuration/configure-redis-using-configmap/
    Registered: Wed Feb 12 06:18:24 UTC 2025
    - 452.2K bytes
    - Viewed (0)
Back to top