Skip to content

petersutter/gardener-extensions

 
 

Repository files navigation

Project Gardener implements the automated management and operation of Kubernetes clusters as a service. Its main principle is to leverage Kubernetes concepts for all of its tasks.

Recently, most of the vendor specific logic has been developed in-tree. However, the project has grown to a size where it is very hard to extend, maintain, and test. With GEP-1 we have proposed how the architecture can be changed in a way to support external controllers that contain their very own vendor specifics. This way, we can keep Gardener core clean and independent.

This repository contains utilities functions and common libraries meant to ease writing the actual extension controllers.

⚠️ In order to gain synergies from commonly developed packages we are maintaining all extensions in this repository for a short period of time. Once these libraries have matured we will move out the extension controllers into their own dedicated repositories, e.g. https://github.com/gardener/gardener-extension-os-coreos.

Feedback and Support

Feedback and contributions are always welcome. Please report bugs or suggestions 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

Temporary home for extension controllers for Gardener (to-be split up into dedicated repositories).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.7%
  • Shell 1.9%
  • HCL 1.4%
  • Smarty 0.5%
  • Makefile 0.3%
  • Python 0.1%
  • Dockerfile 0.1%