You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the External-IP is available, open a web browser to the External-IP address of your service and you see the application running as follows:
266
-
267
-
<!-- screenshot for Seattle -->
265
+
Once the External-IP is available, open a web browser to the External-IP address of your service and you see the application.
268
266
269
267
Run the same deployment steps and deploy an instance of the demo application to run in East US region.
270
268
@@ -278,9 +276,13 @@ kubectl get pods -n east
278
276
kubectl get service -n east
279
277
```
280
278
281
-
With two services opened in your browser, you should see that changing the inventory in one region is almost instantly reflected in the other region. The inventory data is stored in the Redis Enterprise instances that are replicating data across regions.
279
+
With each of the two services opened in a browser, you see that changing the inventory in one region is almost instantly reflected in the other region. The inventory data is stored in the Redis Enterprise instances that are replicating data across regions.
280
+
281
+
You did it! Click on the buttons and explore the demo.
282
+
283
+
:::image type="content" source="media/cache-tutorial-active-replication/cache-two-browser-region-small.png" alt-text="Screenshot of two matching browser with shopping cart app running in to different regions showing the same data." lightbox="media/cache-tutorial-active-replication/cache-two-browser-region.png":::
282
284
283
-
You did it! Click on the buttons and explore the demo. To reset the count, add `/reset` after the url:
0 commit comments