How to setup manual fail over (PROD to DR) in IKS? How to setup manual fail over (PROD to DR) in IKS? kubernetes kubernetes

How to setup manual fail over (PROD to DR) in IKS?


You could use the CIS service Global Load Balancer offering to set up a globally load-balanced and health-checked URL for your applications. You'd create a GLB for domain app.mydomain.com/app_path for example and then back it with the VIPs for your cluster ALBs in the same origin pool. Configure a health check at the GLB so traffic will be sent to the available endpoints that are healthy.

CIS GLB docs are covered at https://cloud.ibm.com/docs/cis?topic=cis-global-load-balancer-glb-concepts