问题
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 can refer more details about this ? Could you please help me figure out the steps I should follow ?
回答1:
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.
来源:https://stackoverflow.com/questions/62258321/how-to-deploy-open-policy-agent-in-a-google-kubernetes-cluster