Skip to content

Latest commit

 

History

History
executable file
·
32 lines (19 loc) · 1.69 KB

deploy_gardenlet_automatically.md

File metadata and controls

executable file
·
32 lines (19 loc) · 1.69 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 "managed seeds" (aka "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 a setup tool (for example, gardener/garden-setup) or
  • the gardenlet was deployed manually

The initial cluster can be the garden cluster itself.

Self-Deployment of Gardenlets in Additional Managed 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 managed 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 managed seed clusters.

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

Related Links

Register Shoot as Seed

garden-setup