Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

6. Access Your Application -public-IP>:<NodePort> #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ deployment "transaction-generator" created
```

### 6. Access Your Application
You can access your app publicly through your Cluster IP and the NodePort. The NodePort should be **30080**.
You can access your app publicly through your Public IP and the NodePort. The NodePort should be **30080**.

* To find your IP:
```bash
Expand All @@ -338,7 +338,7 @@ NAME CLUSTER-IP EXTERNAL-IP PORT(S)
account-summary 10.10.10.74 <nodes> 80:30080/TCP 2d
...
```
* On your browser, go to `http://<your-cluster-IP>:30080`
* On your browser, go to `http://<your-public-IP>:30080`
![Account-balance](images/balance.png)

## Troubleshooting
Expand Down