Aakashi Jaiswalaakashi.hashnode.dev·Jan 21, 2025Why is South Korea so Technically Advanced?The Rise of South Korea as a Technological Powerhouse South Korea has emerged as one of the most technologically advanced nations in the world, a transformation that has taken place over just a few decades. This journey is characterized by a combinat...Chaebols
Sai Praneethterraformiac.hashnode.dev·Jan 11, 2025Infrastructure as CodeFirst of all lets see the Application Delivery process with Traditional Infrastructure - Suppose a company wants to develop an application and business people comes with the requirement. Business Analyst — Analyze the requirements of the application,...Terraform
Kieran Lowekieranlowe.io·Jan 7, 2025for_each Providers - using OpenTofuIntroduction A long awaited request from Terraform users has been implemented in OpenTofu v1.9.x and that is for_each at the provider level. Users of Terraform either used Terragrunt to manage this, or had a lot of code duplication in their configura...105 readsOne-OffsDevops
Arnab ChatterjeeforCreoWis Blogcreowis.com·Jan 1, 2025Key Concepts in SRE: SLA, SLO, and SLI ExplainedIntroduction to SLA, SLO, and SLI in Site Reliability Engineering (SRE) In a world driven by always-on digital services, ensuring reliability isn’t optional—it’s foundational. Users expect consistent performance, minimal downtime, and fast recovery f...SRE
Sanya Dodaterraform-devops.hashnode.dev·Dec 29, 2024Infrastructure as CodeIn traditionalway, physical data centers managing multiple physical servers. Maintainence was done by system admins and tech support(manual human effort). physical infra was quite simple to maintain. but when the demand grew, management and maintaina...Terraform
Chethana S Vchethanasv.hashnode.dev·Dec 25, 2024Vertical vs. Horizontal Scaling: Understanding Scalability in Modern InfrastructureAs apps and systems evolve to keep up with a growing user base, one big question always comes up for developers, DevOps engineers, and architects is that - how do we scale our infrastructure without breaking the system—or the budget? The answer usual...scalability
Ronald Bartelshubandspoke.amastelek.com·Dec 24, 2024⚙️The Blind Spot in Business Cybersecurity | A Lack of Network Visibility 🤓In the modern business environment, cybersecurity threats are growing more sophisticated, with attackers exploiting any gaps in a company’s defences. While many organisations believe they are protected by deploying firewalls and monitoring traffic ru...3 likescybersecurity
BHAVESH PATILparanerdzops.hashnode.dev·Dec 23, 2024Setting Up and Mounting a External Disk in RHEL: Step-by-Step GuideThis guide explains how to verify, partition, format, and mount a new disk (/dev/sda) on Red Hat Enterprise Linux (RHEL). Each step includes commands and detailed explanations to simplify the process. Prerequisites Before we start, ensure you have: ...81 readsRHEL
Subhanshu Mohan Guptablogs.subhanshumg.com·Dec 21, 2024The Future of DevSecOpsIn today’s hyper-connected world, building software often involves diverse, distributed teams collaborating across multiple organizations. Traditional DevSecOps pipelines rely on centralized tools and services, which can introduce single points of fa...10 likes·55 readsAI powered DevOpsDevSecOps
Jayesh Nalawadejayeshdevops.hashnode.dev·Dec 20, 2024Mastering Ansible: Quick and Powerful Ad-Hoc Commands for Efficient AutomationAnsible Ad-hoc commands An Ansible ad hoc command uses the /usr/bin/ansible command-line tool to automate a single task on one or more managed nodes. ad hoc commands are quick and easy, but they are not reusable. you could execute a quick one-liner ...1 likeDevops Learningansible