Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 705 for host:kubernetes.io (0.03 sec)

  1. StatefulSet Basics | Kubernetes

    This tutorial provides an introduction to managing applications with StatefulSets. It demonstrates how to create, delete, scale, and update the Pods of StatefulSets. Before you begin Before you begin this tutorial, you should familiarize yourself with the following Kubernetes concepts: Pods Cluster DNS Headless Services PersistentVolumes The kubectl command line tool 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/stateful-application/basic-stateful-set/
    Registered: Fri Dec 05 09:26:46 UTC 2025
    - 552.8K bytes
    - Viewed (0)
  2. Deploy an App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/
    Registered: Fri Dec 05 09:25:27 UTC 2025
    - 457.8K bytes
    - Viewed (0)
  3. Running Multiple Instances of Your App | Kubern...

    Objectives Scale an existing app manually using kubectl. Scaling an application You can create from the start a Deployment with multiple instances using the --replicas parameter for the kubectl create deployment command. Previously we created a Deployment, and then exposed it publicly via a Service. The Deployment created only one Pod for running our application. When traffic increases, we will need to scale the application to keep up with user demand.
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-intro/
    Registered: Fri Dec 05 09:25:35 UTC 2025
    - 471.8K bytes
    - Viewed (0)
  4. Migrate Kubernetes Objects Using Storage Versio...

    FEATURE STATE: Kubernetes v1.30 [alpha](disabled by default) Kubernetes relies on API data being actively re-written, to support some maintenance activities related to at rest storage. Two prominent examples are the versioned schema of stored resources (that is, the preferred storage schema changing from v1 to v2 for a given resource) and encryption at rest (that is, rewriting stale data based on a change in how the data should be encrypted).
    kubernetes.io/docs/tasks/manage-kubernetes-objects/storage-version-migration/
    Registered: Fri Dec 05 09:11:20 UTC 2025
    - 501.9K bytes
    - Viewed (0)
  5. Expose Pod Information to Containers Through En...

    This page shows how a Pod can use environment variables to expose information about itself to containers running in the Pod, using the downward API. You can use environment variables to expose Pod fields, container fields, or both. In Kubernetes, there are two ways to expose Pod and container fields to a running container: Environment variables, as explained in this task Volume files Together, these two ways of exposing Pod and container fields are called the downward API.
    kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/
    Registered: Fri Dec 05 09:11:32 UTC 2025
    - 484.9K bytes
    - Viewed (0)
  6. Configure Quality of Service for Pods | Kubernetes

    This page shows how to configure Pods so that they will be assigned particular Quality of Service (QoS) classes. Kubernetes uses QoS classes to make decisions about evicting Pods when Node resources are exceeded. When Kubernetes creates a Pod it assigns one of these QoS classes to the Pod: Guaranteed Burstable BestEffort 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/tasks/configure-pod-container/quality-service-pod/
    Registered: Fri Dec 05 09:12:34 UTC 2025
    - 492.5K bytes
    - Viewed (0)
  7. Configure a Pod to Use a PersistentVolume for S...

    This page shows you how to configure a Pod to use a PersistentVolumeClaim for storage. Here is a summary of the process: You, as cluster administrator, create a PersistentVolume backed by physical storage. You do not associate the volume with any Pod. You, now taking the role of a developer / cluster user, create a PersistentVolumeClaim that is automatically bound to a suitable PersistentVolume. You create a Pod that uses the above PersistentVolumeClaim for storage.
    kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/
    Registered: Fri Dec 05 09:12:37 UTC 2025
    - 500.9K bytes
    - Viewed (0)
  8. Troubleshooting kubectl | Kubernetes

    This documentation is about investigating and diagnosing kubectl related issues. If you encounter issues accessing kubectl or connecting to your cluster, this document outlines various common scenarios and potential solutions to help identify and address the likely cause. Before you begin You need to have a Kubernetes cluster. You also need to have kubectl installed - see install tools Verify kubectl setup Make sure you have installed and configured kubectl correctly on your local machine.
    kubernetes.io/docs/tasks/debug/debug-cluster/troubleshoot-kubectl/
    Registered: Fri Dec 05 09:13:37 UTC 2025
    - 467.2K bytes
    - Viewed (0)
  9. Specifying a Disruption Budget for your Applica...

    FEATURE STATE: Kubernetes v1.21 [stable] This page shows how to limit the number of concurrent disruptions that your application experiences, allowing for higher availability while permitting the cluster administrator to manage the clusters nodes. Before you begin Your Kubernetes server must be at or later than version v1.21. To check the version, enter kubectl version. You are the owner of an application running on a Kubernetes cluster that requires high availability.
    kubernetes.io/docs/tasks/run-application/configure-pdb/
    Registered: Fri Dec 05 09:13:16 UTC 2025
    - 482.8K bytes
    - Viewed (0)
  10. Troubleshooting Applications | Kubernetes

    Debugging common containerized application issues.
    kubernetes.io/docs/tasks/debug/debug-application/
    Registered: Fri Dec 05 09:12:16 UTC 2025
    - 456.9K bytes
    - Viewed (0)
Back to top