Operations | Monitoring | ITSM | DevOps | Cloud

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

Community Vigilance, Enterprise Response: Addressing CVE-2024-21626 in Rancher

In backend engineering, many days follow a familiar rhythm: coffee, code reviews, maybe deploying a new feature. But occasionally, the routine is interrupted by a message that signals a different kind of challenge, like a Slack notification from the security team: “Hey, we’ve identified a potential issue. Need to sync up.” This post details one such instance—our journey addressing CVE-2024-21626, a privilege escalation vulnerability reported in Rancher.

How to Log Into a Docker Container

When your Docker container isn't behaving the way you expect, you need to get inside and see what's going on. Maybe your app is throwing errors, a service won't start, or you just need to check some configuration files. Getting into a running Docker container is simpler than you might think, but there are several ways to do it depending on your situation. This guide shows you exactly how to log into Docker containers, troubleshoot common issues, and debug your applications effectively.

Is AI already replacing me? Insights from Civo Navigate

With all the rapid advancements in machine learning and AI, it can feel like we’re constantly playing catch-up. Over the last two Civo Navigate conferences, Berlin 2024 and San Francisco 2025, Civo brought together leading experts to discuss the future of AI, machine learning, and the growing challenges and opportunities for developers and businesses.

Top 5 Modern CI/CD Tools in 2025

In the ever-growing ecosystem of infrastructure and software development, where tools like Kubernetes introduce complexity and hyperscalers welcome sprawl, it's more important to have your SDLC buttoned up and as efficient as possible. CI/CD, one of Cycle's noble sidekicks, is important in kicking off the SDLC, and having a tool that gets the job done without introducing extra complexity or constraint is paramount.

Solving Infrastructure Challenges: Real Use Cases in On-Prem, Bare Metal, and Hybrid Environments

Bridging the gap between cloud agility and bare metal performance has always been a delicate dance of stakeholder priorities, time, and money. From the beginning, Cycle set out to be one of the best Kubernetes alternatives. We empower users, giving them autonomy to make crucial infrastructure decisions, instead of locking them into the control of hyperscalars or getting lost in bloated ecosystems.

GenAI in Action: Strategies for Business Transformation

As Generative AI continues to reshape industries, staying informed is key to unlocking new opportunities and driving success. In 60 minutes, join our expert-led webinar to gain a comprehensive understanding of GenAI, its benefits, and applications in business. Our session will cover the key trends, ecosystem shifts, and business value of GenAI, as well as provide a step-by-step guide on how to develop a GenAI strategy and overcome common adoption challenges.

Fix What Matters: SUSE Application Collection Adds Real Context to CVEs With OpenVEX

If you’re working with containers, SBOMs or any kind of vulnerability scan, you know the drill. Every scan lights up like a Christmas tree. Critical, high, medium and low vulnerabilities. It feels that the list will always go on. The goal is always zero CVEs. And while that sounds great, it’s not realistic. They come at such a high pace, and sometimes they are really hard to resolve. Teams are spending time chasing vulnerabilities that don’t matter.

Kubernetes Logs: How to Collect and Use Them

If you’ve worked with Kubernetes, you know logs are essential for understanding what’s happening inside your clusters. However, unlike traditional servers, Kubernetes logs present their unique challenges. Pods frequently start and stop, containers restart regularly, and logs stored locally can be lost quickly. Because of this, managing logs in Kubernetes requires a different approach.

Docker Container Lifecycle: Key States and Best Practices

You’ve probably run a lot of Docker containers, but do you know what happens behind the scenes? The Docker container lifecycle is the path a container follows from being created to running, stopping, and finally getting removed. Understanding these steps helps you figure out why a container might not start or when to restart it instead of creating a new one.