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







%20(2).avif)

.avif)

.avif)




Podman is a daemonless container engine used to build, run, and manage OCI-compatible containers and images. It is commonly adopted by platform and DevOps teams that want container workflows with a reduced attack surface, especially in regulated or security-sensitive environments. Podman helps standardize local development, CI pipelines, and production operations by enabling a Docker-like experience without requiring a long-running background service.
It runs on Linux and can also be used from macOS and Windows via a lightweight virtual machine, making it practical for mixed developer fleets. Podman is often paired with Kubernetes-focused workflows and image registries, and it supports rootless operation to improve isolation on shared systems.
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 about Podman at podman.io.