matryoshka

Overview
This projects contains controllers to host components / configuration of
Kubernetes within Kubernetes, hence the name 'Matryoshka', referring to
the Russian stacking dolls.
Installation, Usage and Development
matryoshka is a kubebuilder project.
The API definitions can be found at apis.
The project also comes with a well-defined Makefile.
The CRDs can be deployed using
make install
To run the controllers locally, just run
make run
To deploy the controllers into the currently selected (determined by your current kubeconfig) cluster,
just run
make deploy
This will apply the [default kustomization)[config/default] with correct RBAC permissions.
Contributing
We'd love to get feedback from you. Please report bugs, suggestions or post questions by opening a GitHub issue.
License
Apache-2.0