eks-kiali-operator

DNXLabs/eks-kiali-operator/aws

Terraform Module HCL 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
module "eks-kiali-operator" {
source = "DNXLabs/eks-kiali-operator/aws"
version = "0.1.1"
}
plain text: /constructs/tfmod-dnxlabs-eks-kiali-operator-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-aws-eks-kiali-operator ![Lint Status](https://github.com/DNXLabs/terraform-aws-eks-kiali-operator/actions) ![LICENSE](https://github.com/DNXLabs/terraform-aws-eks-kiali-operator/blob/master/LICENSE) 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)
NameTypeDescriptionDefault
mod_dependencystringDependence variable binds all AWS resources allocated by this module, dependent required
settingsmapAdditional settings which will be passed to the Helm chart values.{}
helm_chart_release_namestringHelm release name"kiali-operator"
namespacestringKubernetes namespace to deploy Kiali operator Helm chart."kiali-operator"
helm_chart_versionstringKiali operator Helm chart version."1.37.0"
helm_chart_repostringKiali operator repository name."https://kiali.org/helm-charts"
create_namespaceboolWhether to create Kubernetes namespace with name defined by `namespace`.true
enabledboolVariable indicating whether deployment is enabled.true
helm_chart_namestringKiali operator Helm chart name to be installed"kiali-operator"
Resources (2)
helm_releasekubernetes_namespace
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud AWS
★ Stars1
Forks4
Total downloads12.2k
Inputs9
Resources2
LicenseApache-2.0
NamespaceDNXLabs
Updated