Astarix Assignment: Containerizing MERN Stack Application on AWS and Crafting CICD Pipeline.馃搷Docker & Docker-Compose Step 1: Launch an AWS EC2 instance of type t2.medium. Step 2: Install Docker and Docker-Compose and permit the Ubuntu user. Giving user permission: sudo usermod -aG docker ubuntu Step 3: Clone this GitHub repository: ht...Nov 10, 2023路3 min read路37
Understanding Kubernetes Services: Deploying a Django Todo Web App Step-by-StepSep 13, 2023路8 min read路71
Kubernetes Fundamentals: Understanding Pods, Deployments, Services, and ManifestsSep 5, 2023路20 min read路112
K8's Assignment Deploying Flask-Microservices and Reddit Clone Application馃搷Task 1: 1. Deployment of a Microservices Application on K8s - Do Mongo Db Deployment - Do Flask App Deployment - Connect both using Service Discovery 馃搷Flask-microservice app Step 1: Installing minikube on AWS EC2 instance visit this GitHub URL for...Sep 3, 2023路8 min read路138
Kubernetes Fundamentals: Features, Necessity, and Architectural Insights馃搷Introduction Welcome to my Kubernetes blog series. In this introductory blog, we'll explore Kubernetes, its features, significance, and architecture. Our journey will also lead us to delve into the realms of monolithic and microservice architecture...Aug 27, 2023路12 min read路117
Docker Important interview QuestionsWhat is the Difference between an Image, Container, and Engine? Ans: Docker Image: A blueprint that contains all the necessary libraries, dependencies, and code to run a service or an app. Docker Image is built from a configuration file called Dock...Aug 24, 2023路17 min read路63
Efficient CI/CD with Jenkins: Exploring Master-Slave Architecture and Agents馃搷Introduction Welcome to my Jenkins blog series! In this blog, we're delving into the core concepts of Jenkins Master-Slave Architecture, Jenkins Agents, and SSH-based connections. From theory to practice, we'll guide you through setting up a Master...Aug 23, 2023路13 min read路368
Jenkins Important interview QuestionsWhat鈥檚 the difference between continuous integration, continuous delivery, and continuous deployment? Ans: Continuous Integration: It includes stages like Cloning the updated code, Building, and Testing. Its main goal is to continuously integrate t...Aug 23, 2023路14 min read路73
CI/CD pipeline for 2-Tier Flask Todo Web Application馃搷Introduction 馃殌Welcome to my Jenkins blog series, where we'll dive into crafting a declarative pipeline for a 2-tier Flask Todo Web Application with MySQL. Follow our step-by-step journey as we set up a holistic pipeline, covering cloning, building...Aug 22, 2023路12 min read路133