Deploy Laravel app to Kubernetes

Looking for a basic guide or sample config files on how to deploy a Laravel app to Kubernetes via Gitlab CI/CD.
I’ve read the tutorial on deploying to a LEMP server which is great, just not sure how to move that to a Kubernetes cluster deployment.

Hi b8ne
Did you found something ?

I don’t think deploying on LEMP will be helpful for deploying to kubernetes as it involves creating own docker images with proper web services configuration like nginx, php-fpm etc.
You can try this, although I’ve not verified if it works for my setup so far…
Have you tried that?