Skip to content

Commit

Permalink
Use k9s to open shell in container and hit a NodePort from within clu…
Browse files Browse the repository at this point in the history
…ster (cse-labs#36)
  • Loading branch information
joheec authored Sep 17, 2021
1 parent 961a54c commit af9b7d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ make check
- Wait for all pods to be in the `Running` state (look for the `STATUS` column)
- Use the arrow key to select `nsga-memory` then press the `l` key to view logs from the pod
- To go back, press the `esc` key
- Use the arrow key to select `jumpbox` then press `s` key to open a shell in the container
- Hit the `ngsa-memory` NodePort from within the cluster by executing `http ngsa-memory:8080/version`
- Verify 200 status in the response
- To exit - `exit`
- To view other deployed resources - press `shift + :` followed by the deployment type (e.g. `secret`, `services`, `deployment`, etc).
- To exit - `:q <enter>`

Expand Down

0 comments on commit af9b7d9

Please sign in to comment.