eks-kiali-operator
DNXLabs/eks-kiali-operator/aws
Terraform module for deploying Kubernetes kiali-operator, a management console for an Istio-based service mesh. It provides dashboards, observability, and lets you operate your mesh with robust configuration and validation capabilities.
Install
README
terraform-aws-eks-kiali-operator   Terraform module for deploying Kubernetes kiali-operator, a management console for an Istio-based service mesh. It provides dashboards, observability, and lets you operate your mesh with robust configuration and validation capabilities. Usage ``bash module "kiali_operator" { source = "git::https://github.com/DNXLabs/terraform-aws-eks-kiali-operator.git" enabled = true } `` Requirements | Name | Version | |------|---------| | terraform | >= 0.13 | | aws | >= 3.13, = 1.0, = 1.10.0, = 1.0, = 1.10.0, Authors Module managed by DNX Solutions. License Apache 2 Licensed. See LICENSE for full
Inputs (9)
| Name | Type | Description | Default |
|---|---|---|---|
| mod_dependency | string | Dependence variable binds all AWS resources allocated by this module, dependent | required |
| settings | map | Additional settings which will be passed to the Helm chart values. | {} |
| helm_chart_release_name | string | Helm release name | "kiali-operator" |
| namespace | string | Kubernetes namespace to deploy Kiali operator Helm chart. | "kiali-operator" |
| helm_chart_version | string | Kiali operator Helm chart version. | "1.37.0" |
| helm_chart_repo | string | Kiali operator repository name. | "https://kiali.org/helm-charts" |
| create_namespace | bool | Whether to create Kubernetes namespace with name defined by `namespace`. | true |
| enabled | bool | Variable indicating whether deployment is enabled. | true |
| helm_chart_name | string | Kiali operator Helm chart name to be installed | "kiali-operator" |
Resources (2)
Topics & Tags
Details
Similar packages
Azure 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,