Exploring Terraform Outputs
Explore the output variables and check on the cluster that we created.
We'll cover the following
Viewing output file
We’ll retrieve the nodes of the newly created Kubernetes cluster and see what we got. But, before we do that, we need to create a kubeconfig
file that will provide kubectl
the information on how to access the cluster. We could do that right away with aws
CLI, but we’ll make it a bit more complicated.
Get hands-on with 1200+ tech skills courses.