Operations | Monitoring | ITSM | DevOps | Cloud

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

Kubernetes Liveness Probes: A Complete Guide

Kubernetes probes are essential tools for maintaining the health and reliability of applications running in containers. Among these, the liveness probe plays a critical role in checking if an application is running correctly. If it detects any problems, Kubernetes can automatically restart the affected container, thus ensuring the application remains available without manual intervention.

How to Detect Infrastructure Anomalies with Kubernetes Monitoring in Grafana Cloud | Grafana

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.

The Cloud is Broken | Insight from Mark Boost at Civo Navigate North America 2024

Mark Boost, CEO of Civo, takes a deep dive into the current state of cloud computing, addressing the pressing issues facing the industry. From the misalignment of pricing and customer expectations to the environmental and social responsibilities of tech companies, Boost provides a comprehensive overview of the challenges and proposes a visionary approach for a fairer, more sustainable future in cloud computing.

What is a Kubernetes operator?

Operators take a real-world operations team’s knowledge, wisdom, and expertise, and codify it into a computer program that helps operating complex server applications like databases, messaging systems, or web applications. Operators provide implementations for operating applications that are testable and thus more reliable at runtime.

Rancher Live: WASI 0.2 - Deep dive

ICYMI, the WebAssembly ecosystem achieved a major milestone in January 2024 - the launch of WASI 0.2, also known as WASI Preview 2. What does this mean for users of WebAssembly? How does this impact the niche intersection of the Cloud Native & WebAssembly ecosystems? Join Divya Mohan as she hosts Bailey Hayes, CTO of Cosmonic and Director of the Technical Steering Committee at Bytecode Alliance, to discuss all this & more on 22nd February at 11 AM!

ArgoCD vs FluxCD vs Jenkins X - Battle of Declarative GitOps Tools

The need for automation is becoming more important day by day. The process of integrating written code with already working code and publishing new code to live environments is a very error-prone process. Performing static analysis, running tests, packaging, and versioning are tasks that require a lot of manual effort. It’s also a complex task to solve the problem of deploying the projects we develop to more than one environment, on more than one machine, without automation.