https://github.com/khou/sock-shop-demo
https://github.com/khou/sock-shop-demo
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/khou/sock-shop-demo
- Owner: khou
- Created: 2026-01-20T21:45:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-12T00:58:05.000Z (4 months ago)
- Last Synced: 2026-02-12T11:12:48.091Z (4 months ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sock Shop Demo
Please deploy this after creating a local k8s via kind or minikube.
## Directories
- `manifests/` - Core Sock Shop services
- `manifests-jaeger/` - Jaeger tracing and tracing-enabled service overrides
- `manifests-monitoring/` - Prometheus and Grafana monitoring stack
## Deployment
Use the deploy script from the project root:
```bash
./bin/deploy
```
## Port Forwarding
To access the UIs locally:
```bash
./bin/port-forward
```
Access points:
- Sock Shop: http://localhost:8080
- Grafana: http://localhost:3001 (admin/admin)
- Jaeger UI: http://localhost:16686
**Note:** Pods need to be 1/1 RUNNING before the catalogue shows up in the Sock Shop UI.