Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. Generating Reference Pages for Kubernetes Compo...

    This page shows how to build the Kubernetes component and tool reference pages. Before you begin Start with the Prerequisites section in the Reference Documentation Quickstart guide. Follow the Reference Documentation Quickstart to generate the Kubernetes component and tool reference pages. What's next Generating Reference Documentation Quickstart Generating Reference Documentation for kubectl Commands Generating Reference Documentation for the Kubernetes API Contributing to the Upstream Kubernetes Project for Documentation
    kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-components/
    Registered: Fri Jun 27 07:39:24 UTC 2025
    - 448.7K bytes
    - Viewed (0)
  2. 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 Jun 27 06:31:23 UTC 2025
    - 484.9K bytes
    - Viewed (0)
  3. 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 Jun 27 06:31:26 UTC 2025
    - 477.4K bytes
    - Viewed (0)
  4. 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 Jun 27 06:31:35 UTC 2025
    - 457.2K bytes
    - Viewed (0)
  5. Runtime Class | Kubernetes

    FEATURE STATE: Kubernetes v1.20 [stable] This page describes the RuntimeClass resource and runtime selection mechanism. RuntimeClass is a feature for selecting the container runtime configuration. The container runtime configuration is used to run a Pod's containers. Motivation You can set a different RuntimeClass between different Pods to provide a balance of performance versus security. For example, if part of your workload deserves a high level of information security assurance, you might choose to schedule those Pods so that they run in a container runtime that uses hardware virtualization.
    kubernetes.io/docs/concepts/containers/runtime-class/
    Registered: Fri Jun 27 06:30:54 UTC 2025
    - 459.7K bytes
    - Viewed (0)
  6. Best practices | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/best-practices/
    Registered: Fri Jun 27 06:33:28 UTC 2025
    - 445.9K bytes
    - Viewed (0)
  7. Pods | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/workloads/pods/
    Registered: Fri Jun 27 06:32:41 UTC 2025
    - 484.6K bytes
    - Viewed (0)
  8. Leases | Kubernetes

    Distributed systems often have a need for leases, which provide a mechanism to lock shared resources and coordinate activity between members of a set. In Kubernetes, the lease concept is represented by Lease objects in the coordination.k8s.io API Group, which are used for system-critical capabilities such as node heartbeats and component-level leader election. Node heartbeats Kubernetes uses the Lease API to communicate kubelet node heartbeats to the Kubernetes API server.
    kubernetes.io/docs/concepts/architecture/leases/
    Registered: Fri Jun 27 06:32:48 UTC 2025
    - 456.5K bytes
    - Viewed (0)
  9. Bootstrapping clusters with kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/
    Registered: Fri Jun 27 06:31:59 UTC 2025
    - 447.7K bytes
    - Viewed (0)
  10. 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.33. If you want to use a different Kubernetes version, please refer to the following pages instead: Installing kubeadm (Kubernetes v1.32) Installing kubeadm (Kubernetes v1.31) Installing kubeadm (Kubernetes v1.30) Installing kubeadm (Kubernetes v1.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
    Registered: Fri Jun 27 06:32:16 UTC 2025
    - 482.5K bytes
    - Viewed (0)
Back to top