Deploy Microservice flask-API in the Docker container with the help of Dockerfile and AWS.Jun 29, 2023·8 min read
Deployment of 2-tier python-flask applications with the help of Docker, Kubernetes, AWS, and HELM packaging.This is some basic setup and Dockerfile creation. First, Create an EC2 instance connect it with the localhost device, and then clone the project code from the GitHub repo: https://github.com/D-singh121/flask-mysql-app-k8s-helm-deployment.git H...Jan 11, 2024·12 min read
Understanding package manager and Systemctl#90 Days of DevOps Challenge - Day 7Jun 8, 2023·6 min read
Advanced Linux Shell Scripting for DevOps Engineers with User managementDAY 5 - #90DaysOfDevOps Challenge LOOPS IN BASH ( FOR, WHILE, UNTIL ) Loops are a fundamental part of any programming language, and bash is no exception. Loops allow you to execute a block of code repeatedly until a certain condition is met. There...May 24, 2023·9 min read
Basic Linux Shell Scripting for DevOps Engineers.#90 Days of DevOps Challenge - Day 4May 24, 2023·3 min read