https://github.com/chukaofili/stackdriver-example
Stackdriver examples [Debugger, Trace, Error Reporting]
https://github.com/chukaofili/stackdriver-example
debugging error-reporting google-cloud-platform stackdriver trace
Last synced: 3 months ago
JSON representation
Stackdriver examples [Debugger, Trace, Error Reporting]
- Host: GitHub
- URL: https://github.com/chukaofili/stackdriver-example
- Owner: chukaofili
- License: gpl-3.0
- Created: 2020-06-28T13:21:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T04:27:14.000Z (about 3 years ago)
- Last Synced: 2025-06-21T06:07:50.093Z (6 months ago)
- Topics: debugging, error-reporting, google-cloud-platform, stackdriver, trace
- Language: JavaScript
- Homepage:
- Size: 979 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stackdriver Example
This example project uses docker, kubernetes & skaffold for development and deployment.
Stackdriver Examples
- Debugger
- Trace
- Error Reporting
Prerequisites:
- Kubernetes Deployment (You can use GKE)
- Install skaffold
- Install docker
To run this demo:
1. Modify `k8s/backend.ingress.yaml` on line 13 & 22 to use a domain you've preconfigured to point to your kubernetes cluster
2. Modify `k8s/frontend.ingress.yaml` on line 13 & 22 to use a domain you've preconfigured to point to your kubernetes cluster
3. skaffold run --default-repo [Your Container Registry Path]