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
- Host: GitHub
- URL: https://github.com/vspiewak/k8s-playground
- Owner: vspiewak
- Created: 2024-02-27T01:37:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T21:50:26.000Z (over 1 year ago)
- Last Synced: 2025-05-14T16:49:12.432Z (5 months ago)
- Topics: aws, cka, ckad, cks, kubernetes
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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