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
Copy file name to clipboardExpand all lines: docs/versioned/bookstore/page-5/deploy-database-service.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,9 @@ kubectl apply -f db-service
79
79
80
80

81
81
82
+
Get the IP address of the front end service as follows: `kubectl get svc -o=jsonpath='{.status.loadBalancer.ingress[0].ip}' bookstore-frontend-svc`
82
83
83
-
Open the UI page at [http://localhost:3000](http://localhost:3000){:target="_blank"}, you should see some new comments popping up at the bottom of the page.
84
+
Open the UI page at `http://${IP}`, you should see some new comments popping up at the bottom of the page.
84
85
85
86
???+ bug "Troubleshoot"
86
87
If you see "No comments available", that means your database is not initialized yet. Check the health of the database service pods and figure out what happened.
0 commit comments