blob: 6f6b085149282afd946f272062aca154bf5222fd [file] [log] [blame]
Shad Ansari0a4637a2022-05-11 12:20:59 -07001{{/*
Hyunsun Moon97e111d2022-05-13 17:56:56 -07002Copyright 2022-present Open Networking Foundation
3SPDX-License-Identifier: Apache-2.0
Shad Ansari0a4637a2022-05-11 12:20:59 -07004*/}}
5
61. Get the application URL by running these commands:
Hyunsun Moonead8e402022-05-16 17:45:47 -07007 export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -l app.kubernetes.io/name=person-detection-app -o jsonpath="{.items[*].status.podIP}")
8 echo http://$NODE_IP:5000