Comment by mathverse
1 day ago
Typically you have multi-az setup for app deployment for HA. How would you without traffic management controll solve this?
1 day ago
Typically you have multi-az setup for app deployment for HA. How would you without traffic management controll solve this?
I'm not sure I follow. Are you talking about the AZP service, or ... ?
It's a best practice to have a Deployment run multiple Pods in separate AZs to increase availability
Yes I get that. But are we talking HA for this lookup service that I've made?
If yes, that's a simple update of the manifest to have 3 replicas with ab affinity setting to spread that out over different AZ. Kyverno would use the internal Service object this service provide to have a HA endpoint to send queries to.
If we are not talking about this AZP service, I don't understand what we are talkin about.
2 replies →