Skip to content

Kubernetes API server extension and controller managing the full lifecycle of conformant Kubernetes clusters (Shoots) as a service on AWS, Azure, GCP, OpenStack, and Alicloud.

License

danielfoehrKn/gardener

 
 

Repository files navigation

Gardener Logo

Go Report Card CII Best Practices

Gardener implements the automated management and operation of Kubernetes clusters as a service and provides support for multiple cloud providers (AWS, GCP, Azure, OpenStack). Its main principle is to leverage Kubernetes concepts for all of its tasks.

In essence, Gardener is an extension API server that comes along with a bundle of custom controllers. It introduces new API objects in an existing Kubernetes cluster (which is called garden cluster) in order to use them for the management of end-user Kubernetes clusters (which are called shoot clusters). These shoot clusters are described via declarative cluster specifications which are observed by the controllers. They will bring up the clusters, reconcile their state, perform automated updates and make sure they are always up and running.

To accomplish these tasks reliably and to offer a certain quality of service, Gardener requires to control the main components of a Kubernetes cluster (etcd, API server, controller manager, scheduler). These so-called control plane components are hosted in Kubernetes clusters themselves (which are called seed clusters). This is the main difference compared to many other OSS cluster provisioning tools: The shoot clusters do not have dedicated master VMs, instead, the control plane is deployed as native Kubernetes workload into the seeds. This does not only effectively reducing the total costs of ownership, it also allows easier implementations for "day-2 operations" (like cluster updates or robustness) by relying on all the mature Kubernetes features and capabilities.

Please find more information regarding the concepts and a detailed description of the architecture in our Gardener Wiki and our blog post on kubernetes.io.


To start using or developing the Gardener locally

See our documentation in the /docs repository, please find the index here.

Setting up your own Gardener landscape in the cloud

If you already have a Kubernetes cluster then please take a look at our Gardener Helm Chart. If you don't have a cluster into which you could deploy Gardener then play around with our landscape setup. This will bootstrap a fresh Kubernetes cluster, and it installs your own Gardener system into it (including our pre-configured Gardener Dashboard).

Feedback and Support

Feedback and contributions are always welcome!

All channels for getting in touch or learning about our project are listed under the community section. We are cordially inviting interested parties to join our weekly meetings.

Please report bugs or suggestions about our Kubernetes clusters as such or the Gardener itself as GitHub issues or join our Slack channel #gardener (please invite yourself to the Kubernetes workspace here).

Learn more!

Please find further resources about out project here:

About

Kubernetes API server extension and controller managing the full lifecycle of conformant Kubernetes clusters (Shoots) as a service on AWS, Azure, GCP, OpenStack, and Alicloud.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.6%
  • Smarty 1.7%
  • Shell 1.3%
  • HCL 1.1%
  • Ruby 0.1%
  • Makefile 0.1%
  • Other 0.1%