Installation

See the options to try out OpenGovernance

OpenGovernance is available as SaaS or can be self-deployed on your Kubernetes infrastructure. The installation process is straightforward and grants access to a web interface upon completion.

Options

  • Enterprise Edition: Available as SaaS or self-hosted, get a free trial here.

  • Community Edition: Deploy on new or existing Kubernetes infrastructure.

For best performance, install OpenGovernance on a dedicated Kubernetes cluster. Click here for Terraform (or OpenTofu) automation for AWS, Azure, or Google Cloud. For existing Clusters, ensure your cluster is v1.28+ with at least 3 nodes (4 vCPUs/16GB RAM each) with the ability to create 250GB of PVC.

Add the Helm Repository:

helm repo add opengovernance https://kaytu-io.github.io/kaytu-charts && helm repo update

Install the App

Run the following command to deploy the app inside your namespace:

helm install -n opengovernance opengovernance opengovernance/open-governance --create-namespace

It will take 5-10 minutes for the install the complete.

Expose the app

Run the following port forwarding command to direct the Grafana pod to listen to port 80:

kubectl port-forward -n opengovernance svc/nginx-proxy 8080:80
  1. Navigate to http://127.0.0.1:8080/ in your browser.

  2. To sign in, use admin@example.com as the username and password as the password.

Last updated