Prometheus and Grafana Dashboard on EKS Cluster using Helm Chart.This blog explains how you can set up Prometheus and Grafana in Amazon EKS. Kubernetes abstracts a lot of functionalities under the hood. Effective monitoring of such a dynamic system requires tools with advanced capabilities. Prometheus is one such ...Apr 1, 2023·7 min read
Create an AWS Code Pipeline with AWS Code Commit, Code Build & Code Deploy with Amazon Fargate (ECS)Mar 15, 2023·6 min read
Understanding Git & GitHub BasicThe most important topic of Development, DevOps Engineers, and most important this is the starting part of the CI/CD pipeline. But, before discussing Git and GitHub first we all need to know about Version Control System (VCS). What is Version Control...Mar 13, 2023·6 min read
Understanding Package Manager and systemctl command in linux(Installation of Jenkins)In this blog, we are going to learn about what is package manager in Linux and the installation of Jenkins, and also going to learn about systemctl command. What is Package? Package refers to a compressed archive file that contains dependencies, OS i...Mar 13, 2023·5 min read
Day 4: File Permissions and Access Control List (ACL) in LinuxIn today's blog, we are discussing: File Permissions in Linux (chmod) How do assign file permissions to users and groups? What is ACL (Access Control List)? As a DevOps Engineer and System Administrator, this is the most important topic that y...Mar 4, 2023·5 min read
Jenkins CICD with GitHub IntegrationIn this article we will be deploying a node.js application on EC2 instance and we will create a CICD pipeline using Jenkins. Tools we will be using in the project: AWS-EC2 GitHub Docker Jenkins What is CICD pipeline? CI/CD (Continuous Integrati...Mar 3, 2023·4 min read
Day 3: Linux Basic and Advanced Shell ScriptingIn today's blog, we are discussing about : What is Kernel? What is Shell? What is Linux Shell Scripting? What is #!/bin/bash , can we write #!/bin/sh as well? Write a Shell Script that prints "How to Became a DevOps Engineer?" Write a Shell Scr...Mar 3, 2023·7 min read
Day-2 Learning Linux & its CommandsWe are going to learn about Basic Linux Commands that will help you get started with Linux. But, before learning the commands let us all know - What is Linux and it's structure ? Why to use Linux ? What is Linux ? Linux is an free open source sof...Mar 2, 2023·6 min read