Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.02 KB

ticket-app-microservice

Tested Ubuntu 20.04.1 LTS (VM)

Start your cluster:

Run minikube start

Run minikube addons enable ingress

Create jwt secret

Run kubectl create secret generic jwt-secret --from-literal=JWT_KEY=secret

Add ip for to redirect domain

Run minikube ip // Example result: 192.168.49.2

Add 192.168.49.2 ticket-app.dev in /etc/hosts

Start skaffold

Run skaffold dev

If you see on the below error please type on the screen thisisunsafe

Invalid ssl

It should look like:

Fixed ssl

Get secret list (optional)

Run kubectl get secrets
Permission for docker exec /usr/bin/sg docker newgrp $(id -gn)