Introduction
...
3 Arm servers for IEC edge infrastructure and another server which have installed harbor are needs. A face recognition application, which can be pulled from docker hubfound at https://hub.docker.com/r/otestack/face-detect-demo, is used to validate the functions of the OTE. Before start testing, you need to push the image to the harbor server.
...
- 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. The below figure shows the portal of demo and we can access the demo through 10.247.22.115:8080.
- 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.
Step 4: Test the application
...