Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 686 for host:kubernetes.io (0.05 sec)

  1. Set up a High Availability etcd Cluster with ku...

    By default, kubeadm runs a local etcd instance on each control plane node. It is also possible to treat the etcd cluster as external and provision etcd instances on separate hosts. The differences between the two approaches are covered in the Options for Highly Available topology page. This task walks through the process of creating a high availability external etcd cluster of three members that can be used by kubeadm during cluster creation.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/
    Registered: Wed Jun 04 06:34:35 UTC 2025
    - 473.6K bytes
    - Viewed (0)
  2. Configuring each kubelet in your cluster using ...

    Note: Dockershim has been removed from the Kubernetes project as of release 1.24. Read the Dockershim Removal FAQ for further details. FEATURE STATE: Kubernetes v1.11 [stable] The lifecycle of the kubeadm CLI tool is decoupled from the kubelet, which is a daemon that runs on each node within the Kubernetes cluster. The kubeadm CLI tool is executed by the user when Kubernetes is initialized or upgraded, whereas the kubelet is always running in the background.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/kubelet-integration/
    Registered: Wed Jun 04 06:33:45 UTC 2025
    - 462.2K bytes
    - Viewed (0)
  3. Garbage Collection | Kubernetes

    Garbage collection is a collective term for the various mechanisms Kubernetes uses to clean up cluster resources. This allows the clean up of resources like the following: Terminated pods Completed Jobs Objects without owner references Unused containers and container images Dynamically provisioned PersistentVolumes with a StorageClass reclaim policy of Delete Stale or expired CertificateSigningRequests (CSRs) Nodes deleted in the following scenarios: On a cloud when the cluster uses a cloud controller manager On-premises when the cluster uses an addon similar to a cloud controller manager Node Lease objects Owners and dependents Many objects in Kubernetes link to each other through owner references.
    kubernetes.io/docs/concepts/architecture/garbage-collection/
    Registered: Wed Jun 04 06:35:43 UTC 2025
    - 460.7K bytes
    - Viewed (0)
  4. Container Runtime Interface (CRI) | Kubernetes

    The CRI is a plugin interface which enables the kubelet to use a wide variety of container runtimes, without having a need to recompile the cluster components. You need a working container runtime on each Node in your cluster, so that the kubelet can launch Pods and their containers. The Container Runtime Interface (CRI) is the main protocol for the communication between the kubelet and Container Runtime. The Kubernetes Container Runtime Interface (CRI) defines the main gRPC protocol for the communication between the node components kubelet and container runtime.
    kubernetes.io/docs/concepts/architecture/cri/
    Registered: Wed Jun 04 06:35:24 UTC 2025
    - 450.2K bytes
    - Viewed (0)
  5. Container Environment | Kubernetes

    This page describes the resources available to Containers in the Container environment. Container environment The Kubernetes Container environment provides several important resources to Containers: A filesystem, which is a combination of an image and one or more volumes. Information about the Container itself. Information about other objects in the cluster. Container information The hostname of a Container is the name of the Pod in which the Container is running. It is available through the hostname command or the gethostname function call in libc.
    kubernetes.io/docs/concepts/containers/container-environment/
    Registered: Wed Jun 04 06:35:30 UTC 2025
    - 450K bytes
    - Viewed (0)
  6. Cluster Architecture | Kubernetes

    The architectural concepts behind Kubernetes.
    kubernetes.io/docs/concepts/architecture/
    Registered: Wed Jun 04 06:36:26 UTC 2025
    - 465.6K bytes
    - Viewed (0)
  7. Example: Deploying WordPress and MySQL with Per...

    This tutorial shows you how to deploy a WordPress site and a MySQL database using Minikube. Both applications use PersistentVolumes and PersistentVolumeClaims to store data. A PersistentVolume (PV) is a piece of storage in the cluster that has been manually provisioned by an administrator, or dynamically provisioned by Kubernetes using a StorageClass. A PersistentVolumeClaim (PVC) is a request for storage by a user that can be fulfilled by a PV.
    kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/
    Registered: Wed Jun 04 07:06:18 UTC 2025
    - 489.2K bytes
    - Viewed (0)
  8. Instrumentation | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/instrumentation/
    Registered: Wed Jun 04 07:15:30 UTC 2025
    - 444.2K bytes
    - Viewed (0)
  9. Articles on dockershim Removal and on Using CRI...

    This is a list of articles and other pages that are either about the Kubernetes' deprecation and removal of dockershim, or about using CRI-compatible container runtimes, in connection with that removal. Kubernetes project Kubernetes blog: Dockershim Removal FAQ (originally published 2020/12/02) Kubernetes blog: Updated: Dockershim Removal FAQ (updated published 2022/02/17) Kubernetes blog: Kubernetes is Moving on From Dockershim: Commitments and Next Steps (published 2022/01/07) Kubernetes blog: Dockershim removal is coming.
    kubernetes.io/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/
    Registered: Wed Jun 04 07:15:43 UTC 2025
    - 450K bytes
    - Viewed (0)
  10. Declarative Management of Kubernetes Objects Us...

    Kubernetes objects can be created, updated, and deleted by storing multiple object configuration files in a directory and using kubectl apply to recursively create and update those objects as needed. This method retains writes made to live objects without merging the changes back into the object configuration files. kubectl diff also gives you a preview of what changes apply will make. Before you begin Install kubectl. You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/declarative-config/
    Registered: Wed Jun 04 07:02:21 UTC 2025
    - 580.4K bytes
    - Viewed (0)
Back to top