Skip to Content

Cluster

The Kubetail web dashboard can be installed in a cluster using several different methods. It can be configured to use cluster RBAC or bearer tokens depending on your auth needs.

To install Kubetail using helm, first add the Kubetail org’s chart repository, then install the “kubetail” chart:

helm repo add kubetail https://kubetail-org.github.io/helm-charts/
helm install kubetail kubetail/kubetail --namespace kubetail-system --create-namespace

Once it’s running you can access it using your usual access methods such as kubectl proxy or kubectl port-forward:

To make the Kubetail web dashboard easier to access you can also expose it using a service or an ingress. For more information on how to configure the helm chart see the chart’s values.yaml file.

Last updated on