yes-we-can-devops.hashnode.devMySQL 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...Dec 9, 2023·3 min read
yes-we-can-devops.hashnode.devEKS 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...Dec 9, 2023·7 min read
yes-we-can-devops.hashnode.devCI-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...Nov 27, 2023·6 min read
yes-we-can-devops.hashnode.devForward 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...Nov 21, 2023·1 min read
yes-we-can-devops.hashnode.devJenkins 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...Nov 16, 2023·16 min read