Skip to content

jgnagy/metatron

Repository files navigation

Metatron

Metatron is a Ruby library for creating Metacontroller-based custom Kubernetes controllers.

The intention is to make it as easy as possible to use Ruby to manage custom resources within your Kubernetes infrastructure. No Golang required! Use simple, Rack-based controllers to provide the logic for your custom resources. Metatron templates provide a most Kubernetes boilerplate code for you, so you can focus on the logic that enables your custom resources to do what you need them to do.

For more information, see the Metatron Wiki on GitHub!

For help on how to get started, take a look at the User Guide in the Wiki!

Contributing

If you're interested in contributing to Metatron, please see the Contributing Guide in the repository! Be sure to check out the Code of Conduct as well!