Skip to content

Simple example of how to run a Symfony 4 app locally using Minikube and Helm

Notifications You must be signed in to change notification settings

wjanoti/k8s-symfony-example

Repository files navigation

Symfony 4 app in k8s using Minikube and Helm

Build and push the app image to a registry (Docker Hub in this example)

composer install

docker build . -t <your-docker-id>/k8s-symfony-example-app:0.1.0

docker push <your-docker-id>/k8s-symfony-example-app:0.1.0

Install the app on Minikube using Helm

helm install helm/k8s-symfony-example/ --name k8s-symfony-example

Get the app URL by running:

minikube service k8s-symfony-example --url

About

Simple example of how to run a Symfony 4 app locally using Minikube and Helm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published