Installation

See the options to try out OpenGovernance from Kaytu

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.

Deploy the OpenGovernance app on your existing Kubernetes infrastructure using Helm. Ensure your cluster is v1.28+ with at least 3 nodes (4 vCPUs/16GB RAM each).

Add the Helm Repository:

helm repo add kaytu 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 kaytu kaytu kaytu/kaytu --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 kaytu 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