Confluent Kubernetes Operator deep dive

Is there an article/blog post that details what the Kubernetes operator is doing for me automatically?

I’m specifically looking for examples of how day-2 operations take place, and potentially anything related to “self-healing” of a cluster in case a pod in a StatefulSet crashes.

Thanks.

1 Like

the confluent is a good point to start I think

https://docs.confluent.io/operator/current/overview.html

and the benefits are shown here:
https://docs.confluent.io/operator/current/co-introduction.html#co-videos

a blog post from @KaiWaehner

and the git repo :slight_smile:

HTH

1 Like