-
Start with
tye run
commandtye run .\tye.yaml --dashboard
-
It'll open web browser automatically with the dashboard at
http://127.0.0.1:8000/
-
Now, let open the
graphql-api
by clicking on the linkhttp://localhost:58713
in the screenshot; then enjoy with some examples in here, for example -
We also can start the browser at
http://localhost
since we're using the Ingress featureingress: - name: simplestore-ingress bindings: - port: 80 protocol: http rules: - path: / service: graphql-api
-
By clicking on the zipkin's address in dashboard -
http://localhost:9411
, we come to the zipkin's dashboard