Skip to content

Commit

Permalink
Adss final result photo in last part
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Jusic committed Jun 18, 2018
1 parent ba1d6dc commit c02463a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added assets/final_result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/deploying-wordpress-with-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ To visit the website you need to catch the ip:
`export NODE_IP=$(kubectl get nodes --namespace wordpress -o jsonpath="{.items[0].status.addresses[0].address}")`
`echo http://$NODE_IP:$NODE_PORT/admin`

In the end you should have a result like this (obtained with `kubectl get all --all-namespaces`:
![Final Result](/assets/final_result.png)

## Scaling

Scaling your microservices is really easy. For example:
Expand Down

0 comments on commit c02463a

Please sign in to comment.