Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 355 Bytes

Kubernetes Symfony Example

A simple Symfony app that has been containerized and runs within kubernetes

Follows best practices outlined in our Service Playbooks

Run app locally

composer install

./bin/console server:run

Then visit http://localhost:8000