Terraform code to provision Kind clusters on top of GCE Instances
- Generate the SSH Key on your local machine:
ssh-keygen -t rsa -f ~/.ssh/nephio -C nephio -b 2048
- To run the terraform code locally run:
gcloud auth login
gcloud auth application-default login
gcloud config set project PROJECT_ID
terraform init
terraform plan
terraform apply
To access the VM after creation run:
ssh ubuntu@IP -i ~/.ssh/nephio