BretFisher / php-docker-good-defaults

*WORK IN PROGRESS* sample PHP/Laravel app for Docker examples
MIT License
362 stars 116 forks source link

Provide both container-based and pod-based designs #22

Open BretFisher opened 2 years ago

BretFisher commented 2 years ago

When this repo was first created, Kubernetes pods weren't as big a standard as they are now for production. People tend to have two use cases:

Right now this repo is just a single example of making one huge image, but the Pod abstraction makes for a better design.

This request is to add a Pod-based design that hopefully can use official images rather than a fully custom one. Maybe all that will be needed is a pod spec YAML.