HACKER Q&A
📣 Kreotiko

Good examples of Kubernetes operators codebase?


Hi all, I am playing around with the operatorsdk and I would really benefit to dig in codebases implementing it.

I am interested in good examples not necessarily using the operatorSDK for this.


  👤 decodebytes Accepted Answer ✓
Most likely prometheus-operator , very active and production utilized https://prometheus-operator.dev


👤 marcc
SchemaHero (https://github.com/schemahero/schemahero) is an operator that was bootstrapped with Kubebuilder, updated to new API versions, and isn't too complex to look at the code.

👤 fhaldridge7
I can recommend logging-operator https://github.com/banzaicloud/logging-operator/. It's the default logging solution for Rancher.

👤 uaas
Prometheus-operator is great indeed. If you like the video format, you might like this one from one of the Civo engineers, Alex: https://m.youtube.com/watch?v=08O9eLJGQRM