I\'m new to k8s, and I want to deploy OPA in the same pod as of my application in Google Kubernetes engine. But I don\'t know how to do this.Are there any references that I
It should similar as deploying to any Kubernetes cluster as documented here. The difference could be you may want to use a LoadBalancer type service instead of NodePort.