544 B
544 B
K8s setup with Nignx Ingress
kubectl apply -f k8s/ingress
Edit hosts file on host machine
Get ip of vm
ip -o a | grep ens
sudo nano /etc/hosts
<ip> ingress.local
https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/
https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/