varunmargam.hashnode.devAstarix 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
varunmargam.hashnode.devApiwiz AssignmentLinux: Provide steps to create a directory inside a directory where the parent directory does not exist. mkdir -p parent-dir/child-dir How to install a package on a Linux server when there is no internet connection? Ans - If you need to install ...Nov 9, 2023路14 min read
varunmargam.hashnode.devK8s ConfigMap & Secret, Persistent Volume & Persistent Volume Claim馃搷Introduction 馃巼Welcome to my Kubernetes blog series, where I share my Kubernetes learnings and try to deep dive into topics. In this blog, we will explore the K8's intermediate concepts in detail and understand them by doing hands-on MySQL database...Oct 31, 2023路14 min read
varunmargam.hashnode.devUnderstanding Kubernetes Services: Deploying a Django Todo Web App Step-by-Step馃搷Introduction Welcome to my Kubernetes blog series, where I share my Kubernetes learnings and try to deep dive into topics. In this blog, we will explore the K8s service in detail and understand the difference between them by doing a hands-on projec...Sep 13, 2023路8 min read
varunmargam.hashnode.devKubernetes Fundamentals: Understanding Pods, Deployments, Services, and Manifests馃搷Introduction 馃殌Welcome to my Kubernetes blog series, where I share my Kubernetes learnings and try to deep dive into topics. In this blog, we will explore K8s concepts such as K8s pods, Manifest files, Deployment, and Service in detail with some ha...Sep 5, 2023路20 min read