Skip to content

ophilon/awesome-pods

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Podman Pods Awesome

logo

A curated list of Podman Pods samples.

These samples provide a starting point for how to integrate different services using kube.yaml manifest and to manage their deployment with podman kube play or in any kubernetes environment.

Note The following samples are intended for use in local development environments such as project setups, tinkering with software stacks, etc. These samples must not be deployed in production environments.

Contents

Samples of Podman Pods applications with multiple integrated services

Podman + wasm Icon indicates Sample is compatible with Podman+Wasm.

Single service samples

Basic setups for different platforms (not production ready - useful for personal use)

Getting started

These instructions will get you through the bootstrap phase of creating and deploying samples of containerized applications with Podman Pods.

Prerequisites

Running a sample

The root directory of each sample contains the compose.yaml from awesome-compose, and corresponding kube.yaml manifest. The latter file can be run in any numerous kubernetes distributions or within podman pod. All samples can be run in a local environment by going into the root directory of each one and executing:

podman kube play kube.yaml
podman ps -ap

Check the README.md of each sample to get more details on the structure and what is the expected output. To stop and remove all containers of the sample application run:

podman pod stop pod_name
podman pod rm pod_name

Quickstart guides

In addition to all the ready to run Compose samples listed above the folder official-documentation-samples contains quickstart guides. Each of these step by step guides explain which files need to be created to build and run a Podman Pods application.

Contribute

We welcome examples that help people understand how to use Podman Pods for common applications. Check the Contribution Guide for more details.

About

Awesome Pod manifests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.6%
  • Dockerfile 16.2%
  • Rust 9.4%
  • TypeScript 9.2%
  • Java 6.1%
  • Python 5.8%
  • Other 17.7%