Introduction
In this document, we will give a guide about deploying an application step by step in OTE-stack platform on AI Edge for testing.
...
- SSH to the master node of edge cluster or copy the kubeconfig file related to edge cluster to $HOME/.kube .
- Run command `kubectl get svc,pod -n ns1` to check if the pod is running well.
- If the application have deployed, the resource usage will be collected to OTE. The page "Data query" will show the informations of the running application.
- Finally, test your application.
...