Jimmy 822cd4a3ef | ||
---|---|---|
.. | ||
README.md | ||
web-deplyment.yaml | ||
web-ingress.yaml | ||
web-service.yaml | ||
web2-deplyment.yaml | ||
web2-service.yaml |
README.md
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/