https://github.com/prometheus/kube-demo-site
Kubernetes Demo Site
https://github.com/prometheus/kube-demo-site
Last synced: about 1 year ago
JSON representation
Kubernetes Demo Site
- Host: GitHub
- URL: https://github.com/prometheus/kube-demo-site
- Owner: prometheus
- License: apache-2.0
- Created: 2021-12-11T15:31:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T10:55:59.000Z (about 4 years ago)
- Last Synced: 2025-06-09T06:50:47.516Z (about 1 year ago)
- Language: Go
- Size: 21.5 KB
- Stars: 2
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# kube-demo-site
Kubernetes Demo Site
## Pulumi
You will need several env vars from the Prometheus Team secrets storage in order to apply changes.
* `export AWS_ACCESS_KEY_ID=XXX`
* `export AWS_SECRET_ACCESS_KEY=XXX`
* `export AWS_REGION=ams3`
* `export PULUMI_CONFIG_PASSPHRASE=XXX`
* `PULUMI_BACKEND_URL='s3://prometheus-ci/kube-demo-site/do-k8s?endpoint=ams3.digitaloceanspaces.com&s3ForcePathStyle=true'`
After this you can `cd do-k8s` and run Pulumi commands.
```console
pulumi login
pulumi up
```