Podman play kube – How to use volumes for data persistence

Podman on Ubuntu

Podman (the POD manager) is an open source tool for developing, managing, and running containers on Linux systems. podman play kube will read in a structured file of Kubernetes YAML. It will then recreate the containers, pods or volumes described in the YAML. Containers within a pod are then started and the ID of the … Read more

Podman play kube – How to run a pod from a yaml file

Podman on Ubuntu

Podman (the POD manager) is an open source tool for developing, managing, and running containers on Linux systems. podman play kube will read in a structured file of Kubernetes YAML. It will then recreate the containers, pods or volumes described in the YAML. Containers within a pod are then started and the ID of the … Read more

Podman installation on Ubuntu 22.04

Podman on Ubuntu

Podman (the POD manager) is an open source tool for developing, managing, and running containers on Linux systems. Podman is a daemonless, open source, Linux native tool designed to make it easy to find, run, build, share and deploy applications using Open Containers Initiative (OCI) Containers and Container Images. Podman provides a command line interface … Read more