Grav as a microservice

Dear people,

What’s the best way to use grav within a kubernetes microservice environment?

Do I have to bundle a webserver such as nginx or apache, in the pod with grav or can I have standalone?

If I can run it standalone, should I use the following to start the service, or an alternative.

    php -S localhost:8000 system/router.php

Many thanks,

Graham