RCRajani Choudharyinterraformprovisioner.hashnode.dev·Nov 25, 2024 · 1 min readIngress:INGRESS exposes HTTP and HTTPS routes from outside the cluster to services within the cluster. traffic routing is controlled by rules defined on the ingress resource. why we need ingress : if we have load balancer services load balancer, then will ha...00
RCRajani Choudharyinterraformworkspace.hashnode.dev·Nov 25, 2024 · 1 min readTerraform workspaceTerraform workspace enables us to manage multiple set of deployments from the same set of configuration file. Ex: you have one ec2 instance named AS VM1 and this instance you need for your Prod and dev, in such you no need to created different resour...00
RCRajani Choudharyinterraform-provisioner.hashnode.dev·Nov 25, 2024 · 1 min readTerraform provisioner:provisioner are used to execute scripts on a local or remote machine as part of resource creation or destruction. provisioners are inside resource block local-exec: this invokes a local executable after a resource created. where your terraform is ru...00