DEV Community

Cover image for Here is Kubeapps the k8s/helm dashboard
Javid Mougamadou
Javid Mougamadou

Posted on

Here is Kubeapps the k8s/helm dashboard

Concepts

Alt Text

Kubeapps is a dashboard for your Kubernetes cluster that makes it easy to deploy and manage applications in your cluster using Helm

Deploy Your Favorite Charts and Operators

Browse Helm charts and Kubernetes Operators from public and private registries. Perform day-two operations like upgrades or rollbacks.

Use Private Namespaces and Multiple Clusters

Create and manage different catalogs isolating them in different namespaces and clusters with a single Kubeapps instance.

Secure Authentication and Authorizations

Leverage RBAC and OAuth2/OIDC to provide authenticate and authorize users in your system.

Image

Prerequisites

  • Kubernetes

  • Helm 3

  • Administrative access to the cluster to create Custom Resource Definitions (CRDs)

Installation

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

Link

Top comments (2)

Collapse
 
brunohlopes profile image
Bruno Lopes

Is it possible to install non-Bitnami charts?? from kubernetes, SonarQube, for example..

Collapse
 
javidjms profile image
Javid Mougamadou

Perhaps yes, you should install from github charts release/archive.