#handson
Read more stories on Hashnode
Articles with this tag
What exactly is Mocha? Well, Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing...
What is ECS? ECS (Elastic Container Service) is a fully-managed container orchestration service provided by Amazon Web Services (AWS). It allows you...
In this blog, we will learn how to deploy a Flask app that communicates with a MongoDB database, containerize the app using Docker, and manage it...
Prerequisite VM (Ubuntu, Type - Standard B2s (2 vcpus, 4 GiB memory) ) Docker Minikube kubectl Clone the source code Clone the GitHub repo:...
Project - 5 ยท Using docker swarm we create one manager node and one/multiple worker nodes. Then the manager must distribute the load according to...
Project -4 ยท Create a Docker file for an app Django-notes-app from scratch. Build an image using the Docker file and run a container. Verify that the...