VCVivek Chaudharyinvivekchaudhary.hashnode.dev·Dec 6, 2023 · 2 min readAuto Scaling with ELB and WAFHere's a step-by-step guide on how to attach AWS WAF (Web Application Firewall) and an Application Load Balancer (ALB) to your Auto Scaling Group (ASG) EC2 instances created from a launch template Prerequisites: AWS account access with necessary per...00
VCVivek Chaudharyinvivekchaudhary.hashnode.dev·Dec 5, 2023 · 2 min readAWS: A Comprehensive JourneyAWS: A Brief History AWS began its journey in 2006, when Amazon.com ventured beyond retail and entered the cloud services arena, launching Elastic Compute Cloud (EC2) and Simple Storage Service (S3). These foundational services laid the groundwork fo...00
VCVivek Chaudharyinvivekchaudhary.hashnode.dev·Dec 1, 2023 · 2 min readKubeadm Installation GuidePrerequisites: Ubuntu OS (Xenial or later) sudo privileges Internet access t2.medium 2 instance ( master & worker ) type or higher Installation Steps: Install docker, kubeadm, kubectl and kubelet in both master and worker node ```bash sudo a...00
VCVivek Chaudharyinvivekchaudhary.hashnode.dev·Dec 1, 2023 · 1 min readCreating your first pod using MinikubeCreating a single pod using Minikube involves a few steps. First, ensure that Minikube is installed and running on your system. Then, you can follow these steps to create a single pod for the installation of minikube you can refer to this [ https://v...00
VCVivek Chaudharyinvivekchaudhary.hashnode.dev·Nov 30, 2023 · 3 min readJenkins Important interview Questions.Difference between Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment (CD): Continuous Integration (CI): It's the practice of regularly integrating code changes into a shared repository. The primary goal is to detect in...00