Merge pull request #1 from tsandall/master A few small fixes to the install and manifests
Merge pull request #1 from tsandall/master
A few small fixes to the install and manifests
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 -
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
CoreDNS / OpenPolicyAgent
Intro
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.
Quick Start
Prerequisites
Getting it running
git clone https://github.com/coredns/coredns-opacd coredns-opa/deploy./cluster.sh -c opakustomize build base | kubectl --kubeconfig kubeconfig --context opa apply -f -