Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 651 - 660 of 706 for host:kubernetes.io (0.35 sec)

  1. Opening a pull request | Kubernetes

    Note:Code developers: If you are documenting a new feature for an upcoming Kubernetes release, see Document a new feature. To contribute new content pages or improve existing content pages, open a pull request (PR). Make sure you follow all the requirements in the Before you begin section. If your change is small, or you're unfamiliar with git, read Changes using GitHub to learn how to edit a page. If your changes are large, read Work from a local fork to learn how to make changes locally on your computer.
    kubernetes.io/docs/contribute/new-content/open-a-pr/
    Registered: Fri Dec 12 09:26:23 UTC 2025
    - 489.2K bytes
    - Viewed (0)
  2. Labels and Selectors | Kubernetes

    Labels are key/value pairs that are attached to objects such as Pods. Labels are intended to be used to specify identifying attributes of objects that are meaningful and relevant to users, but do not directly imply semantics to the core system. Labels can be used to organize and to select subsets of objects. Labels can be attached to objects at creation time and subsequently added and modified at any time.
    kubernetes.io/docs/concepts/overview/working-with-objects/labels/
    Registered: Fri Dec 12 08:06:48 UTC 2025
    - 489.2K bytes
    - Viewed (0)
  3. Best practices | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/best-practices/
    Registered: Fri Dec 12 08:07:01 UTC 2025
    - 457.8K bytes
    - Viewed (0)
  4. Installing kubeadm | Kubernetes

    This page shows how to install the kubeadm toolbox. For information on how to create a cluster with kubeadm once you have performed this installation process, see the Creating a cluster with kubeadm page. This installation guide is for Kubernetes v1.34. If you want to use a different Kubernetes version, please refer to the following pages instead: Installing kubeadm (Kubernetes v1.33) Installing kubeadm (Kubernetes v1.32) Installing kubeadm (Kubernetes v1.31) Installing kubeadm (Kubernetes v1.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
    Registered: Fri Dec 12 08:07:57 UTC 2025
    - 494.6K bytes
    - Viewed (0)
  5. Container Lifecycle Hooks | Kubernetes

    This page describes how kubelet managed Containers can use the Container lifecycle hook framework to run code triggered by events during their management lifecycle. Overview Analogous to many programming language frameworks that have component lifecycle hooks, such as Angular, Kubernetes provides Containers with lifecycle hooks. The hooks enable Containers to be aware of events in their management lifecycle and run code implemented in a handler when the corresponding lifecycle hook is executed.
    kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
    Registered: Fri Dec 12 08:08:16 UTC 2025
    - 468.3K bytes
    - Viewed (0)
  6. Namespaces | Kubernetes

    In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced objects (e.g. Deployments, Services, etc.) and not for cluster-wide objects (e.g. StorageClass, Nodes, PersistentVolumes, etc.). When to Use Multiple Namespaces Namespaces are intended for use in environments with many users spread across multiple teams, or projects.
    kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
    Registered: Fri Dec 12 08:07:23 UTC 2025
    - 469.9K bytes
    - Viewed (0)
  7. StatefulSets | Kubernetes

    A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing applications that need persistent storage or a stable, unique network identity.
    kubernetes.io/docs/concepts/workloads/controllers/statefulset/
    Registered: Fri Dec 12 08:08:42 UTC 2025
    - 504K bytes
    - Viewed (0)
  8. Creating a cluster with kubeadm | Kubernetes

    Using kubeadm, you can create a minimum viable Kubernetes cluster that conforms to best practices. In fact, you can use kubeadm to set up a cluster that will pass the Kubernetes Conformance tests. kubeadm also supports other cluster lifecycle functions, such as bootstrap tokens and cluster upgrades. The kubeadm tool is good if you need: A simple way for you to try out Kubernetes, possibly for the first time. A way for existing users to automate setting up a cluster and test their application.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
    Registered: Fri Dec 12 08:05:34 UTC 2025
    - 496.8K bytes
    - Viewed (0)
  9. Bootstrapping clusters with kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/
    Registered: Fri Dec 12 08:04:38 UTC 2025
    - 459.4K bytes
    - Viewed (0)
  10. Controllers | Kubernetes

    In robotics and automation, a control loop is a non-terminating loop that regulates the state of a system. Here is one example of a control loop: a thermostat in a room. When you set the temperature, that's telling the thermostat about your desired state. The actual room temperature is the current state. The thermostat acts to bring the current state closer to the desired state, by turning equipment on or off.
    kubernetes.io/docs/concepts/architecture/controller/
    Registered: Fri Dec 12 08:05:44 UTC 2025
    - 468.6K bytes
    - Viewed (0)
Back to top