Deploying the Infrastructure
Explore how to deploy infrastructure on AWS, and view the Kubernetes environment using K9s or kubectl.
We'll cover the following...
To create our deployment plan using the variable provided in the terraform.tfvars
file, or when prompted to deploy it into AWS, we run the following command:
make deploy
Deploying the insfraturcture
This command will execute the plan
and apply
Terraform commands. These will be followed up with a command to fetch the cluster configuration so that we can connect to it with K9s.
Deployment plan and usage costs
The plan that Terraform creates will contain approximately 87 resources. During the apply
stage, ...