robusta
Features
Use Cases
About us
Careers
Video
Blog
Join our Slack
GitHub
Most people are familiar with CrashLoopBackOffs, but there are actually many ways a pod can unexpectedly stop running. Here are the top four..
How do containers actually work? Most people think chroot is involved, but that's not quite right!
Everyone wants high utilization and high reliability. The hard truth about Kubernetes is that you need to pick one or the other.
On Kubernetes, the best practice is to set memory limit=request. This surprises many people, especially because we recommend not setting Kubernetes CPU limits altogether! Here's everything to know when setting a Kubernetes memory limit.
Working with multiple clusters is always a challenge. It’s too easy to run a command on the wrong cluster.
Many people think you need CPU limits on Kubernetes but this isn't true. In most cases, Kubernetes CPU limits do more harm than help. In fact, they're the number one cause of Kubernetes CPU throttling.
In this article, we will show how to expose applications running in Kubernetes Pods to other applications inside the cluster and the external world
In this post, I'll walk through the arguments and answer. I'll also explain you when you do and don't need Kubernetes.
Obviously Kubernetes doesn't replace the actual OS (i.e. linux) but it provides OS like services at the cloud level...
To understand Kubernetes we have to go back to the basics and start from scratch.
Here is a common Python mistake we see in PRs for robusta.dev on GitHub
Its human-friendly syntax has fueled the widespread use of YAML in configuration files. In particular, a thorough understanding of handling these files is helpful if you work with Kubernetes.
Kubernetes is a powerful container orchestrator. However, the real power of Kubernetes is the ability to expand it's core functionality.
Don’t get me wrong: Prometheus is awesome, but having too many alerts is not awesome...
The story behind WhyProfiler
Why everyone should track Kubernetes changes and top four ways to do so