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:
Need to run PHP and Web Server in same container (simpler for Docker/Swarm and non-Pod setups)
Need to run PHP and Web Server in different containers of the same Pod (easier to use stock images. Better isolation)
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.
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.