An open API service indexing awesome lists of open source software.

https://github.com/vspiewak/k8s-playground

Kubernetes on AWS EC2 to play with for CKS exam
https://github.com/vspiewak/k8s-playground

aws cka ckad cks kubernetes

Last synced: 2 months ago
JSON representation

Kubernetes on AWS EC2 to play with for CKS exam

Awesome Lists containing this project

README

          

# 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