First, obtain the public IP address from the Kubernetes service using this command.
kubectl -n dynatrace get service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE demoapp LoadBalancer 10.84.2.18 34.133.103.200 8080:32602/TCP 5d
Using the example above, open the application on port 8080 at
http://34.133.103.200:8080
. The application will look like this: