Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Update minikube docs to reference jaeger manifests #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deployment/kubernetes-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ kubectl create -f deploy/kubernetes/manifests/sock-shop-ns.yaml -f deploy/kubern

To start Opentracing run the following command after deploying the sock shop
```
kubectl apply -f deploy/kubernetes/manifests-zipkin/zipkin-ns.yaml -f deploy/kubernetes/manifests-zipkin
kubectl create -f deploy/kubernetes/manifests-jaeger/jaeger.yaml -f deploy/kubernetes/manifests-jaeger
```

Wait for all the Sock Shop services to start:
Expand All @@ -81,8 +81,8 @@ Once the application is deployed, navigate to http://192.168.99.100:30001 to see

### Opentracing

Zipkin is part of the deployment and has been written into some of the services. While the system is up you can view the traces in
Zipkin at http://192.168.99.100:30002. Currently orders provide the most comprehensive traces, but this requires a user to place an order.
Jaegar is part of the deployment and has been written into some of the services. While the system is up you can view the traces in
Jaegar at http://192.168.99.100:30552. Currently orders provide the most comprehensive traces, but this requires a user to place an order.

### Run tests

Expand Down