Gardenlets act as decentral "agents" to manage the shoot clusters of a seed cluster.
To support scaleability in an automated way, gardenlets are deployed automatically. However, you can still deploy gardenlets manually to be more flexible, for example, when the shoot clusters that need to be managed by Gardener are behind a firewall. The gardenlet only requires network connectivity from the gardenlet to the Garden cluster (not the other way round), so it can be used to register Kubernetes clusters with no public endpoint.
-
First, an initial gardenlet needs to be deployed:
- Deploy it manually if you have special requirements. For more information, see Deploy a Gardenlet Manually.
- Let the Gardener installer deploy it automatically otherwise. For more information, see Automatic Deployment of Gardenlets.
-
To add additional seed clusters, it is recommended to use regular shoot clusters. You can do this by creating a
ManagedSeed
resource with agardenlet
section as described in Register Shoot as Seed.