How to deploy Open Policy Agent in a Google Kubernetes cluster

后端 未结 1 527
清酒与你
清酒与你 2020-12-22 08:57

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

1条回答
  •  一向
    一向 (楼主)
    2020-12-22 09:22

    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.

    0 讨论(0)
提交回复
热议问题