PrerequisitesThis article assumes you have a basic understanding of Docker and Kubernetes, Gitlab CI and that you have already set up a Kubernetes Cluster. Start a Laravel ProjectThe first thing you’ll need is a Laravel application, use composer to start a new project. composer create-project --prefer-dist laravel/laravel blogDockerize your Laravel ProjectThere’s a number of ways to dockerize your
