Skip to content

Latest commit

 

History

History
executable file
·
30 lines (17 loc) · 1.5 KB

deploy_gardenlet_automatically.md

File metadata and controls

executable file
·
30 lines (17 loc) · 1.5 KB

Automatic Deployment of Gardenlets

The gardenlet can automatically deploy itself into shoot clusters, and register this cluster as a seed cluster. These clusters are called shooted seeds. This procedure is the preferred way to add additional seed clusters, because shoot clusters already come with production-grade qualities that are also demanded for seed clusters.

Prerequisites

The only prerequisite is to register an initial cluster as a seed cluster that has already a gardenlet deployed:

  • This gardenlet was either deployed as part of a Gardener installation using an installation tool (for example, gardener/garden-setup) or
  • the gardenlet was deployed manually (more information: Deploy a Gardenlet Manually)

The initial cluster can be the garden cluster itself.

Self-Deployment of Gardenlets in Additional Shooted Seed Clusters

For a better scalability, you usually need more seed clusters that you can create as follows:

  1. Use the initial cluster as the seed cluster for other shooted seed clusters. It hosts the control planes of the other seed clusters.
  2. The gardenlet deployed in the initial cluster deploys itself automatically into the shooted seed clusters.

The advantage of this approach is that there’s only one initial gardenlet installation required. Every other shooted seed cluster has a gardenlet deployed automatically.

Related Links

Create Shooted Seed Cluster

garden-setup