- Demo – Kubernetes on Google Cloud Platform https://kodekloud.com/topic/demo-kubernetes-on-google-cloud-platform/
- Docker architecture, servce, swarm, overlay networks, load balancing, CI/CD integration
-
Play with Docker https://labs.play-with-docker.com/
-
Awesome-docker https://awesome-docker.netlify.app/
-
Play with Kubernetes https://labs.play-with-k8s.com/
-
Docker Certified Associate Exam Preparation Guide (v1.0.1) https://dockerlabs.collabnix.com/docker/dca.html
[Mini project 1 - Example Voting App]
[Mini project 2 - Docker Local Registry]
[Mini project 3 -]
[Mini project 4 -]
[Mini project 5 -]
[Mini project 6 -]
[]
[References]
- Left: voting-app
- Right: result-app
- Notes: the inputs from the 1
voting-app
is cached on 2redis
, and is sent to thepostgres
db by the 4worker
. The result is then displayed on 5result-app
.
- Docker's official samples https://github.com/dockersamples
- kodekloud https://kodekloud.com/courses/docker-for-the-absolute-beginner/