This is a Kubernetes cluster running on AWS instrumented for OpenTelemetry.
Work in progress. This stack is managed using AWS CDK.
AWS CDK
- Lightstep
- nginx plus image in private repo (if using nginx plus)
# Set LS_ACCESS_TOKEN to send data to Lightstep
$ export LS_ACCESS_TOKEN=...
# Set secret for access to private Docker registry with your nginx plus image (optional)
$ export DOCKER_CONFIG_BASE64=...
# Install cloud dependencies for CDK (only needed first time)
$ cdk bookstrap
# Deploy this stack
$ cdk deploy
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template