istio

combinator-ml/istio/k8s

Terraform Module HCL K8S

Combinator component that installs Istio

Install
module "istio" {
source = "combinator-ml/istio/k8s"
version = "0.0.1"
}
plain text: /constructs/tfmod-combinator-ml-istio-k8s/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-k8s-istio A combinator component that installs Istio. Usage Note that this installation includes limits, so you will need nodes big enough to fit istio, or have autoscaling enabled. ``terraform module "istio" { source = "combinator-ml/istio/k8s" } ` See the full configuration options below. Once installed, you can test your installation with the default Istio example. Requirements | Name | Version | |------|---------| | provider | >= 2.0.0 | Providers | Name | Version | |------|---------| | helm | n/a | | null | n/a | Modules No Modules. Resources | Name | |------| | helm_release | | null_resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | base\_values | Istio base Helm values | list(string) | [] | no | | disco

Inputs (6)
NameTypeDescriptionDefault
ingress_valueslist(string)Istio ingress Helm values[]
name_prefixstringPrefix to be used when installing."combinator"
namespacestringThe namespace to install into."istio-system"
enable_default_control_planeboolWhether to install a default control planetrue
base_valueslist(string)Istio base Helm values[]
discovery_valueslist(string)Istio discovery Helm values[]
Resources (2)
helm_releasenull_resource
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud K8S
★ Stars0
Forks1
Total downloads1.1k
Inputs6
Resources2
Examples1
LicenseApache-2.0
Namespacecombinator-ml
Updated