Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 427 Bytes

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