coredns / coredns-opa

CoreDNS / Open Policy Agent Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 -

About

CoreDNS / Open Policy Agent Integration

License:Apache License 2.0


Languages

Language:Shell 80.5%Language:Go 6.9%Language:Makefile 4.9%Language:Open Policy Agent 4.6%Language:Dockerfile 3.2%