Difference between revisions of "Deploy EKS cluster using Terraform"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
  
  
  [[kubectl get]] nodes
+
  [[kubectl get nodes]]
 
  The connection to the server localhost:[[8080]] was refused - did you specify the right host or port?
 
  The connection to the server localhost:[[8080]] was refused - did you specify the right host or port?
  

Revision as of 20:16, 29 November 2021

https://learn.hashicorp.com/tutorials/terraform/eks


Example

git clone https://github.com/hashicorp/learn-terraform-provision-eks-cluster
cd learn-terraform-provision-eks-cluster
terraform init #It may take several minutes
terraform apply
(Terraform EKS apply output)


kubectl get nodes
The connection to the server localhost:8080 was refused - did you specify the right host or port?

Related

See also

Advertising: