- install minikube, kubectl, redis, maven
- in
/etc/redis/redis.confcomment outbind 127.0.0.1 - in that same file set
protected-mode noandsupervised systemd sudo systemctl restart rediscd <project-dir>/1-lab/mvn packageeval $(minikube docker-env)docker build -t main-service .minikube start --memory='5000Mb'kubectl apply -f booking.yamlminikube service booking --url- use url to access apis
to shutdown:
kubectl delete -f booking.yamlminikube stop