Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 673 for host:kubernetes.io (0.04 sec)

  1. Deploy an App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/
    Registered: Wed Feb 12 06:17:56 UTC 2025
    - 428.5K bytes
    - Viewed (0)
  2. Explore Termination Behavior for Pods And Their...

    Once you connected your Application with Service following steps like those outlined in Connecting Applications with Services, you have a continuously running, replicated application, that is exposed on a network. This tutorial helps you look at the termination flow for Pods and to explore ways to implement graceful connection draining. Termination process for Pods and their endpoints There are often cases when you need to terminate a Pod - be it to upgrade or scale down.
    kubernetes.io/docs/tutorials/services/pods-and-endpoint-termination-flow/
    Registered: Wed Feb 12 06:23:25 UTC 2025
    - 446.4K bytes
    - Viewed (0)
  3. 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 PersistentVolume Provisioning 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: Wed Feb 12 06:23:53 UTC 2025
    - 523.7K bytes
    - Viewed (0)
  4. Server-Side Apply | Kubernetes

    FEATURE STATE: Kubernetes v1.22 [stable] (enabled by default: true) Kubernetes supports multiple appliers collaborating to manage the fields of a single object. Server-Side Apply provides an optional mechanism for your cluster's control plane to track changes to an object's fields. At the level of a specific resource, Server-Side Apply records and tracks information about control over the fields of that object. Server-Side Apply helps users and controllers manage their resources through declarative configuration.
    kubernetes.io/docs/reference/using-api/server-side-apply/
    Registered: Wed Feb 12 06:23:35 UTC 2025
    - 487.7K 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: Wed Feb 12 06:10:41 UTC 2025
    - 455.4K bytes
    - Viewed (0)
  6. Troubleshooting Applications | Kubernetes

    Debugging common containerized application issues.
    kubernetes.io/docs/tasks/debug/debug-application/
    Registered: Wed Feb 12 06:10:14 UTC 2025
    - 427.6K bytes
    - Viewed (0)
  7. Stateless Applications | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/stateless-application/
    Registered: Wed Feb 12 06:15:46 UTC 2025
    - 426.8K bytes
    - Viewed (0)
  8. Security | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/security/
    Registered: Wed Feb 12 06:19:58 UTC 2025
    - 427.2K bytes
    - Viewed (0)
  9. Accessing Clusters | Kubernetes

    This topic discusses multiple ways to interact with clusters. Accessing for the first time with kubectl When accessing the Kubernetes API for the first time, we suggest using the Kubernetes CLI, kubectl. To access a cluster, you need to know the location of the cluster and have credentials to access it. Typically, this is automatically set-up when you work through a Getting started guide, or someone else set up the cluster and provided you with credentials and a location.
    kubernetes.io/docs/tasks/access-application-cluster/access-cluster/
    Registered: Wed Feb 12 06:20:18 UTC 2025
    - 446.3K bytes
    - Viewed (0)
  10. List All Container Images Running in a Cluster ...

    This page shows how to use kubectl to list all of the Container images for Pods running in a 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/access-application-cluster/list-all-running-container-images/
    Registered: Wed Feb 12 06:20:45 UTC 2025
    - 436.4K bytes
    - Viewed (0)
Back to top