How does OTV10 implement HA?
Applies to
OTV10
Answer
- OTV10 HA uses a three node Kubernetes HA topology for its HA implementation
- It uses readiness checks to monitor pod status
- It also runs multiple versions of the pods across the three nodes for redundancy
- Note that the above does not protect the services within the pods, only the pods themselves
Additional Information
Refer to the following Kubernetes documentation for more information on K8 HA: