MySQL 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
Jenkins?Jenkins is a tool that is used for automation, and it is an open-source server that allows all the developers to build, test and deploy software. It works or runs on java as it is written in java. By using Jenkins we can make a continuous integration...Nov 16, 2023·8 min read
Getting Started with Jenkins.What is Jenkins? Jenkins is an open-source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenkin...Nov 10, 2023·5 min read
Docker all commandsList of Important Docker commands : 1. 🏃♂️ `docker run` - Run a container from an image. 2. 🚚 `docker pull` - Pull an image from a registry. 3. 🚢 `docker push` - Push an image to a registry. 4. 🏗️ `docker build` - Build an image from a Dockerfil...Nov 8, 2023·3 min read
Kubernetes Pod-to-Pod Communication: A Comprehensive Guide.Introduction Kubernetes has revolutionized container orchestration, allowing organizations to deploy and manage applications at scale. One of the key components of Kubernetes is the pod, a logical group of one or more tightly coupled containers. Unde...Nov 7, 2023·7 min read
Prerequisites to set up the AWS EKS: Local Ubuntu 22.04 machine command line tools to be installed.What is Kubernetes? Kubernetes Is a tool used for managing containers. it manages clusters of container hosts and the containers which are enclosed in a pod that is managed bt Kubernetes. What are the benefits of using Kubernetes? Monitoring-kuberne...Nov 7, 2023·28 min read
Deployed Sample-Node.js application on Kubernetes using Helm.In this blog post, we are going to deploy a simple Dockerized Node.js application on Kubernetes using Helm. Before we move to the actual deployment process, we will get a brief intro of Docker, Kubernetes and Helm in order to understand why are we us...Nov 3, 2023·8 min read