Compare commits
2 Commits
94fff2eb22
...
822cd4a3ef
Author | SHA1 | Date | |
---|---|---|---|
822cd4a3ef | |||
5366d94508 |
@@ -1,5 +1,25 @@
|
|||||||
|
# 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```
|
||||||
|
|
||||||
|
http://ingress.local
|
||||||
|
|
||||||
|
http://ingress.local/v2
|
||||||
|
|
||||||
|
|
||||||
|
https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#server-side-https-enforcement-through-redirect
|
||||||
|
|
||||||
https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/
|
https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/
|
||||||
|
|
||||||
https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/
|
https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/
|
||||||
|
|
||||||
```kubectl apply -f k8s/ingress```
|
|
||||||
|
@@ -27,4 +27,4 @@ spec:
|
|||||||
number: 8080
|
number: 8080
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- hello-world.info
|
- ingress.local
|
Reference in New Issue
Block a user