diff --git a/README.md b/README.md index 64c9efe..ab8b6e5 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,10 @@ If you are using a LoadBalancer service, you can access the application using th ``` kubectl get services -n my-namespace ``` +Open a web browser, enter this sentence and replace with the external IP address obtained from the previous step. + +``` +http:// +``` + +This is it, your Todo-List is working, enjoy!