Skip to content

pratap-bhaskar/gatekeeper-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatekeeper UI

A simple web interface to view the constraints, violations and templates of Gatekeeper (Open policy agent) policies deployed in the cluster. The web interface is not integrated with any authentication or authorization and assumes would be run using port-forward only.

Deploying on cluster

To deploy the application on your cluster, you would first need to deploy the OPA Gatekeeper on your cluster. Once you have the required CRDs you can deploy the application using the following command.

kubectl apply -k deploy

This would deploy the application in the gatekeeper-system namespace, same as the OPA gatekeeeper, once its deployed the application is exposed on 8080 and you can run port forward to access the web interface.

kubectl port-forward svc/gatekeeper-ui -n gatekeeper-system 8080:8080

Sample screenshots

Home page with Constraints

Home Screen

Constraint Details page

Constraint Details

Templates List page

Templates list

Template Details page

Template details list

Releases

No releases published

Packages

No packages published