July 15, 2024

A large pile of burning pallets

Impacts Of Not Setting Requests, Limits, and Quotas

Despite the innovation in the tech space from mainframes to servers to virtualization to cloud to Kubernetes, one thing holds true – resources are resources. Memory is memory. CPU is CPU. Storage is storage. These are resources that engineers still have to think and care about because, regardless of where you’re running workloads, these resources […]

Impacts Of Not Setting Requests, Limits, and Quotas Read More »

Glasses in front of a laptop screen

Treat Your Platform Engineering Implementation Like A Product

Open up a web browser. Google “What is Platform Engineering?”. You’ll be greeted with a massive amount of links. As you go through each Google result, you’ll notice a trend. It’s all about Developer Experience, customer service for internal engineers, and treating the Platform Engineering environment like a product. A good product encompasses amazing developer

Treat Your Platform Engineering Implementation Like A Product Read More »

Securing Kubernetes Pods For Production Workloads

Securing all aspects of Kubernetes is important, yet one of the largest entry points for attackers is Pods that aren’t configured properly. That’s why Kubernetes Pods have so many different options from a security perspective. Whether you’re thinking about policy enforcement, what users are allowed to access Pods, what Service Accounts can run Pods, or

Securing Kubernetes Pods For Production Workloads Read More »