A Spotlight on Podman

Containerization is more than just the way forward. It is now the norm rather than the exception; all new apps are designed to leverage cloud-native features, with microservices running in containers. Containerization has enabled applications to run with immense efficiency and scalability, but the use of containers is not without its challenges.

Until very recently, the most prominent container engine was Docker. Even those running Kubernetes still rely on Docker containers as a way to orchestrate their applications. Today, however, Docker has a serious contender: Podman. Unlike Docker, which relies on daemons, Podman runs directly using runC runtime containers.