Code and notes for Udemy's Docker/K8s course
-
- Small NodeJS that runs on Docker
-
- Docker-compose based Webapp that counts numbers of visits using Redis
- Multiple Node-App containers communicate with a single Redis Container
-
- Sample project for complete CI/CD workflow with Travis.
-
- Multi-container fibonacci sequence calculator (tag: aws)
- Kubernetes version of the fibonacci sequence calculator (tag: k8s)