minikube startminikube addons enable ingressminikube tunnelkubectl create namespace g3kubectl create configmap db-init-sql --from-file=init.sql=./sql/insert.sql -n g3kubectl apply -f deployment.yamlkubectl get pods -n g3- https://localhost
- https://g3-frontend.local
(Addg3-frontend.localto your hosts file if necessary)
- Username:
Cessouille - Password:
pi
Note:
You must have a self-signed certificate to use the web application.