Render Your Web-Application Lightning Speed with CloudFrontCloudFront is AWS managed service that is used to host static and dynamic web content such as .html, .css, .js, etc. CloudFront is responsible for delivering your content through the worldwide network of data centers called edge location(part of the ...Jun 30, 2024·5 min read
Build Kubernetes Cluster with Kubeadm: A Step-by-Step Guide for BeginnersIn this blog, I'm going to cover a Step-by-step guide to set up a Kubernetes cluster with both master node and worker node, get ready to make your deployment production-friendly. What is kubeadm? Kubeadm is a command-line tool specifically designed f...Aug 29, 2023·3 min read
Beginner's Guide to Dockerfile: Getting Started with Containerization.Introduction As you get started with DevOps you need to learn different technology together and when you start learning docker to containerize the application. It's amazing that with just one container and you can run any application you want without...Aug 19, 2023·4 min read
MASTER-AGENT node CI/CD deployment ecosystem setupThis strategy is widely used by organizations to deploy applications more securely. In this approach, a MASTER node with Jenkins installed is set up, and multiple agent nodes can be created as needed. The MASTER node automates the entire CI/CD proces...Jul 25, 2023·3 min read
"Automate and Deploy: Django ToDo App with Jenkins CI/CD Pipeline"Introduction: In this blog, we will explore a comprehensive project that seamlessly integrates some of the most popular DevOps tools, including GitHub, Jenkins, Docker, and AWS. This project serves as an excellent example for beginners to understand ...Jul 21, 2023·3 min read
My Journey In TechThe beginning of my story is quite similar to all the students out here who started their journey in technology. I also come to know about this thing as every indian kid comes to know about from my siblings. I, Abhishek Bhagat I'm in my third year of...Mar 18, 2023·4 min read
Fix support for password authentication was removed-GitHubIntroduction When I was newly starting to learn how open source operates and the essential skills needed to get started, I discovered that GitHub is the backbone of the open source system. As I began learning GitHub, I encountered numerous errors, an...Mar 18, 2023·1 min read