Skip to content

Commit

Permalink
more commands for startup
Browse files Browse the repository at this point in the history
  • Loading branch information
sbegin0 committed Apr 16, 2024
1 parent af7f230 commit 5872f24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal-updates/start_up.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*Recommended to use Linux or WSL*

### Installing Terraform
Follow steps to install Terraform
1.
Expand All @@ -7,5 +9,8 @@ Follow steps to install Terraform
4. In command line: `terraform init` - sets up Terraform to run your configuration by initializing the backend and installing the plugins for the providers defined in your configuration.
5. In command line: `terraform plan` - displays what actions Terraform will perform when you apply your configuration. It doesn't make any changes to real resources but shows you a preview of what will happen.
6. In command line: `terraform apply` - Terraform will ask you to confirm that you want to perform the actions detailed in the plan. Type yes to proceed. This process can take several minutes as Terraform works to set up your EKS cluster and all associated resources
7. AWS EKS configuration in command line: `aws eks --region us-east-1a update-kubeconfig --name eks-cilium-test`
8. Verify that you can connect to your Kubernetes cluster by running: `kubectl get nodes`



0 comments on commit 5872f24

Please sign in to comment.