This project demonstrates a simple application deployed on Kubernetes using Minikube. A Backand service proviedes a conection to a database, the frontend-service proviedes a simple view. both connected using tls secured ingress.
Follow the official Minikube installation guide for your operating system: Minikube Installation
Follow the official kubectl installation guide: kubectl Installation
You can use the provided script: /start.sh The script was only tested on linux. Running "/start.sh start" will start the cluster and application, run "./start.sh" for more options. For the ingress to work you have to manually add the provided entry to your local DNS resolver. As the TLS key is created locally, your browser will complain and you have to allow an exception. Have fun.