Skip to content

evgeniyarbatov/k8s-terraform

Repository files navigation

K8S cluster with EC2

Creating K8S cluster with EC2 instances

Commands

SSH:

eval "$( tf output -raw master_ssh )"
eval "$( tf output -raw worker_ssh )"

Logs:

eval "$( tf output -raw master_logs )"
tf output -json worker_logs | jq -r 'first' 

Refs

About

Create Kubernetes cluster with AWS EC2 and Terraform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages