Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 551 - 560 of 723 for host:kubernetes.io (0.04 sec)

  1. 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: Mon Jan 26 06:26:38 UTC 2026
    - 498.5K 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: Mon Jan 26 06:27:21 UTC 2026
    - 506.1K bytes
    - Viewed (0)
  3. 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: Mon Jan 26 06:26:48 UTC 2026
    - 480.6K bytes
    - Viewed (0)
  4. Best practices | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/best-practices/
    Registered: Mon Jan 26 06:26:56 UTC 2026
    - 467.1K bytes
    - Viewed (0)
  5. Bootstrapping clusters with kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/
    Registered: Mon Jan 26 06:30:00 UTC 2026
    - 468.7K bytes
    - Viewed (0)
  6. 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: Mon Jan 26 06:30:23 UTC 2026
    - 477.6K 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: Mon Jan 26 06:30:50 UTC 2026
    - 513.8K bytes
    - Viewed (0)
  8. 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: Mon Jan 26 06:27:46 UTC 2026
    - 477.9K bytes
    - Viewed (0)
  9. Service | Kubernetes

    Expose an application running in your cluster behind a single outward-facing endpoint, even when the workload is split across multiple backends.
    kubernetes.io/docs/concepts/services-networking/service/
    Registered: Mon Jan 26 06:28:00 UTC 2026
    - 556.9K bytes
    - Viewed (0)
  10. 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: Mon Jan 26 06:28:14 UTC 2026
    - 479.4K bytes
    - Viewed (0)
Back to top