An open API service indexing awesome lists of open source software.

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]

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]