Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Episode 10: From the Court to the Cloud How Solo.io became a billion dollar unicorn

On this episode, Shon goes in-depth with Idit Levine, founder and CEO of solo.io, an application networking unicorn valued at over $1 billion. They explore Edith's journey from professional basketball in Israel to leading solo's meteoric rise at the bleeding edge of cloud-native infrastructure.

What Is CIDR? Classless Inter-Domain Routing Explained

In the early 1990s, as the digital world stood on the cusp of an explosive expansion, the foundational structure of the internet faced a critical challenge: the classful IP addressing system was buckling under its own rigidity and inefficiency. Locked into fixed classes (A, B, and C), this system squandered valuable IP space, leaving the burgeoning network gasping for air as it grappled with rapidly depleting IP addresses.

Better Incidents Winter Bonfire: Inside On-Call

Engineers are bombarded with pages left and right. There's uncertainty about how to escalate. A constant blur exists between what's urgent and what can wait. This never-ending ping-pong game takes a toll. Burnout creeps in, and your engineering culture has taken a nose dive before you know it.

Rate limiting based on AWS VPC ID

Managing incoming web traffic for your applications is essential to ensuring optimal performance, preventing abuse, and maintaining the security of your cloud infrastructure. To accomplish this, one of the tools HAProxy Enterprise users have at their disposal is rate limiting—the practice of preventing clients from making too many requests and using system resources unfairly.

How to fix Kubernetes init container errors

One of the most frustrating moments as a Kubernetes developer is when you go to launch your pod, but it fails to start because of a problem during initialization. Init containers are incredibly useful for setting up a pod before handing it off to the main container, but they introduce an additional point of failure. In this post, we'll take an in-depth look at init containers in Kubernetes: what they are, how they work, how they can fail, and what that means for your Kubernetes deployments.

Accelerate Microservice Debugging with Telepresence with Edidiong Asikpo - Navigate Europe 23

Join Edidiong Asikpo, a seasoned Senior Developer Advocate at Ambassador Labs, as she delves into the intricacies of microservice debugging using Telepresence. Explore the challenges developers face when transitioning from monolithic to microservices architecture and introduces Telepresence as a game-changing tool. Watch as Edidiong demonstrates how Telepresence simplifies the development loop, enhances the debugging process, and facilitates local testing of services.

Monitor MySQL Performance Using Telegraf

Monitoring the performance of your MySQL database will help identify performance bottlenecks, inefficient queries, and resource-intensive processes. By tracking metrics like query execution times, server load, and resource usage, administrators can optimize configurations and fine-tune the database for better efficiency and speed. Additionally, monitoring any running process allows for the early detection of potential problems such as server overload, disk space shortages, or network issues.