Added instructions for Rancher Desktop (#9035)
Signed-off-by: Gunasekhar Matamalam <gunasekhar.matamalam@suse.com> Signed-off-by: Gunasekhar Matamalam <gunasekhar.matamalam@suse.com>
This commit is contained in:
parent
981ce38a7f
commit
b212b5a8b4
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,7 @@ ingress controller for your particular environment or cloud provider.
|
|||
|
||||
- [Environment-specific instructions](#environment-specific-instructions)
|
||||
- ... [Docker Desktop](#docker-desktop)
|
||||
- ... [Rancher Desktop](#rancher-desktop)
|
||||
- ... [minikube](#minikube)
|
||||
- ... [MicroK8s](#microk8s)
|
||||
- ... [AWS](#aws)
|
||||
|
@ -186,6 +187,14 @@ will be assigned the `EXTERNAL-IP` of `localhost`, which means that it will be r
|
|||
doesn't work, you might have to fall back to the `kubectl port-forward` method described in the
|
||||
[local testing section](#local-testing).
|
||||
|
||||
#### Rancher Desktop
|
||||
|
||||
Rancher Desktop provides Kubernetes and Container Management on the desktop. Kubernetes is enabled by default in Rancher Desktop.
|
||||
|
||||
Rancher Desktop uses K3s under the hood, which in turn uses Traefik as the default ingress controller for the Kubernetes cluster. To use NGINX ingress controller in place of the default Traefik, disable Traefik from Preference > Kubernetes menu.
|
||||
|
||||
Once traefik is disabled, the NGINX ingress controller can be installed on Rancher Desktop using the default [quick start](#quick-start) instructions. Follow the instructions described in the [local testing section](#local-testing) to try a sample.
|
||||
|
||||
### Cloud deployments
|
||||
|
||||
If the load balancers of your cloud provider do active healthchecks on their backends (most do), you can change the
|
||||
|
|
Loading…
Reference in a new issue