The road to production
GitHub Repository Kubernetes is a computing platform for managing container-based applications. It was originally created by Google but is now managed by the Cloud Native Computing Foundation (CNC...
GitHub Repository Kubernetes is a computing platform for managing container-based applications. It was originally created by Google but is now managed by the Cloud Native Computing Foundation (CNC...
GitHub Repository Why Docker Compose? In the same way that Docker allows us to build, run, and manage a single microservice, Docker Compose gives us a convenient way to build, run, and manage mult...
GitHub Repository RabbitMQ software for queuing messages, which will help us decouple our microservices. We’ll use the npm package called amqplib to connect our microservices to RabbitMQ so they c...
GitHub Repository Docker works on Linux, MacOS, and Windows 10. If you are working on Windows, you’ll first need to install WSL2 (the Windows integrated Linux kernel) docker build -t video-stream...
GitHub Repository Node.js is network orientated and high performance, making it well suited to building microservices. Node.js is open source, and you can find the code for it on GitHub at https:...