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
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
#. Run the following command to start the application deployment:
107
107
@@ -166,6 +166,25 @@ The output also shows several ``OTEL`` environment variables:
166
166
167
167
If you can't see the ``initContainer`` or ``OTEL`` environment, restart your application pod using ``kubectl rollout restart -n petclinic <pod-name>``. The OpenTelemetry Collector pods must be active and running before you deploy your Java application.
168
168
169
+
Access the Spring PetClinic UI
170
+
==============================
171
+
172
+
Follow these steps to access the Spring PetClinic UI:
173
+
174
+
#. Create a NodePort service for the ``spring-petclinic`` application:
0 commit comments