gw clean builddocker build . -t websocket-echo-app
docker tag websocket-echo-app <Docker ID>/websocket-echo-app
docer push <Docker ID>/websocket-echo-app- Modify
deployment.yamlto use the correct at Line 17
minikube start
kubectl apply deployment.yaml
kubectl apply service.yaml
minikube tunnel- Follow public documentation to instrument the echo application with Traceable Agent.