Skip to content
Discussion options

You must be logged in to vote

Hi @arkady69

Yes — it’s common.

  • 2 replicas → basic HA
  • 3 replicas → critical operators

Kubebuilder uses leader election, so only one pod is active; others standby.

Leader election is configured in main.go:

HealthProbeBindAddress: probeAddr,
LeaderElection: enableLeaderElection,
LeaderElectionID: "da1d9c86.testproject.org",

Docs:

So, I am closing it as solved
I hope that answered your question

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@arkady69
Comment options

Answer selected by camilamacedo86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants