I am interested in good examples not necessarily using the operatorSDK for this.
Ask HN: Good examples of Kubernetes operators codebase?
1–9 of 9 posts
Re: Ask HN: Good examples of Kubernetes operators codebase?
#2Re: Ask HN: Good examples of Kubernetes operators codebase?
#3Re: Ask HN: Good examples of Kubernetes operators codebase?
#4Re: Ask HN: Good examples of Kubernetes operators codebase?
#5Most likely prometheus-operator , very active and production utilized https://prometheus-operator.dev
(Full disclosure, I’m the co-creator and one of the maintainers of prometheus operator)
Re: Ask HN: Good examples of Kubernetes operators codebase?
#6Most likely prometheus-operator , very active and production utilized https://prometheus-operator.dev
If it has to be about operator sdk then it’s not the best example because it doesn’t use operator sdk, it uses the lower level client-go directly (I’m just commenting this because the original post was asking about operator sdk). I personally prefer client-go, the operator sdk interface never really spoke to me. (Full disclosure, I’m the co-creator and one of the maintainers of prometheus operator)
Re: Ask HN: Good examples of Kubernetes operators codebase?
#7Re: Ask HN: Good examples of Kubernetes operators codebase?
#8Re: Ask HN: Good examples of Kubernetes operators codebase?
#9Earlier quoted context omitted.
If it has to be about operator sdk then it’s not the best example because it doesn’t use operator sdk, it uses the lower level client-go directly (I’m just commenting this because the original post was asking about operator sdk). I personally prefer client-go, the operator sdk interface never really spoke to me. (Full disclosure, I’m the co-creator and one of the maintainers of prometheus operator)
I am the person who asked and I was probably unclear. I mentioned the operator sdk because that is what I am trying at the moment but I am open to other approaches so this example is welcome