eks-dashboard
DNXLabs/eks-dashboard/aws
Terraform module for deploying kubernetes-dashboard inside a pre-existing EKS cluster.
terraform-aws-eks-dashboard   Terraform module for deploying kubernetes-dashboard inside a pre-existing EKS cluster. !Dashboard UI workloads page In case you have enabled the creation of the sample user, you can retrieve the token running: kubectl -n kubernetes-dashboard describe secret $(kubectl -n kubernetes-dashboard get secret | awk '/^admin-user-token-/{print $1}') | awk '$1=="token:"{print $2}' When the deployment is complete, now access Dashboard at: http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:https/proxy Usage `` module "eks_dashboard" { source = "git::https://github.c
| Name | Type | Description | Default |
|---|---|---|---|
| helm_chart_repo | string | EKS Dashboard repository name. | "https://kubernetes.github.io/dashboard" |
| sample_user_enabled | bool | Whether to create k8s sample admin user and generate Bearer Token to access dash | false |
| namespace | string | Kubernetes namespace to deploy EKS Spot termination handler Helm chart. | "kubernetes-dashboard" |
| mod_dependency | string | Dependence variable binds all AWS resources allocated by this module, dependent | null |
| settings | map | Additional settings which will be passed to the Helm chart values, see https://a | {} |
| helm_chart_release_name | string | EKS Dashboard release name. | "kubernetes-dashboard" |
| helm_chart_name | string | EKS Dashboard chart name. | "kubernetes-dashboard" |
| helm_chart_version | string | EKS Dashboard chart version. | "4.0.0" |
| create_namespace | bool | Whether to create k8s namespace with name defined by `namespace`. | true |
| service_account_name | string | EKS dashboard service account name. | "kubernetes-dashboard" |
| enabled | bool | true |
dashboard_urlAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,