Please suggest the ways to install the terraform in kubernetes or any other container services.
Hi @satyam13097,
Terraform CLI is a command line tool rather than a long-running service, so it isn’t possible to deploy it directly into something like Kubernetes.
Instead, it’s common to run Terraform in automation, such as in a system like Jenkins. You could then, if appropriate, deploy that orchstrator into a platform like Kubernetes, but the instructions for that would depend on which orchestrator you choose to use.
1 Like
I think you understood wrong , My question is
How to install terraform in kubernetes cluster via docker file.