You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Development.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,12 @@ List ingresses with kubectl and grab the IP address for `project-331-ingress`:
43
43
kubectl get ingress
44
44
```
45
45
46
-
Next, add a entry for the IP address you got from the previous command:
46
+
Next, add a hosts entry for the IP address you got from the previous command:
47
47
48
48
```
49
49
ip-from-previous-command project-331.local
50
50
```
51
51
52
+
You can find the hosts file in Linux from `/etc/hosts`.
53
+
52
54
After that, you should be able to access the application by going to `http://project-331.local/` in your web browser. Take a look at `kubernetes/ingress.yml` to see how requests are routed to different services.
0 commit comments