6 min read
If you feel like you’ve reached a plateau, and you’re not learning anything new sprint over sprint, you should take a proactive approach and do a post-mortem on yourself (sorry for the grim analogy)! Meaning, find your weak spots and optimizing where possible to deliver more value faster.Â
5 min read
Kubernetes is a quintessential operating system for the cloud, providing a platform for the deployment, scaling, and management of containerized microservice applications. At the heart of Kubernetes is the Kubernetes API, which serves as the primary entry point for interacting with the system. The official client for the Kubernetes API is kubectl, a Kubernetes CLI […]
3 min read
A good chance to take a look back at our journey, announce the release of v. 1.0.0, discuss future plans, and, most importantly, give our utmost thanks to the amazing contributors and Kommunity members that made it all possible!
Receive blog and product updates
3 min read
Kubecon 2022 just concluded with plenty of exciting announcements, including our new open-source project, Helm-Dashboard, but we’ve got some more news to share on top of that. Closing the Troubleshooting Loop Using Komodor Actions Komodor’s mission is to take the complexity out of Kubernetes troubleshooting. Setting out, this meant building a platform that would streamline […]
5 min read
Announcing the public release of Helm-Dashboard, the missing UI for Helm.
4 min read
The Kubernetes Landscape With 96% of organizations either using or evaluating Kubernetes and over 7 million developers using Kubernetes around the world, according to a recent CNCF report, it’s safe to say that Kubernetes is eating up the world and has become the de-facto orchestrating system of cloud-native applications. The benefits of adopting K8s are […]
1 min read
KubeCon 2022 is one of the largest events in the Kubernetes ecosystem, and it’s packed with so many great talks and exciting sessions! It can be overwhelming and confusing to navigate KubeCon’s agenda, especially if it’s your first time, so I’ve decided to dive in and pick the 7 sessions that you definitely shouldn’t miss […]
5 min read
This post discusses how you can set-up and use Prometheus and Grafana for your metric need
5 min read
In this post we discuss cloud-native modern scaling methods for microservices and their cloud infra, as well as show you how to apply them correctly.