It's a project to learn kubernetes
We've created some micro-services to deploy them on Kubernetes using minikube
Firstly, start minikube :
minikube start
After this, deploy the kustomisation file :
kubectl deploy -k .
And then, expose the front services on your local machine :
minikube service kubernetes-front --url
Remy LEFEBVRE, Thomas NEVIANI, Marwen JAIEM-BLOT, Tristan GUALINI, Alexis BESSAGUET, Pierre Fourny