How to deploy Open Policy Agent in a Google Kubernetes cluster

6/8/2020

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 ?

-- user10960174
google-kubernetes-engine
kubernetes
open-policy-agent

1 Answer

6/8/2020

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.

-- Arghya Sadhu
Source: StackOverflow