kubeseal-webgui

May 21, 2026 · View on GitHub

License CodeQL Latest release

kubeseal-webgui logo

kubeseal-webgui is a web frontend for Bitnami Sealed Secrets. It lets cluster operators encrypt Kubernetes Secrets in the browser using the cluster's public certificate, without exposing the kubeseal CLI to every user. The backend is FastAPI (Python 3.12), the frontend is Vue 3 + Vuetify 4, and the app ships as two container images plus a Helm chart on the GitHub Container Registry.

Demo

kubeseal-webgui demo

Prerequisites

Quickstart

helm install kubeseal-webgui \
  oci://ghcr.io/jaydee94/kubeseal-webgui/charts/kubeseal-webgui \
  --namespace kubeseal-webgui \
  --create-namespace

See docs/installation.md for ingress, OpenShift route, and certificate options.

Documentation

Contributing

Contributions are welcome. See CONTRIBUTING.md for the workflow (Conventional Commits drive the release process) and docs/development.md for local setup.

License

Apache 2.0. See LICENSE and NOTICE.