Updated Deploy to Local Kubernetes (markdown)

Nish Anil 2022-02-15 23:18:13 +05:30
parent 9f6c80cccb
commit 5f6921adaa

@ -88,15 +88,12 @@ Please note, `helm 3` onwards **Tiller Server** component has been removed. So y
[NGINX](https://github.com/kubernetes/ingress-nginx/blob/master/README.md) is the Ingress controller used for eShopOnContainers. [NGINX](https://github.com/kubernetes/ingress-nginx/blob/master/README.md) is the Ingress controller used for eShopOnContainers.
To install the NGINX Ingress controller, run the following commands from the **deploy/k8s/nginx-ingress** folder: To install the NGINX Ingress controller, run the following command:
```powershell ```powershell
kubectl apply -f mandatory.yaml kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.1/deploy/static/provider/cloud/deploy.yaml
kubectl apply -f local-cm.yaml
kubectl apply -f local-svc.yaml
``` ```
For more info, refer to the [Quick Start guide](https://kubernetes.github.io/ingress-nginx/deploy/#quick-start).
## Install eShopOnContainers Using Helm ## Install eShopOnContainers Using Helm
Go to the **deploy/k8s/helm** folder in your local copy of the eShopOnContainers repo. Go to the **deploy/k8s/helm** folder in your local copy of the eShopOnContainers repo.