mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
k8s guide update
This commit is contained in:
parent
71a1fcb7cd
commit
77df499742
@ -236,6 +236,10 @@ To use an ingress, we need an ingress controller
|
|||||||
|
|
||||||
```
|
```
|
||||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.3/deploy/static/provider/cloud/deploy.yaml
|
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.3/deploy/static/provider/cloud/deploy.yaml
|
||||||
|
|
||||||
|
kubectl -n ingress-nginx get pods
|
||||||
|
|
||||||
|
kubectl -n ingress-nginx --address 0.0.0.0 port-forward svc/ingress-nginx-controller 80
|
||||||
```
|
```
|
||||||
|
|
||||||
Create an Ingress
|
Create an Ingress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user