Venkatesh Sarivisettyiamvenkat.hashnode.dev·a day agoBridging the Gap: My Journey from Platform Engineering to Becoming an Ideal SREAs a Platform Engineer with a strong foundation in Cloud technologies, DevOps practices, Terraform, Kubernetes, and CI/CD tools, I often find myself pondering the gap between my current responsibilities and the true essence of a Site Reliability Engi...DiscussDevops
Sagyam Thapablog.sagyamthapa.com.np·Nov 26, 2024Distributed Tracing with OpenTelemetry and Jaeger for Nest ApplicationIntroduction Have you ever had a bug that occurred in production and you have no idea what went wrong because your logs won’t tell you exactly what went wrong or a request that takes usually long to process. Sometimes debugging these issues without a...Discuss·237 readsOpenTelemetry
Sameer iisameer3056.hashnode.dev·Nov 26, 2024The 2025 Perspective on Evolving Tech PrioritiesAs we advance through 2024, staying technically ahead of the curve is as crucial as ever. Reflecting on recent years, several key lessons have emerged that are shaping the DevOps and SRE space today: The cloud isn’t infallible. Monitoring applicati...DiscussDevops
Atiq Khanatiq2288.hashnode.dev·Nov 25, 2024Menu-Driven Health Check for System MonitoringIn this post, I’m going to walk you through a Python-based system health check script that can monitor key system metrics such as disk usage, running services, memory usage, and CPU usage. Additionally, the script automates the process of sending sys...Discuss·78 readsDevOpsForAll
Ashmita Duttaashmitaduttadevops.hashnode.dev·Nov 25, 2024Devops Basics and Mystery of Virtual MachineStarted my DevOps journey today by learning about the key fundamentals of DevOps What is DevOps ? Why did we need DevOps ? Software Development Lifecycle and the role of DevOps to improve this process What are Virtual Machines ? What is DevOps ...DiscussDevops
Amit Mauryaamitmaurya.hashnode.dev·Nov 16, 2024End-to-End DevOps for a Golang Web App: Docker, EKS, AWS CI/CDIn this article, we are going to learn how to deploy Golang application end to end with on AWS EKS (Elastic Kubernetes Service) with AWS CI/CD. This will enhance your skills and you can add this project in your resume. Before heading to Introduction ...Discuss·27 readsDevOps ProjectsDevops
Ashwinashwinrajendran.hashnode.dev·Nov 7, 2024DevOps vs SREDevOps (Development and Operations) and SRE (Site Reliability Engineering) are two approaches that aim to improve software development, deployment, and operations processes. While they share some common goals, they have distinct focuses and practices...DiscussDevops
Subhanshu Mohan Guptablogs.subhanshumg.com·Oct 29, 2024Accelerating Deployment Velocity: Reducing Build Times and Image Sizes in KubernetesIntroduction Welcome to the final part of my Kubernetes CI/CD optimization series!So far, we’ve covered the essentials of Kubernetes deployment, container image optimization, and strategies for speeding up CI/CD cycles. In this article, we’ll put eve...Discuss·10 likes·45 readsMastering Kubernetes: Revolutionizing Cloud-Native OperationsKaniko
Shubham Pareekpareekplatform.hashnode.dev·Oct 29, 2024Some of the less-known ping types you should knowNormal Ping output: > ping 192.168.0.120 PING 192.168.0.120 (192.168.0.100): 56 data bytes 64 bytes from 192.168.0.120: icmp_seq=0 ttl=64 time=0.047 ms 64 bytes from 192.168.0.120: icmp_seq=1 ttl=64 time=0.056 ms 64 bytes from 192.168.0.120: icmp...DiscussLinux
Shivprasad Waghmareshivprasadwaghmare.hashnode.dev·Oct 27, 2024VPC Tutorial #4 : How to set-up VPC Peering a step-by-step guide!!In this article we are going to set-up VPC peering between two different regions ie. us-east-1 and ap-south-1. You can follow this article make some changes if you want to create peering between same regions or with different accounts too!! What is I...Discuss·10 likes·27 readsVPC and its usecasesAWS