Is there a way to pause/resume kubernetes pods. We are deploying our pods in 2 regions (west and east). we want west pods to be on standby. Though we are able to restrict http traffic to just one region, the schedulers, cronjobs and backend processing runs in both the regions.
Any help would be appreciated.