SlideShare a Scribd company logo
POWER UP
WITH
PODMAN
Paige Cruz
Chronosphere
2
Curious about containers beyond Docker? There’s a new generation of containers
on the scene, Podman! Supporting secure, rootless containers for Kubernetes
microservices, it was designed and built with the cloud in mind. Benefitting from the
lessons learned out in the open from Docker, this next generation of containers will
quickly become a trusted daily driver in your dev workflow.
Covering what you need to know as an end-user from the UI to the backend,
sharing a real world use case leveraging Podman for open source observability
workshops https://o11y-workshops.gitlab.io. Paige will share how Podman and the
adorable seal mascots Caitlín, Maighréad and Róisín have transformed her local
development!
3
alias docker=’podman’
1.
What is Podman?
4
5
“
A daemonless container engine for
developing, managing, and running OCI
Containers on your Linux System
6
TIMELINE
7
2023
2022
2021
2020
2019
2018
First release
of Podman
v.0.3.5 (Apr 5)
Podman
v1.0.0
released
Podman blog
announced
Podman 4.5
released
dockershim
removed in
K8s 1.24
Podman-desk
top released
v1.0,0
8
CONTAINER ENGINES
9
DAEMONLESS
10
Open Container Initiative (OCI)
11
“
A daemonless container engine for
developing, managing, and running OCI
Containers on your Linux System
12
13
2.
Podman Benefits
14
15
Security
16
root
17
18
rootless
19
Familiar(ish)
20
Pods!
21
3.
Powering Up
22
23
Install Podman
https://podman.io/docs/installation
24
Import saved containers!
1. docker export $yourContainer > $yourContainer.tar
2. podman import $yourContainer.tar
25
Docker-compose & podman ?!
1. Verify DOCKER_HOST variable points to podman
socket
2. docker-compose up
3. docker-compose down
26
Podman Desktop
27
Create Pods incrementally
● podman pod create --name $POD-NAME
● podman run -d --pod $POD-NAME $IMAGE_1
● podman run -d --pod $POD-NAME $IMAGE_2
● podman generate kube $POD-NAME >
$POD-NAME.yaml
28
Run Pods without Kubernetes
podman play kube $pod.yaml
29
Run Pods with Kubernetes
30
4.
Joining the Community
31
Podman Community Meeting
32
1st Tuesday of even numbered months @ 11 AM US ET
Meeting for demos for or for announcements or general
discussions about Podman or other related container
technologies.
Next one: August 1st
Podman Community Cabal
33
Monthly on the 3rd Thursday @ 11 AM US ET
Meeting for planning and discussion of possible future changes to
Podman or related container technologies.
Next one: this Thursday, July 20th
“
No contribution is too small—from a
spelling mistake in a man page up to a
full-blown feature.
34
Report Issues
35
Communicate
36
○ IRC - https://web.libera.chat/#podman-desktop
○ Matrix - https://matrix.to/#/#podman:fedoraproject.org
○ Discord - https://discord.gg/vwpj7K6gW5
○ Slack - https://slack.k8s.io/ #podman-desktop
○ Email - podman-join@lists.podman.io
Contribute
37
“
38
THANKS!
You can find me at @paigerduty@hachyderm.io
39
Special thanks to these resources:
○ Presentation template by SlidesCarnival
○ Photographs from Pixabay
CREDITS
Special thanks to these resources:
○ Presentation template by SlidesCarnival
○ Photographs from Pixabay
40

More Related Content

PPTX
Power Up with Podman - Cloud Native + K8s Meetup
PDF
Power Up with Podman - Kubernetes Community Day LA
PDF
Developer Experience at Zalando - CNCF End User SIG-DX
PPTX
Academy PRO: Docker. Part 4
PDF
- Codemotion Rome 2015
PDF
Docker for the Internet of Things (IoT): An Introduction
PDF
Mastering Docker on a Raspberry Pi
PDF
Programming IoT with Docker: How to Start?
Power Up with Podman - Cloud Native + K8s Meetup
Power Up with Podman - Kubernetes Community Day LA
Developer Experience at Zalando - CNCF End User SIG-DX
Academy PRO: Docker. Part 4
- Codemotion Rome 2015
Docker for the Internet of Things (IoT): An Introduction
Mastering Docker on a Raspberry Pi
Programming IoT with Docker: How to Start?

Similar to Power Up with Podman (20)

