Skip to content

Latest commit

 

History

History

infra

kind-cluster-gce

Terraform code to provision Kind clusters on top of GCE Instances

requirements

usage

  • 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

VM Access

To access the VM after creation run:

ssh ubuntu@IP -i ~/.ssh/nephio