Porter: Bundling Cloud-Native Deployments cover

Technology · Ebook

Porter: Bundling Cloud-Native Deployments

by Shriira Press

4.8(235)126 pagesPublished 2026

Deploying real software rarely means running one tool — it means coordinating Terraform, Helm, kubectl, and scripts, each with its own version and secrets. Porter, a CNCF sandbox project, collapses all of that into a single distributable artifact called a bundle. Implementing the Cloud Native Application Bundle (CNAB) specification, it packages the application image, client tools, parameters, credentials, and deployment logic together and publishes them to an ordinary OCI registry. This book covers the problem Porter solves, the CNAB foundation, the porter.yaml manifest, the mixins that adapt existing tools, the build-and-publish pipeline, and running bundles with credentials, parameters, installations, and dependencies — closing with how Porter fits a real cloud-native workflow.

Contents

  1. 1Preface
  2. 2Chapter 1 — The Deployment Problem Porter Solves
  3. 3Chapter 2 — CNAB: The Standard Underneath
  4. 4Chapter 3 — The porter.yaml Manifest
  5. 5Chapter 4 — Mixins: Adapting the Tools You Already Use
  6. 6Chapter 5 — Building and Publishing Bundles
  7. 7Chapter 6 — Running Bundles: Credentials, Parameters, and Installations
  8. 8Chapter 7 — Porter in Practice