All Projects → kubeapps → Kubeapps

kubeapps / Kubeapps

Licence: apache-2.0
A web-based UI for deploying and managing applications in Kubernetes clusters

Programming Languages

typescript
32286 projects
go
31211 projects - #10 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
rust
11053 projects

Kubeapps

CircleCI

Overview

Kubeapps is an in-cluster web-based application that enables users with a one-time installation to deploy, manage, and upgrade applications on a Kubernetes cluster.

With Kubeapps you can:

Note: Kubeapps 2.0 and onwards supports Helm 3 only. While only the Helm 3 API is supported, in most cases, charts made for Helm 2 will still work.

Getting started with Kubeapps

Installing Kubeapps is as simple as:

helm repo add bitnami https://charts.bitnami.com/bitnami
kubectl create namespace kubeapps
helm install kubeapps --namespace kubeapps bitnami/kubeapps

See the Getting Started Guide for detailed instructions on how to install and use Kubeapps.

Kubeapps is deployed using the official Bitnami Kubeapps chart from the separate Bitnami charts repository. Although the Kubeapps repository also defines a chart, this is intended for development purposes only.

Documentation

Please refer to:

See how to deploy and configure Kubeapps on VMware Tanzu™ Kubernetes Grid™

Troubleshooting

If you encounter issues, review the troubleshooting docs, review our project board, file an issue, or talk to us on the #Kubeapps channel on the Kubernetes Slack server.

Contributing

If you are ready to jump in and test, add code, or help with documentation, follow the instructions on our start contributing documentation for guidance on how to setup Kubeapps for development.

Changelog

Take a look at the list of releases to stay tuned for the latest features and changes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].