Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 671 - 680 of 699 for host:kubernetes.io (6.57 sec)

  1. 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: Mon Sep 08 21:43:15 UTC 2025
    - 492.2K bytes
    - Viewed (0)
  2. Getting started | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/
    Registered: Mon Sep 08 21:43:32 UTC 2025
    - 460.2K bytes
    - Viewed (0)
  3. Bootstrapping clusters with kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/
    Registered: Mon Sep 08 21:45:22 UTC 2025
    - 457.4K bytes
    - Viewed (0)
  4. DNS for Services and Pods | Kubernetes

    Your workload can discover Services within your cluster using DNS; this page explains how that works.
    kubernetes.io/docs/concepts/services-networking/dns-pod-service/
    Registered: Mon Sep 08 21:52:22 UTC 2025
    - 489.1K bytes
    - Viewed (0)
  5. Downward API | Kubernetes

    There are two ways to expose Pod and container fields to a running container: environment variables, and as files that are populated by a special volume type. Together, these two ways of exposing Pod and container fields are called the downward API.
    kubernetes.io/docs/concepts/workloads/pods/downward-api/
    Registered: Mon Sep 08 21:51:03 UTC 2025
    - 463.6K 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: Mon Sep 08 21:50:00 UTC 2025
    - 467.9K bytes
    - Viewed (0)
  7. 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 Sep 08 21:55:55 UTC 2025
    - 466.4K bytes
    - Viewed (0)
  8. ConfigMaps | Kubernetes

    A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. A ConfigMap allows you to decouple environment-specific configuration from your container images, so that your applications are easily portable. Caution:ConfigMap does not provide secrecy or encryption. If the data you want to store are confidential, use a Secret rather than a ConfigMap, or use additional (third party) tools to keep your data private.
    kubernetes.io/docs/concepts/configuration/configmap/
    Registered: Mon Sep 08 21:53:18 UTC 2025
    - 498.4K 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 Sep 08 21:57:53 UTC 2025
    - 545.7K bytes
    - Viewed (0)
  10. Best practices | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/best-practices/
    Registered: Mon Sep 08 22:04:04 UTC 2025
    - 455.9K bytes
    - Viewed (0)
Back to top