Introduction to Microservices, Docker, and Kubernetes
Docker is an open source platform that’s used to build, ship and run distributed services. Kubernetes is an open source orchestration platform for automating deployment, scaling and the operations of application containers across clusters of hosts. Microservices structure an application into several modular services
Learn the basics of Microservices, Docker, and Kubernetes. Code demo starts at 18:45.
Deployment YAML: https://pastebin.com/rZa9Dm1w
Dockerfile: https://pastebin.com/SZA26rbg
How to Containerize a Node App: https://nodejs.org/en/docs/guides/nod…
Package-lock Blog Post: https://medium.com/@Quigley_Ja/everyt…