Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created November 5, 2025 18:15
Show Gist options
  • Select an option

  • Save gowatana/c8872a1a97d9ff20773cac69868f2032 to your computer and use it in GitHub Desktop.

Select an option

Save gowatana/c8872a1a97d9ff20773cac69868f2032 to your computer and use it in GitHub Desktop.
helm/nai-demo/templates/NOTES.txt
Get the application URL by running these commands:
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
You can watch its status by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "nai-demo.fullname" . }}'
$ export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "nai-demo.fullname" . }} -o jsonpath="{.status.loadBalancer.ingress[0].ip}")
$ echo http://$SERVICE_IP:{{ .Values.service.port }}
@gowatana
Copy link
Author

gowatana commented Nov 5, 2025

下記の投稿むけ。

NAI 2.4 の推論エンドポイントむけデモ アプリを NKP で起動してみる。
https://blog.ntnx.jp/entry/2025/10/15/233317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment