Skip to content

Commit

Permalink
Update solution.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Jan 3, 2024
1 parent 87b7633 commit c2cf774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/30-ingress/solution/solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Accessing the Ingress differs depending on the Kubernetes cluster you are using.

### Using a Regular Kubernetes Cluster

Edit the file `/etc/hosts` via `sudo vim /etc/hosts`. Add the following entry to map the host name `hello-world.exposed` to the node's IP address.
Edit the file `/etc/hosts` via `sudo vim /etc/hosts`. Add the following entry to map the host name `hello-world.exposed` to the load balancer's IP address.

```
192.168.64.38 hello-world.exposed
Expand Down Expand Up @@ -121,4 +121,4 @@ Make a `curl` call to the host name mapped by the Ingress. The call should be ro
```
$ curl hello-world.exposed
Hello World
```
```

0 comments on commit c2cf774

Please sign in to comment.