VSVinayak Salunkheinyes-we-can-devops.hashnode.dev·Dec 9, 2023 · 3 min readMySQL Database on AWS RDS#How to Setup MySQL Database on AWS RDS #Step 1: Log in to AWS Management Console and Navigate to RDS Login to AWS Management Console and search for ‘RDS’. Once you see RDS, click on it to open the RDS service. #Step 2: Select a Region to Create your...00
VSVinayak Salunkheinyes-we-can-devops.hashnode.dev·Dec 9, 2023 · 7 min readEKS SetupPrerequisites: Configuring the AWS CLI and kubectl Note: Use the AWS's root account for this project. AWS CLI – A command line tool for working with AWS services, including Amazon EKS. Configure the AWS CLI and kubectl on your local machine to intera...00
VSVinayak Salunkheinyes-we-can-devops.hashnode.dev·Nov 27, 2023 · 6 min readCI-Jenkins pipeline setup.CI PIPELINE SETUP WITH VARIOUS TOOLS You need to complete this project in one go. Step 1 – Create the Ec2 instance in AWS account with these parameters EC2 type – Ubuntu t2.medium EBS volume – 30 GB Region – US-EAST-2 Step 2 – Connect to EC2 and Ins...00
VSVinayak Salunkheinyes-we-can-devops.hashnode.dev·Nov 21, 2023 · 1 min readForward Proxy vs. Reverse ProxyForward Proxy vs. Reverse Proxy: Understanding the Essentials 🔒 Proxy Servers: 🌐 Proxy servers act as intermediaries between users and the internet, enhancing privacy, providing security, and filtering content. Functionalities:🔒 Anonymity an...00
VSVinayak Salunkheinyes-we-can-devops.hashnode.dev·Nov 16, 2023 · 16 min readJenkins Pipeline File With Apache GroovyGroovy is suitable for beginners and is a good choice for uniting teams' scripts. What is an Apache Groovy Script? Apache Groovy is an object-oriented programming language used for JVM platform. This dynamic language has a lot of features drawing ins...00