Skip to content

Repository files navigation

WebSocket Echo Application

How to Run the WebSocket Echo App

Build Project

gw clean build

Build Docker Image

docker build . -t websocket-echo-app
docker tag websocket-echo-app <Docker ID>/websocket-echo-app
docer push <Docker ID>/websocket-echo-app

Run in Minikube

  • Modify deployment.yaml to use the correct at Line 17
minikube start
kubectl apply deployment.yaml
kubectl apply service.yaml
minikube tunnel

Instrument Application with JavaAgent

  • Follow public documentation to instrument the echo application with Traceable Agent.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages