Apr 26, 2025 · 3 min read · Single Point of Failure, Containers and Virtualisation Single Point of failure This is nothing but one point in which if it fails then the entire system will crash, that is single point of failureEx: Let’s say we have a Database and there are several...
Join discussionFeb 12, 2025 · 1 min read · I solved 2 problem and revised Java concepts.I have got an interview call which is on 17th but I checked the review of the company it was not that good .So I am just going to give it a try.And the location of the company is also so far from my home ....
Join discussionSep 29, 2024 · 4 min read · Introduction: Welcome to Day 10 of my Python journey! Today, I ventured into the realm of Data Type . These concepts are essential for efficient data storage. Data Type : .Data Type represent the type of data present inside a variable. . In Python we...
Join discussion
Aug 30, 2024 · 8 min read · Advanced Git Topics Introduction Git is more than just a version control system; it's a tool that can significantly enhance your workflow. In this blog, we'll dive into advanced Git commands that every DevOps engineer should know. From cherry-picking...
Join discussion
Aug 5, 2024 · 3 min read · Write a Bash script that automates the process of analyzing log files and generating a daily summary report. The script should perform the following steps: Input: The script should take the path to the log file as a command-line argument. Error Cou...
Join discussionJul 15, 2024 · 4 min read · AWS Identity and Access Management (IAM) is a fundamental service within the AWS cloud platform. It serves as the cornerstone for securing your AWS resources by managing users, groups, roles, and the permissions they have to access and interact with ...
Join discussionJul 11, 2024 · 3 min read · Scenario You are a system administrator responsible for managing a network of servers. Every day, a log file is generated on each server containing important system events and error messages. As part of your daily tasks, you need to analyze these log...
Join discussion
Jul 10, 2024 · 2 min read · Today marks the 10th day of my DevOps journey, and I delved into the powerful world of shell scripting to create a Log Analyzer and Report Generator. This script simplifies analyzing log files by counting errors, identifying critical events, and gene...
Join discussionJul 11, 2024 · 4 min read · Introduction Welcome to Day 10 of my SRE and Cloud Security Journey! Today, I delved into the fascinating world of Kubernetes networking. If you're a DevOps engineer with some experience, but new to Kubernetes networking, this guide is for you. We'll...
Join discussion