SlideShare a Scribd company logo
POWER UP
WITH
PODMAN
Paige Cruz from Chronosphere
KCD LA
2
alias docker=’podman’
1.
What is Podman?
3
4
2024
TIMELINE
5
2023
2022
2021
2020
2019
2018
First release
of Podman
v.0.3.5 (Apr 5)
Podman
v1.0.0
released
Podman 4.5
released
dockershim
removed in
K8s 1.24
Podman-desk
top released
v1.0,0
Podman 5.0
“
A daemonless container engine for
developing, managing, and running OCI
Containers on your Linux System
6
7
CONTAINER
CONTAINER ENGINE
8
DAEMONLESS
9
Open Container Initiative (OCI)
10
“
A daemonless container engine for
developing, managing, and running OCI
Containers on your Linux System
11
12
Podman & Friends
13
2.
Podman Benefits
14
Security
15
root
16
17
Daemonless + rootless = ❤
18
Familiar(ish)
19
Pods!
20
3.
Powering Up
21
22
Install Podman
https://podman.io/docs/installation
23
24
Bookmark the Troubleshooting Page
Podman Desktop
25
Import saved containers!
1. docker export $yourContainer > $yourContainer.tar
2. podman import $yourContainer.tar
26
Docker-compose & podman ?! (A)
1. Verify DOCKER_HOST variable points to podman
socket
2. docker-compose up
3. docker-compose down
27
podman-compose* (B)
1. Install podman-compose
2. podman-compose up
28
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
29
Run Pods without Kubernetes
podman play kube $pod.yaml
- Pod
- Deployment
- PersistentVolumeClaim
- ConfigMap
30
Run Pods locally with Kubernetes
31
4.
Joining the Community
32
33
34
“
No contribution is too small—from a
spelling mistake in a man page up to a
full-blown feature.
35
Report Issues
36
Communicate
37
○ 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
38
“
39
“
40
THANKS!
Find me at paigerduty
.com
@hachyderm.io
@chronosphere.io
41
Special thanks to these resources:
○ Presentation template by SlidesCarnival
○ Photographs from Pixabay

More Related Content

PPTX
Power Up with Podman - Cloud Native + K8s Meetup
PDF
Power Up with Podman
PPTX
Setting Sail With Docker
PDF
Docker Birtday #5
PDF
Podman Overview and internals.pdf
PDF
docker.pdf
PDF
Containers without docker | DevNation Tech Talk
PDF
Programming IoT with Docker: How to Start?
Power Up with Podman - Cloud Native + K8s Meetup
Power Up with Podman
Setting Sail With Docker
Docker Birtday #5
Podman Overview and internals.pdf
docker.pdf
Containers without docker | DevNation Tech Talk
Programming IoT with Docker: How to Start?

Similar to Power Up with Podman - Kubernetes Community Day LA (20)

PDF
Apt get no more let Vagrant, Puppet and Docker take the stage
PDF
[CCDD2013w] Coming to grips with deving for android by 蔡亦恒
PDF
Bring Continuous Integration to Your Laptop With the Drone CI Docker Extensio...
PDF
Docker Started
PDF
Containerizing Web Application with Docker
PPTX
Docker Introduction and its Usage in Machine Learning
PDF
Kubernetes Story - Day 2: Quay.io Container Registry for Publishing, Building...
PDF
Docker basic
PDF
ContainerDays Boston 2016: "Docker For the Developer" (Borja Burgos)
PDF
Faster and Easier Software Development using Docker Platform
PDF
Using Docker Developing and Deploying Software with Containers 1st Edition Ad...
PDF
How to Install and Manage Podman on Ubuntu 2404.pdf
PPTX
Docker on OSX from Melbourne Docker Meetup
PDF
Slide docker docker compose e docker build
PPTX
NDC Oslo - The Hybrid Docker Swarm
PPTX
Docker 101 Checonf 2016
PDF
[Docker Tokyo - DockerCon Recap] Updates from Microsoft
PPTX
Running Docker in Production - The Good, the Bad and The Ugly
PDF
Docker in Practice-Manning Publications (2019).pdf
PPTX
Introduction To Docker
Apt get no more let Vagrant, Puppet and Docker take the stage
[CCDD2013w] Coming to grips with deving for android by 蔡亦恒
Bring Continuous Integration to Your Laptop With the Drone CI Docker Extensio...
Docker Started
Containerizing Web Application with Docker
Docker Introduction and its Usage in Machine Learning
Kubernetes Story - Day 2: Quay.io Container Registry for Publishing, Building...
Docker basic
ContainerDays Boston 2016: "Docker For the Developer" (Borja Burgos)
Faster and Easier Software Development using Docker Platform
Using Docker Developing and Deploying Software with Containers 1st Edition Ad...
How to Install and Manage Podman on Ubuntu 2404.pdf
Docker on OSX from Melbourne Docker Meetup
Slide docker docker compose e docker build
NDC Oslo - The Hybrid Docker Swarm
Docker 101 Checonf 2016
[Docker Tokyo - DockerCon Recap] Updates from Microsoft
Running Docker in Production - The Good, the Bad and The Ugly
Docker in Practice-Manning Publications (2019).pdf
Introduction To Docker
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)

PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Machine learning based COVID-19 study performance prediction
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Big Data Technologies - Introduction.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Cloud computing and distributed systems.
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Encapsulation theory and applications.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Reach Out and Touch Someone: Haptics and Empathic Computing
Machine learning based COVID-19 study performance prediction
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
20250228 LYD VKU AI Blended-Learning.pptx
Chapter 3 Spatial Domain Image Processing.pdf
The AUB Centre for AI in Media Proposal.docx
NewMind AI Weekly Chronicles - August'25-Week II
Big Data Technologies - Introduction.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Encapsulation_ Review paper, used for researhc scholars
Cloud computing and distributed systems.
Programs and apps: productivity, graphics, security and other tools
Encapsulation theory and applications.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Agricultural_Statistics_at_a_Glance_2022_0.pdf

Power Up with Podman - Kubernetes Community Day LA