PPTX
Academy PRO: Docker. Lecture 4
PDF
Kubernetes Story - Day 2: Quay.io Container Registry for Publishing, Building...
PPTX
IBM MQ in containers MQTC 2017
PDF
PGConf.ASIA 2019 Bali - PostgreSQL on K8S at Zalando - Alexander Kukushkin
PDF
Docker Birtday #5
PDF
Présentation de Docker
PDF
Podman Overview and internals.pdf
PDF
[UDS] Cloud Computing "pour les nuls" (Exemple avec LinShare)
PDF
Container Deployment and Management with kubernetes
PDF
Package a PyApp as a Flatpak Package: An HTTP Server for Example @ PyCon APAC...
PDF
Open-source IoT cookbook
PDF
DockerCon 2016 Recap
PDF
DevOpSec_DockerNPodMan-20230220.pdf
PDF
Kubernetes in docker for mac
PDF
Apt get no more let Vagrant, Puppet and Docker take the stage
PDF
Why we don’t use the Term DevOps: the Journey to a Product Mindset - Destinat...
PDF
kubernetes for beginners
PPTX
Neo4J with Docker and Azure - GraphConnect 2015
PDF
容器與IoT端點應用
PDF
Devops indonesia - The Future Container
Academy PRO: Docker. Lecture 4
Kubernetes Story - Day 2: Quay.io Container Registry for Publishing, Building...
IBM MQ in containers MQTC 2017
PGConf.ASIA 2019 Bali - PostgreSQL on K8S at Zalando - Alexander Kukushkin
Docker Birtday #5
Présentation de Docker
Podman Overview and internals.pdf
[UDS] Cloud Computing "pour les nuls" (Exemple avec LinShare)
Container Deployment and Management with kubernetes
Package a PyApp as a Flatpak Package: An HTTP Server for Example @ PyCon APAC...
Open-source IoT cookbook
DockerCon 2016 Recap
DevOpSec_DockerNPodMan-20230220.pdf
Kubernetes in docker for mac
Apt get no more let Vagrant, Puppet and Docker take the stage
Why we don’t use the Term DevOps: the Journey to a Product Mindset - Destinat...
kubernetes for beginners
Neo4J with Docker and Azure - GraphConnect 2015
容器與IoT端點應用
Devops indonesia - The Future Container
Ad

More from Paige Cruz (20)

PDF
Live, Laugh, Log (SRECon North America March 2025)
PPTX
What Real Housewives Taught Me About Postmortems - SRECon Lightning Talk
PDF
3rd Wave Observability: Open or Bust (OSOD)
PDF
The Art of Asking - FOSSY 2024 - PDX - Paige Cruz
PDF
The "Zen" of Python Exemplars - OTel Community Day
PDF
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
PDF
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
PDF
99.99% of Your Traces Are (Probably) Trash (SRECon NA 2024).pdf
PDF
OTel Orientation: How to Train Teams (OTel in Practice)
PDF
Avoiding Alert Bankruptcy and Burnout
PDF
Tracing Adventures from PR - Production
PDF
Threat Modeling in the Cloud
PDF
There's No Place Like Production
PDF
Taming Feral DevOps
PDF
SRECon23 Cognitive Apprenticeship in Action_ Alert Triage Hour of Power
PDF
Pushing Observability Uphill - The Single “Pain” of Glass
PDF
Intro to Instrumentation
PDF
From Cardinal(ity) Sins to Cost-Efficient Metrics Aggregation
PDF
99.9% of Your Traces are Trash
PDF
3rd Wave Observability: Open or Bust
Live, Laugh, Log (SRECon North America March 2025)
What Real Housewives Taught Me About Postmortems - SRECon Lightning Talk
3rd Wave Observability: Open or Bust (OSOD)
The Art of Asking - FOSSY 2024 - PDX - Paige Cruz
The "Zen" of Python Exemplars - OTel Community Day
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
99.99% of Your Traces Are (Probably) Trash (SRECon NA 2024).pdf
OTel Orientation: How to Train Teams (OTel in Practice)
Avoiding Alert Bankruptcy and Burnout
Tracing Adventures from PR - Production
Threat Modeling in the Cloud
There's No Place Like Production
Taming Feral DevOps
SRECon23 Cognitive Apprenticeship in Action_ Alert Triage Hour of Power
Pushing Observability Uphill - The Single “Pain” of Glass
Intro to Instrumentation
From Cardinal(ity) Sins to Cost-Efficient Metrics Aggregation
99.9% of Your Traces are Trash
3rd Wave Observability: Open or Bust
Ad

Recently uploaded (20)

PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Electronic commerce courselecture one. Pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Encapsulation theory and applications.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPT
Teaching material agriculture food technology
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
20250228 LYD VKU AI Blended-Learning.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
Electronic commerce courselecture one. Pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
The AUB Centre for AI in Media Proposal.docx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Mobile App Security Testing_ A Comprehensive Guide.pdf
Programs and apps: productivity, graphics, security and other tools
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Encapsulation theory and applications.pdf
A Presentation on Artificial Intelligence
Dropbox Q2 2025 Financial Results & Investor Presentation
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Building Integrated photovoltaic BIPV_UPV.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Chapter 3 Spatial Domain Image Processing.pdf
Teaching material agriculture food technology
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation_ Review paper, used for researhc scholars
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx

Power Up with Podman