This is lab repository where you can find following
Simple Vagrantfile to build Kubernetes master hmkbs01 with two workers hmdck01 and hmdck02 inside of VirtualBox. Workers can be built separately and used as Docker nodes.
Several simple Docker/Kubernetes labs.
- app01 Building simple python application
- app02 Building simple database application (postgres and adminer)
- app03 Building another python application to work with volumes
- app04 Building Nginx reverse proxy
- app05 Building Python application to work with Postgres
- app06 Building simple web application (backend + frontend + load balancer) with docker-compose
- TBU