Skip to content

Commit

Permalink
Merge pull request #3779 from stmcginnis/c-p-kind-link
Browse files Browse the repository at this point in the history
Fix site link to LoadBalancer page
  • Loading branch information
k8s-ci-robot authored Nov 6, 2024
2 parents 1a8f047 + 3f07350 commit 9fd8f04
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions site/content/docs/user/ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: |-
Ingress exposes HTTP and HTTPS routes from outside the cluster to services within the cluster.

1. [Create a cluster](#create-cluster): There are two primary methods to direct external traffic to Services inside the cluster:
1. using a [LoadBalancer](./loadbalancer.md).
1. using a [LoadBalancer].
2. leverage KIND's `extraPortMapping` config option when creating a cluster to forward ports from the host.

2. Deploy an Ingress controller, we document [Ingress NGINX](#ingress-nginx) here but other ingresses may work including [Contour](https://projectcontour.io/docs/main/guides/kind/) and Kong, you should follow their docs if you choose to use them.
Expand All @@ -27,7 +27,7 @@ Ingress exposes HTTP and HTTPS routes from outside the cluster to services withi

#### Option 1: LoadBalancer

Create a kind cluster and run [Cloud Provider KIND](./loadbalancer.md)
Create a kind cluster and run [Cloud Provider KIND]
to enable the loadbalancer controller which ingress-nginx will use through the loadbalancer API.

{{< codeFromInline lang="bash" >}}
Expand Down Expand Up @@ -140,3 +140,6 @@ curl localhost/foo

curl localhost/bar
{{< /codeFromInline >}}

[LoadBalancer]: /docs/user/loadbalancer/
[Cloud Provider KIND]: /docs/user/loadbalancer/

0 comments on commit 9fd8f04

Please sign in to comment.