You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launching helm charts via terraform in minikube. Creating namespaces via terraform on minikube. Installing ingress controller nginx helm chart on minikube with helm. Installing istion with helm and terraform
Example 1 : Creating namespaces on local minikube cluster via terraform
cd namespaces
minikube start
terraform init
terraform apply
Example 2 : Deploying sample hello world app on local minikube cluster via terraform
minikube start
terraform apply
About
Launching helm charts via terraform in minikube. Creating namespaces via terraform on minikube. Installing ingress controller nginx helm chart on minikube with helm. Installing istion with helm and terraform