Learn to build, manage, and deploy containers on Linux using Podman, Buildah, and Skopeo, and integrate them with Kubernetes and systemd, while running AI models locally through the Podman Desktop interface
Key Features
Create containers from scratch using Buildah and move images securely with Skopeo
Harden your container environment with rootless Podman, SELinux, and signed images
Manage Kubernetes resources and streamline AI workflows with Podman Desktop
Book DescriptionContainers are transforming how modern applications are built, deployed, and scaled. Podman offers a powerful, secure alternative to Docker by eliminating the daemon and embracing rootless container execution. If you're ready to move beyond legacy workflows and gain full control over container management, this practical guide is for you.
You'll begin with container fundamentals and a side-by-side comparison of Docker and Podman to ease the transition. Then, you'll run your first container, manage its lifecycle, and use Buildah to build images from scratch. Skopeo helps you transfer and inspect images across registries. As you progress, you'll secure your environment with rootless containers, signed images, and SELinux policies. You'll connect containers with networking, integrate them into systemd services, and troubleshoot issues using native Linux tools. The final chapters show how to migrate Docker workloads and use Podman Desktop to manage Kubernetes resources and run AI/ML models on your local system.
By the end of this book, you'll be able to build, run, and secure containers, automate workflows, and confidently manage deployments across DevOps and AI-powered environments.What you will learn
Understand the fundamentals and history of container technology
Compare Podman and Docker to choose the right container engine
Run and manage containers on various Linux environments using Podman
Build containers from scratch using Buildah and manage them with Skopeo
Secure containers using rootless execution, SELinux, and image signing
Troubleshoot and monitor containers using system tools and Podman CLI
Connect containers with advanced networking and integrate them with systemd
Manage containers and explore AI/ML use cases with Podman Desktop
Who this book is forThe book is for cloud developers looking to learn how to build and package applications inside containers and system administrators who want to deploy, manage, and integrate them with system services and orchestration solutions. This book provides a detailed comparison between Docker and Podman to aid you in learning Podman quickly. Basic Linux skills, familiarity with Docker and container concepts, and a foundational understanding of DevOps, system administration, and cloud environments.
Sprache
Verlagsort
Maße
Höhe: 235 mm
Breite: 191 mm
ISBN-13
978-1-83588-662-5 (9781835886625)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Klassifikation
Alessandro Arrichiello is a Solution Architect for Red Hat Inc. with a special focus on Telco technologies. He has a passion for GNU/Linux systems, which began at age 14 and continues today. He has worked with tools for automating Enterprise IT: configuration management and continuous integration through virtual platforms. Alessandro is also a writer for the Red Hat Developer Blog on which he authored several articles about container architecture and technology. He's now helping telecommunication customers on adopting container orchestration environments like Red Hat OpenShift and Kubernetes, Infrastructure as a Service like OpenStack, Edge Computing and Datacenter Automation. Gianni Salinetti is a Solution Architect from Rome working for Red Hat Inc. with a special focus on cloud-native computing and hybrid cloud strategies. He started working with GNU/Linux back in 2001 and developed a passion for Open Source software. His main fields of interest are application orchestration, automation, and systems performance tuning. He is also an advocate of DevSecOps and GitOps practices. He was a former Red Hat Instructor, teaching many classes about GNU/Linux, OpenStack, JBoss middleware, Ansible, Kubernetes and Red Hat OpenShift. He won Red Hat EMEA awards as best DevOps, cloud, and middleware instructor. He is also an author for the Red Hat Developer Blog and actively contributes to webinars and events.
Table of Contents
Introduction to Container technology
Comparing Podman vs Docker key features
Running your first container
Managing the running containers
Implementing storage for the container's data
Meet Buildah: Building containers from scratch
Integrating with existing application build processes
Choosing wisely your container base image
Pushing images to a container registry
Securing containers
Troubleshooting and Monitoring containers
Implementing containers networking concepts
Docker migration tips and tricks
Interacting with Systemd and Kubernetes
Managing your Containers and Kubernetes from a Graphical Interface
Leveraging Podman for AI/ML use cases