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 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 containers and images, commonly used to reduce attack surface and improve portability across developer laptops, CI, and production hosts.
Podman is a strong fit for Linux-first platforms, hardened hosts, and environments that require rootless operation. Trade-offs can include differences in networking behavior versus Docker and platform limitations on macOS/Windows where Podman typically runs via a VM.
Common alternatives include Docker, containerd, and CRI-O. For the underlying container runtime standard, see the Open Container Initiative (OCI).
Our experience with Podman helped us build repeatable patterns, automation, and hardening checklists for teams that want daemonless container workflows without sacrificing developer productivity or production controls.
Some of the things we did include:
This experience helped us accumulate significant knowledge across developer tooling, CI/CD, 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.