Improve and simplify AWS and Kubernetes infrastructure management
How we organized infrastructure management of a system in the cloud by utilizing Pulumi, Github Actions and Argo CD



.avif)





%20(2).avif)




.avif)

Podman is a daemonless container engine for building, running, and managing OCI-compatible containers and images. It is used by platform and DevOps teams that want a Docker-like workflow with a smaller runtime footprint and stronger security controls, especially where minimizing background services and privileges matters.
Podman runs natively on Linux and can be used on macOS and Windows through a lightweight virtual machine. It is commonly adopted for local development parity, CI/CD build and test jobs, and Kubernetes-oriented deployment workflows where consistent image creation and predictable container behavior are important.
Containerization is a process of packaging and deploying software applications in a portable and isolated environment called containers. It enables developers to build, ship, and run applications consistently across different environments, such as development, testing, and production, without worrying about underlying infrastructure dependencies.
Podman is a daemonless container engine for building, running, and managing OCI-compatible containers and images. It is commonly used to reduce runtime privilege requirements, improve host security, and standardize container workflows across development, CI, and production.
Podman is typically a strong fit for Linux-first platforms, rootless requirements, and teams standardizing container workflows without relying on a privileged daemon. On macOS and Windows it generally runs inside a VM, so networking behavior, filesystem performance, and parity with Linux CI runners should be validated early.
Common alternatives include Docker, containerd, and CRI-O. For the underlying standards, see the Open Container Initiative (OCI).
Our experience with Podman helped us build repeatable migration patterns, secure defaults, and automation that make daemonless, rootless container workflows practical for both developer machines and production-grade CI/CD.
Some of the things we did include:
This experience helped us accumulate significant knowledge across developer tooling, CI/CD execution, and production delivery use-cases, enabling us to deliver high-quality Podman setups that are secure, portable, and maintainable for client environments.
Some of the things we can help you do with Podman include:
Learn more at podman.io.