Best of Containers — May 2024
- 1
- 2
- 3
- 4
Javarevisited·2y
Debugging Kubernetes Part 1: An Introduction
This post introduces Kubernetes and its role in solving real-world problems faced by developers in production environments. It explains the challenges of production debugging in Kubernetes, the fundamental principles of Kubernetes, and the evolution of deployment technologies before Kubernetes.
- 5
Hacker News·2y
My VM is Lighter (and Safer) than your Container
Containers are lightweight compared to virtual machines but offer weaker isolation. The paper examines whether there is a tradeoff between isolation and efficiency. They find that lightweight VMs can be as nimble as containers with the right toolstack. They introduce LightVM, a new Xen-based virtualization solution optimized for fast boot times and efficient resource usage.
- 6
Community Picks·2y
How To Use docker exec to Run Commands in a Docker Container
Learn how to use the docker exec command to run commands and get an interactive shell in a Docker container. Find out how to start a test container, run a command inside a container, set the working directory, run a command as a different user, and pass environment variables into a container.
- 7
- 8
Collections·2yWorking with Containers and Kubernetes using Podman Desktop
Learn how to work with containers and Kubernetes using Podman Desktop, a powerful developer tool that simplifies the process. Install Podman Desktop and Kind on your Windows machine, create a local Kubernetes cluster, and manage your containers and clusters with ease.
- 9
Community Picks·2y
Rancher Desktop by SUSE
Rancher Desktop by SUSE is an open-source application that provides all the essentials to work with containers and Kubernetes on the desktop. It offers simple installation, configuration options, an intuitive graphical user interface, container toolchain features, seamless Kubernetes upgrades, and bundled utilities.