Operations | Monitoring | ITSM | DevOps | Cloud

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

The Role of Data Sovereignty in Securing the Future of UK Enterprise AI

Data sovereignty has become increasingly critical for UK enterprises, particularly in regulated sectors like finance, healthcare, and the public sector. This is due in part to growing concerns over data security and the need for compliance with increasingly stringent regulations.

Deploying Prometheus With Docker

There are different ways you can use to deploy the Prometheus monitoring tool in your environment. One of the fastest ways to get started is to deploy it as a Docker container. This guide shows you how to quickly set up a minimal Prometheus on your laptop. You can then extend that setup to add a monitoring dashboard, alerting, and authentication.

#031 - Kubernetes for Humans Podcast with Daniel Bryant (Syntasso)

Daniel Bryant is the Head of Product Marketing at Syntasso. His technical expertise focuses on ‘DevOps’ tooling, cloud/container platforms, and microservice implementations. Daniel is a long-time coder, platform engineer, and Java Champion, contributing to several open-source projects. He also writes for InfoQ, O’Reilly, and The New Stack and regularly presents at international conferences such as KubeCon, QCon, and JavaOne. In his copious free time, he enjoys running, reading, and traveling.

Rich Logs Collector for Docker Compose Services with SigNoz

Our production services run on a Linux machine using Docker Compose, keeping our infrastructure simple and manageable. Docker Compose allows us to easily define and manage multi-container applications, providing a straightforward way to orchestrate services, which helps reduce complexity in our infrastructure. Recently, we decided to switch to SigNoz to gain more flexibility and control over our observability stack. Following the SigNoz setup guide, we used logspout to collect and forward logs.

Why Civo joined the Open Cloud Coalition

At Civo, we’ve always believed that the cloud industry should be fair, open, and accessible to companies of all sizes - not just the select few with deep pockets and large platforms. When the Open Cloud Coalition (OCC) was first proposed, we immediately saw it as an opportunity to cut through the noise and amplify the important voices of the cloud industry.

Autoscaling Amazon EKS with Karpenter: A Step-by-Step Guide

Managing resource scaling in EKS clusters can quickly become complex, especially with fluctuating workloads. Traditional autoscaling solutions often require predefined configurations, which can lead to inefficiencies and unnecessary costs. This is where Karpenter comes in—a powerful, open-source project designed to dynamically manage and scale nodes in response to real-time application demands.

Get complete Kubernetes observability by monitoring your CRDs with Datadog Container Monitoring

Custom resources are critical components in Kubernetes production environments. They enable users to tailor Kubernetes resources to their specific applications or infrastructure needs, automate processes through operators, simplify the management of complex applications, and integrate with non-native applications such as Kafka and Elasticsearch.