How to deploy container into multiple regions using Github Action in GKE

Hi All,

I have requirement of running container into 4 multiple region in GKE
Already i have implemented github action which is storing docker image into GAR and deploying to GKE through manifest files but i want to deploy into 4 multiple region along with https URL

can anyone help