Skip to content

worawatwi/gatekeeper-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatekeeper Demo

Installation

Install Gatekeeper via Helm

helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts
helm install gatekeeper/gatekeeper --name-template=gatekeeper \
  --namespace gatekeeper-system \
  --create-namespace

Usage

Deploy templates and constraints

kubectl apply -f policies/templates
kubectl apply -f policies/constraints

Deploy mutations

kubectl apply -f mutations

Deploy resources

kubectl apply -f resources --recursive

References

OPA Gatekeeper Library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published