Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 658 Bytes

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

  1. git clone https://github.com/coredns/coredns-opa
  2. cd coredns-opa/deploy
  3. ./cluster.sh -c opa
  4. kustomize build base | kubectl --kubeconfig kubeconfig --context opa apply -f -