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 deploynpm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template