Turn your Docker-Compose into clear diagrams. Learn how to use Mermaid + docker-compose-viz to visualize services in minutes this weekend. Source: Visualize Your Docker-Compose with Mermaid + docker-compose-viz This Weekend
Virtueller Kaffee und Themen rund um IT, Ops, Dev, Homelabs und Wolken…
Turn your Docker-Compose into clear diagrams. Learn how to use Mermaid + docker-compose-viz to visualize services in minutes this weekend. Source: Visualize Your Docker-Compose with Mermaid + docker-compose-viz This Weekend
Kubernetes is one of the most complex architectures and solutions in modern infrastructure. When it comes to K8s, we need to manage control planes, worker nodes, certificates, upgrades, and lifecycle management. This is where Talos Linux and Omni come in. Talos Linux is gaining traction as a favorite for those that want a secure and…
Portainer 2.33 LTS is here with alerting, a refreshed UI, Helm chart overhaul, Kerberos AD support, and faster performance. Source: Portainer 2.33 LTS Released with Alerting, New Look, Helm Overhaul and More!
Most likely when you start playing around with and using Docker containers in your home lab and production environments, you will eventually start becoming familiar with Docker Compose. Docker compose is generally the go-to tool that many use when working with Docker containers and especially “stacks” of Docker containers where you have more than one…
https://platformengineering.org/blog/kubernetes-1-34-10-new-alpha-features
Avoid common Docker container mistakes that cause downtime, security risks, and inefficiency. Learn 10 best practices for safer, faster deployments. Source: 10 Common Docker Container Mistakes and How to Avoid Them
Can a Kubernetes Pod be created with plain Docker commands? Learn the difference between Containers and Pods by exploring how they are implemented under the hood. Source: Docker Containers vs. Kubernetes Pods – Taking a Deeper Look | iximiuz Labs
Learn how to build smaller, more secure Docker container images using Multi-Stage Builds. This guide explains common sources of image bloat, best practices for slimming down production images, and practical examples for Node.js, Go, Rust, and other application stacks. Start optimizing your containers today! Source: How to Build Smaller Container Images: Docker Multi-Stage Builds |…