Skip to content

vspiewak/k8s-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Kubernetes on AWS EC2 to play with for CKS exam

Topics

Resources

Stars

Watchers

Forks

Languages