그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그 그

  4 minute read  

Purpose

Synonyms and inconsistent writing style makes it hard for beginners to get into a new topic. This glossary aims to help authors to use the right terminology and readers to get a better understanding of Gardener.

Contributions are most welcome!

If you would like to contribute please check first if your new term is already part of the Standardized Kubernetes Glossary, and if so refrain from adding it here. Whenever you see the need to explain Kubernetes terminology or to refer to Kubernetes concepts it is recommended that you link to the official Kubernetes documentation in your section.

Gardener Glossary

If you add anything to the list please keep it in alphabetical order.

TermDefinitionRelated Term
cloud provider secretА resource storing confidential data used to authenticate Gardener and Kubernetes components for infrastructure operations.

When a new cluster is created in a Gardener project, the project admin who creates the cluster specification must select the infrastructure secret that will be used to manage IaaS resources required for the new cluster.
secret
Gardener API serverAn API server designed to run inside a Kubernetes cluster whose API it wants to extend.

After registration, it is used to expose resources native to Gardener such as cloud profiles, shoots, seeds and secret bindings.
kube-apiserver
garden cluster control planeA control plane that manages the overall creation, modification, and deletion of clusters.control plane
Gardener controller managerA component that runs next to the Gardener API server which runs several control loops that do not require talking to any seed or shoot cluster.kube-controller-manager
Gardener projectA consolidation of project members, clusters, and secrets of the underlying IaaS provider used to organize teams and clusters in a meaningful way.none
Gardener schedulerA controller that watches newly created shoots and assigns a seed cluster to them.kube-scheduler
gardenletAn agent that manages seed clusters decentrally; reads the desired state from the Gardener API Server and updates the current state.

The gardenlet has a similar role as the kubelet in Kubernetes, which manages the workload of a node decentrally; gardenlet manages the shoot clusters (workload) of a seed cluster instead. More information: gardenlet.
kubelet
garden clusterA dedicated Kubernetes cluster that the Gardener control plane runs in.cluster
project “Gardener”An open source project that focuses on operating, monitoring, and managing Kubernetes clusters.none
physical garden clusterA physical cluster of the IaaS provider that is used to install Gardener in.none
secretBindingA resource that makes it possible for shoot clusters to connect to the cloud provider secret.none
seed clusterA cluster that hosts shoot cluster control planes as pods in order to manage shoot clusters.node
shoot clusterA Kubernetes runtime for the actual applications or services consisting of a shoot control plane running on the seed cluster and worker nodes hosting the actual workload.pod
shoot cluster control planeA Kubernetes control plane used to run the actual end-user workload. It is hosted in the form of pods on a seed cluster.control plane
soil clusterA cluster that is created manually and is used as host for other seeds.

Sometimes it is technically impossible that Gardener can install shoot clusters on an infrastructure, for example, because the infrastructure is not supported or protected by a firewall. In such cases you can create a soil cluster on that infrastructure manually as a host for seed clusters. From inside the firewall, seed clusters can reach the garden cluster outside the firewall. This is possible since Gardener delegated cluster management to the Gardenlet.
none
virtual garden clusterA cluster without any nodes that runs the Kubernetes API server, etcd, and stores Gardener metadata like projects, shoot resources, seed resources, secrets, and others.

The virtual garden cluster is installed on the physical garden cluster (base cluster of IaaS provider) during the installation of Gardener. Thanks to the virtual garden cluster, Gardener has full control over all Gardener metadata. This full control simplifies the support for the backup, restore, recovery, migration, relocation, or recreation of this data, because it can be implemented independently from the underlying physical garden cluster.
none