mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
521 B
521 B
Quick start
-
We're going to use Terraform to deploy a basic Kubernetes cluster
-
We will need cloud credentials (make sure you have a valid cloud account!)
Steps
-
Install Terraform (download single Go binary)
-
Configure credentials (e.g.
gcloud auth login) -
Create Terraform configuration
-
Add providers to the configuration
-
Initialize providers with
terraform init -
Add resources to the configuration
-
Realize the resources with
terraform apply -
Repeat 6-7 or 4-5-6-7