How to deploy Open Policy Agent in a Google Kubernetes cluster

淺唱寂寞╮ 提交于 2020-06-22 04:24:49

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!