Operations | Monitoring | ITSM | DevOps | Cloud

Containers

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

25+ BEST Kubernetes Tools In 2025 [By Category]

Over the past few years, Kubernetes (K8s) has become the preferred method of orchestrating containers and microservices. Its self-healing, high scalability, and open-source nature make it appealing to a wide range of users. However, deploying, running, and scaling containerized applications and microservices with Kubernetes can be challenging. The Kubernetes community keeps growing, but there still aren’t that many experienced K8s engineers.

Deploying Prometheus with Docker Compose: A Step-by-Step Guide

Prometheus is one of the most popular open-source monitoring and alerting tools. Setting up Prometheus with Docker Compose can make your monitoring stack easier to deploy and manage if you're running containerized applications. This guide will walk you through everything you need to get Prometheus up and running with Docker Compose, from installation to configuration and setting up basic alerts.

How to streamline Kubernetes infrastructure management with AI/ML

Managing Kubernetes infrastructure doesn’t have to be complex. With AI and Machine Learning, you can simplify the process, reduce costs, and maximize efficiency like never before. This video explores how AI/ML is transforming Kubernetes management by automating repetitive tasks, predicting infrastructure demand, and making smarter scaling decisions. Learn how vast amounts of data are leveraged to optimize workloads and increase availability, ensuring your systems run smoother and more cost-effectively.

High-Performance Kubernetes Networking with Calico eBPF

Kubernetes has revolutionized cloud-native applications, but networking remains a crucial aspect of ensuring scalability, security, and performance. Default networking approaches, such as iptables-based packet filtering, often introduce performance bottlenecks due to inefficient packet processing and complex rule evaluations. This is where Calico eBPF comes into play, offering a powerful alternative that enhances networking efficiency and security at scale.

Securing Private Network Access with Cloudflare Tunnel

For many, Cloudflare provides an essential suite of network security tools that their organization integrates with deeply. One such tool is "Cloudflare Tunnel" - a secure way to connect resources to Cloudflare without a publicly routable IP address. When deploying sensitive applications to Cycle, Cloudflare Tunnel can be leveraged to ensure all traffic is routed through Cloudflare before reaching your environment's load balancer. This extra layer of security provides quite a few benefits.

Kubernetes made simple: A beginner's guide to managing containers

As applications become more complex, managing containers efficiently is key to scaling and maintaining performance. Kubernetes (also known as K8s) automates this process, making it easier to handle scaling, failures, and uptime. If you're new to Kubernetes, understanding the platform and how it's used is essential for managing your applications seamlessly. Let’s dive in and explore how Kubernetes makes it all possible.

How are your staff using AI? Why you need a company AI policy

As generative AI tools like ChatGPT and Gemini continue to revolutionize the way we work, offering benefits such as increased efficiency and productivity, their adoption has seen a significant surge in workplaces throughout 2024, with 75% of employees globally reporting that they used AI tools at work, according to Gartner.

#036 - Beyond Kubernetes: A Radical Vision for the Future of Infrastructure with Adam Jacob (Syst...

Adam Jacob, CEO of System Initiative and original author of Chef, discusses the evolution of infrastructure automation and his career-long passion for infrastructure. Jacob reflects on the history and context of Chef, its emergence alongside EC2, and its role in configuration management. He shares insights into the competitive landscape of configuration management tools like Chef, Puppet, and Ansible, and touches upon the transition of Chef to Progress.

Investigating Kubernetes Issues with Papertrail

While Kubernetes aims to streamline containerized application management, its multi-layered architecture creates potential points of failure. Problems in any of these layers can manifest as application crashes, resource overutilization, or failed deployments, making cluster maintenance a persistent challenge. Kubernetes meticulously logs all aspects of cluster activity and application output, from individual Pods to ReplicaSets.