/Otus-Architecture

Otus architecture

Primary LanguageGo

Pre-run

HOSTNAME - arch.homework add etc/hosts INGRESS IP = HOSTNAME

Start minikube and enable ingress

minikube start --cpus=6 --memory=6g
minikube addons enable ingress

Run hw pods

make auth-hw-run

Wait for lunch (see pods status watch kubectl get all)

Run test postman collection

newman run ./postman-collection/auth-hw.json

Clear pods and stop minikube

make clean
minikube delete