Akshay Siwalakshay-siwal.hashnode.dev·Nov 20, 2024Understanding Slack's January 2021 Outage: A Restaurant AnalogyOn January 4th, 2021, Slack experienced a significant outage that affected millions of users worldwide. While the root cause was traced to degraded AWS Transit Gateways (network connectivity issues), an interesting cascade of events occurred when Sla...Discussslack
Jordan Taylorblog.justjordant.com·Nov 18, 2024My Journey to AZ-104: Bridging Traditional Infrastructure and CloudProfessional Background Over the past 15 years, I've held diverse roles that have shaped my technical expertise: System Administrator Network Engineer NOC Engineer SOC Engineer Platform Engineer Sr Platform Engineer Sr Cloud Engineer I share...DiscussCloud
Amulyaawscloudbasics.hashnode.dev·Nov 11, 2024Understanding Terraform Provisioners: A Real-World Implementation GuideIntroduction Terraform Provisioners are powerful tools that enable you to execute scripts and commands on resources during creation or destruction. While Terraform excels at infrastructure provisioning, provisioners bridge the gap between infrastruct...DiscussDevOpsTerraform
Abel Tavaresabeltavares.hashnode.dev·Nov 10, 2024How LocalStack Works: Under the HoodIntroduction Imagine building cloud applications without needing to touch the cloud itself. That’s where LocalStack steps in. It’s an open-source tool that emulates AWS services on your local machine, giving you a sandbox for development and testing ...Discuss·3 likes·27 readsDatabase Design and SQL software development
Chethana S Vchethanasv.hashnode.dev·Nov 9, 2024Understanding Load Balancers: The Backbone of Scalable SystemsIn today’s digital era, there is a need for high availability, scalability, and much efficient resource utilization. Being a DevOps or Cloud engineer, the most important and necessary component you'll encounter in building reliable systems is the loa...DiscussCloud
Gabriel Gonzalezbeyondbaremetal.hashnode.dev·Nov 4, 2024The Beginning - What is Beyond Bare Metal?"Beyond Bare Metal" is a series of projects showcasing the growth of a medium-sized company. It begins with a single office and basic infrastructure and evolves into a multi-site, cloud-integrated enterprise. I will implement the knowledge I've gathe...DiscussBeyond Bare Metal: Building an Enterprise Infrastructure from the Ground Upwindows server
DurgaSarandsrnk.hashnode.dev·Oct 30, 2024eBPF Observability: Revolutionizing System Monitoring in Modern InfrastructureIn today's complex cloud-native environments, obtaining deep insights into system behavior without impacting performance has become increasingly challenging. Enter eBPF (extended Berkeley Packet Filter) - a revolutionary technology that's transformin...Discuss·112 readseBPF
Nan Songtech-veteran.hashnode.dev·Oct 25, 2024Top 10 Handy Linux Command Tricks You Should KnowLinux is an incredibly powerful operating system, full of hidden gems and shortcuts that can significantly speed up your workflow. While seasoned Linux users may already be familiar with some of these, there are plenty of tricks that can make your li...DiscussLinux
Ishwar Galaneblog.kloudwiz.com·Oct 20, 2024AWS Nuke ☢️💥 - How to use it?In the earlier blog, we saw what AWS Nuke is and why & when you should use it. In this blog, we'll walk through how to install and use aws-nuke to keep your AWS accounts tidy. 🔍 Finding the Right Version of AWS-Nuke aws-nuke is a command-line tool t...DiscussAWS NukeAWS
Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 13, 2024Deployment of Azure Bastion Host and Service with Terraform for Secure VM AccessA Bastion Host or Bastion Service is essential for securing remote access to your virtual machines (VMs) in the cloud without exposing them to the public internet. Traditionally, accessing VMs required public IPs, increasing the risk of attacks from ...Discuss·30 readsAzure