TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Good examples of Kubernetes operators codebase?

19 pointsby Kreotikoover 3 years ago
Hi all, I am playing around with the operatorsdk and I would really benefit to dig in codebases implementing it.<p>I am interested in good examples not necessarily using the operatorSDK for this.

5 comments

decodebytesover 3 years ago
Most likely prometheus-operator , very active and production utilized <a href="https:&#x2F;&#x2F;prometheus-operator.dev" rel="nofollow">https:&#x2F;&#x2F;prometheus-operator.dev</a>
评论 #28949978 未加载
nserrinoover 3 years ago
We use an operator to deploy Pixie: <a href="https:&#x2F;&#x2F;github.com&#x2F;pixie-io&#x2F;pixie&#x2F;tree&#x2F;main&#x2F;src&#x2F;operator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pixie-io&#x2F;pixie&#x2F;tree&#x2F;main&#x2F;src&#x2F;operator</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;pixie-io&#x2F;pixie&#x2F;tree&#x2F;main&#x2F;k8s&#x2F;operator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pixie-io&#x2F;pixie&#x2F;tree&#x2F;main&#x2F;k8s&#x2F;operator</a>
marccover 3 years ago
SchemaHero (<a href="https:&#x2F;&#x2F;github.com&#x2F;schemahero&#x2F;schemahero" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;schemahero&#x2F;schemahero</a>) is an operator that was bootstrapped with Kubebuilder, updated to new API versions, and isn&#x27;t too complex to look at the code.
fhaldridge7over 3 years ago
I can recommend logging-operator <a href="https:&#x2F;&#x2F;github.com&#x2F;banzaicloud&#x2F;logging-operator&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;banzaicloud&#x2F;logging-operator&#x2F;</a>. It&#x27;s the default logging solution for Rancher.
uaasover 3 years ago
Prometheus-operator is great indeed. If you like the video format, you might like this one from one of the Civo engineers, Alex: <a href="https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=08O9eLJGQRM" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=08O9eLJGQRM</a>