Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 612 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 612 Bytes

k8s playground

Caution

Just a CKAD, CKA, CKS playground. Not production grade...

Important

Packages versions are fixed for reproducibility and slightly outdated to practice cluster update

# debug dynamic inventory
ansible-inventory -i inventory/aws_ec2.yml --list
ansible-inventory -i inventory/aws_ec2.yml --graph

# create AWS infra
ansible-playbook -i inventory/localhost create-on-aws.yml

# configure k8s
ansible-playbook -i inventory/aws_ec2.yml configure-k8s.yml

# terminate AWS infra
ansible-playbook -i inventory/aws_ec2.yml terminate-aws.yml