Kubernetes dashboard

In Development

Overview

This module deploys the Kubernetes Dashboard, a web-based Kubernetes user interface, on the cluster. It sets up the dashboard using a Helm chart and configures the necessary RBAC permissions. The module also creates a service account with admin access for easy management of the cluster through the dashboard.

Inputs

Name

Description

Type

Default

Required

kubernetes_dashboard_chart_version

Kubernetes Dashboard chart version

string

"7.5.0"

no

Outputs

No outputs.

Providers

Name

Version

helm

n/a

kubernetes

n/a

Requirements

No requirements.

Resources

Name

Type

helm_release.kubernetes_dashboard

resource

kubernetes_cluster_role.superuser

resource

kubernetes_cluster_role_binding.superuser_binding

resource

kubernetes_service_account.all_access

resource

Modules

No modules.