Kanav Gathe90-days-of-devops-kanav.hashnode.dev·15 hours agoDeploying Django Todo App on AWS EC2 with Kubernetes: A Step-by-Step GuideThis guide walks through the process of deploying a Django Todo application on AWS EC2 using a Kubernetes cluster set up with Kubeadm. We'll cover everything from initial EC2 setup to final deployment verification. Prerequisites AWS Account with EC2...#90daysofdevops
Munilakshmi G J100daysdevops.hashnode.dev·Jan 25, 2025Day 91 of 100 Days : Advanced DevOps Interview Questions & AnswersAfter covering the basics in Day 90, let’s dive deeper into advanced DevOps interview questions to strengthen your technical edge. Below are 20 fresh questions and answers that will help you handle challenging scenarios and impress interviewers. Adv...Devops
Munilakshmi G J100daysdevops.hashnode.dev·Jan 24, 2025Day 90 of 100 Days : Common DevOps Interview Questions & AnswersAfter diving deep into DevOps for 90 days, it's time to prepare for interviews! Below are 20 commonly asked DevOps interview questions along with concise, yet informative answers. These questions cover a variety of topics, ensuring you're ready for t...Devops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Jan 23, 2025Comprehensive Guide: Deploying a React Visitor Counter with AWS Elastic Beanstalk and GitHub ActionsWelcome to this step-by-step guide on deploying a React-based visitor counter application using AWS Elastic Beanstalk and GitHub Actions. This guide covers everything from initial setup to deployment and best practices. Prerequisites AWS Account wit...#90daysofdevops
Munilakshmi G J100daysdevops.hashnode.dev·Jan 23, 2025Day 89 of 100 Days : Error Handling in Ansible + Interview QuestionsWelcome to Day 89 of the 100 Days of DevOps journey! Today, we will dive into error handling in Ansible, explore 10 interview questions related to Ansible, and conclude with some positive tips to stay consistent in your learning and work. Error Hand...ansible error handling
Munilakshmi G J100daysdevops.hashnode.dev·Jan 22, 2025Day 88 of 100 Days : Getting Started with Ansible Galaxy and RolesWelcome back to Day 88 of our 100 Days of DevOps journey! Today, we’ll explore how to organize, manage, and reuse your automation workflows using Ansible Galaxy and Roles. Let’s dive in! Why Use Ansible Roles? As your Ansible Playbooks grow in compl...ansible
Munilakshmi G J100daysdevops.hashnode.dev·Jan 20, 2025Day 87 of 100 Days : YAML Basics and Creating Ansible PlaybooksWelcome to Day 87 of my 100 Days of DevOps journey! Today, we're diving into YAML (Yet Another Markup Language) and exploring how to use it to create Ansible playbooks for infrastructure automation. Let's break it down step-by-step. What is YAML? YA...ansible
Munilakshmi G J100daysdevops.hashnode.dev·Jan 20, 2025Day 86 of 100 Days : Ansible Passwordless Authentication SetupIntroduction: In today’s post, we’ll explore how to set up passwordless authentication with Ansible, enabling seamless automation between a master EC2 instance and a slave EC2 instance. We’ll also look into Ansible inventory, understanding its struct...ansible passwordless authen
Aishwarya Upareaishwaryaupare95.hashnode.dev·Jan 20, 2025Day 4 - Basic Linux Shell Scripting for DevOps EngineersWhat is Kernel? The kernel in Linux is like the heart of the operating system. It controls how the computer uses its hardware, manages memory, and allows programs to run. It acts as a bridge between your software (like apps) and the physical parts of...Devops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Jan 20, 2025Deploy Your Portfolio Website to AWS S3 using GitHub Actions: A Complete GuideIn this tutorial, we'll walk through deploying a portfolio website to AWS S3 using GitHub Actions for continuous deployment. We'll use real screenshots from an actual implementation to guide you through each step. Prerequisites A GitHub account An ...#90daysofdevops