The latest News and Information on Containers, Kubernetes, Docker and related technologies.
Kubernetes has become the go-to container orchestration system for many organizations. But managing Kubernetes clusters can take time and effort, especially for smaller teams or organizations with limited resources. This is where focused Kubernetes distributions like K3s and Talos Linux come in. They offer simplified and streamlined versions of Kubernetes, making it easier to deploy and manage clusters. This blog will introduce you to K3s and Talos Linux and compare their features and capabilities.
This release brings 60 enhancements, way up from the 37 enhancements in Kubernetes 1.26 and the 40 in Kubernetes 1.25. Of those 60 enhancements, 12 are graduating to Stable, 29 are existing features that keep improving, 18 are completely new, and one is a deprecated feature. Watch out for all the deprecations and removals in this version! The main highlight of this release is actually outside Kubernetes.
eBPF is a powerful technical framework to see every interaction between an application and the Linux kernel it relies on. eBPF allows us to get granular visibility into network activity, resource utilization, file access, and much more. It has become a primary method for observability of our applications on premises and in the cloud. In this post, we’ll explore in-depth how eBPF works, its use cases, and how we can use it today specifically for container monitoring.
Prometheus is an open source and free to use metrics collection and storage solution. It's used extensively in the industry for monitoring many different technologies. In this article I will show you how to get Prometheus up and running as a binary, a container running in Docker, and inside Kubernetes.