show how to enter container

Change-Id: I9d6ff168021a8c6d4e94e114a8de8d150397a49a
diff --git a/VERSION b/VERSION
index 7dea76e..6d7de6e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.1
+1.0.2
diff --git a/docs/simple-example-service.md b/docs/simple-example-service.md
index 980b329..c933724 100644
--- a/docs/simple-example-service.md
+++ b/docs/simple-example-service.md
@@ -131,7 +131,16 @@
 
 * View the web page
 
-    Enter one of the other Kubernetes containers (`kubectl get pods` can be used to retrieve a list), any container such as one of the synchronizer containers will do, and perform a curl on the IP address obtained in the previous step.
+Enter one of the other Kubernetes containers, where `kubectl get pods` can be
+used to retrieve a list. Any of the containers will do (e.g., one of the synchronizer
+containers).
+
+```bash
+kubectl exec -it <pod-name> bash
+```
+
+From the shell prompt, perform a curl on the IP address obtained in the previous
+step.
 
 ### Use the Event Bus to modify a SimpleExampleServiceInstace ###