# nexus-operator

Still in development!

A Kubernetes operator that will be able to automatically configure Nexus as a Docker registry in a Kubernetes cluster.

The goal is to use CRD(Custom resource definitions) in Kubernetes to both:

  • setup Nexus with the necessary content selectors, privileges, roles and users
  • register Nexus as a registry in the cluster, including the necessary credentials

And it is also an excuse to learn a bit of Go 😎

It is early days! If you are interested, check the progress on GitHub:

kaizendorks/nexus-operator - GitHub