Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Containers, Kubernetes, Docker and related technologies.

Qovery Named G2 Momentum Leader Winter 2024

We are thrilled to share the exciting news that Qovery has once again been recognized as a Momentum Leader for DevOps in the Winter 2024 Grid Report. This marks the third consecutive time we've received this prestigious acknowledgment, and we couldn't be more grateful for the ongoing support of our incredible community of users 🙏

10 best practices to achieve Kubernetes resilience for enterprises

Resilience has more than one meaning, but the one we typically think of is the capability to withstand a crisis when it strikes and be equipped to face higher challenges. Building and adopting resilient technological solutions is the need of today's modern businesses. An enterprise fortified with resilience is well-equipped to face any unforeseen disruptions, mitigate damages, recover quickly, and reduce incident management costs.

Getting Resource Metrics in Kubernetes: A Comprehensive Guide to kubectl top

In Kubernetes management, the ability to efficiently monitor resource utilization is very important for cluster owners. Have you ever heard about the kubectl top command and wondered how it could revolutionize your Kubernetes management experience? If so, you're in the right place. The kubectl top command – a powerful tool that offers snapshots of resource metrics for pods and nodes within a Kubernetes cluster.

How to start with Kubernetes monitoring in Grafana Cloud

This video provides a comprehensive guide to initiating Kubernetes monitoring within Grafana Cloud, detailing a straightforward, step-by-step approach for installing the Helm chart on your cluster. It further ensures that you can validate the health and integrity of the data underpinning the solution, setting a solid foundation for effective monitoring practices. Ideal for both beginners and experienced users, this tutorial is designed to streamline your monitoring setup process with precision and ease.

Kubernetes alerting: Simplify anomaly detection in Kubernetes clusters with Grafana Cloud

Despite the widespread adoption of Kubernetes, many DevOps teams and SREs still struggle to troubleshoot issues because of all the complexity that comes with the open source container orchestration platform. That’s why we developed Kubernetes Monitoring, an application in Grafana Cloud you can use to visualize and alert on your Kubernetes clusters.

3 Reasons Why People Are LEAVING Kubernetes BEHIND

It's no secret that Kubernetes is complex, but did you know more people than ever are looking for an opinionated alternative to Kubernetes? Alexander Mattoni, Co-Founder and Head of Engineering at Cycle.io, dives into some of the reasons driving this shift, and why you may want to consider an alternative for your container orchestrator.

Handling Networking Errors in Kubernetes

As with any distributed system, networking plays a fundamental role in Kubernetes. Whether it’s allowing containers on different nodes to communicate, exposing services to external clients, or managing the flow of data between pods, Kubernetes networking is at the heart of the Kubernetes ecosystem. Understanding this system is the key to keeping your deployments running smoothly.

GitHub Variables and Nx Reusable Workflows

At Qovery, we build our frontend using Nx and rely on the official nrwl/ci GitHub Actions. Our frontend requires third-party tokens during compile time, but we would like to avoid hardcoding them or using the.env file to define our tokens. The latter exposes our source code directly on GitHub, and even though it's not sensitive data, we don't want it to be easily scraped.