Munilakshmi G J100daysdevops.hashnode.dev·6 hours agoDay 41 of 100 Days : Understanding VPCs, Security Groups, and NACLs in AWS 🔐As DevOps engineers, securing our applications in the cloud is critical. On Day 41, we explore Virtual Private Clouds (VPCs), subnets, security layers, and the differences between Security Groups and Network Access Control Lists (NACLs). Understandin...DiscussAWS
Harsh Soniharshdevopss.hashnode.dev·12 hours agoEasy Guide to Multi-Agent Jenkins CI/CD Pipelines: Set Up with DockerWhy Multi-Stage and Multi-Agent Pipelines? Multi-stage pipelines allow you to break down the CI/CD process into logical stages like building, testing, and deploying. Adding multi-agent functionality makes it scalable by assigning specific tasks to di...Discuss2Articles1Week
Munilakshmi G J100daysdevops.hashnode.dev·Dec 4, 2024Day 40 of 100 Days : Unlocking the Power of DNS with AWS Route 53! 🚀🎉Wow! We've made it to Day 40! 🎉 It's incredible to reflect on how far we've come, and I'm excited to dive into today's topic: AWS Route 53 – a game-changer in the cloud ecosystem, especially when it comes to domain management and DNS services. What ...DiscussAWS
Harsh Soniharshdevopss.hashnode.dev·Dec 4, 2024Step-by-Step Guide to Setting Up Jenkins with Docker AgentToday, I dived deep into Continuous Integration and Continuous Deployment (CI/CD) and Jenkins Declarative Pipelines using a Docker agent. To make things more exciting, I created my first project and documented every step so that you can follow along ...Discuss2Articles1Week
Munilakshmi G J100daysdevops.hashnode.dev·Dec 3, 2024Day 39 of 100 Days : Understanding Virtual Private Cloud (VPC) in AWSKey Takeaway: A Virtual Private Cloud (VPC) is a logically isolated section within the AWS cloud, where resources like servers and applications are securely managed. AWS VPC was introduced to solve security issues in shared resource environments, off...DiscussAWS
Rutvik Mangukiyarutvikmangukiya.hashnode.dev·Dec 3, 2024Docker Network & Volumes: Deploying a Two-Tier Flask App with MySQLIntroduction DevOps methodologies, emphasizing automation and collaboration, have revolutionized the software development lifecycle. This article will explore using Docker to deploy a two-tier Flask application integrated with a MySQL database. The ...DiscussDevOps#TWS
Harsh Soniharshdevopss.hashnode.dev·Dec 3, 2024Step-by-Step Guide to Simplifying CI/CD with Jenkins Declarative Pipeline and DockerTask 1 : Setting Up Jenkins with an Agent Node Create a new AWS EC2 Instance and connect it to the master (where Jenkins is installed) 💻 Created one more instance "Jenkins-agent". Now we have both "jenkins-master" node and "jenkins-worker" node. ...Discuss2Articles1Week
Munilakshmi G J100daysdevops.hashnode.dev·Dec 2, 2024Day 38 of 100 Days : Launching an EC2 Instance on AWS – A Practical GuideWelcome to Day 38 of my 100 Days of DevOps Journey! Today, we dive into the world of AWS, specifically learning how to create an EC2 instance while understanding the foundational concepts of regions, availability zones, and more. Understanding EC2 I...Discussec2 practical guide
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 2, 2024Mastering Kubernetes Storage: Understanding PersistentVolumes and Claims in Simple TermsPersistent Volume & Persistent Volume Claim: A PersistentVolume (PV) in Kubernetes is like a storage room you rent for your app's data, separate from the app itself. A PersistentVolumeClaim (PVC) is your request to use a part of that room. Example:Im...DiscussKubernetes
Munilakshmi G J100daysdevops.hashnode.dev·Dec 1, 2024Day 37 of 100 Days : AWS Elastic Cloud Compute: A Beginner's GuideIn this blog post, we’ll unravel the concept of Elastic Cloud Compute (EC2), a cornerstone of AWS services. This exploration will cover what EC2 is, why it’s widely used, and the different types of EC2 instances available. What is Elastic Cloud Comp...DiscussAWS