Contains code to build an image of CoreDNS that includes the OPA integration, and also to create a GKE cluster and update it to use that CoreDNS instance.
git clone https://github.com/coredns/coredns-opa
cd coredns-opa/deploy
./cluster.sh -c opa
kustomize build base | kubectl --kubeconfig kubeconfig --context opa apply -f -