AWS CDK8s for generating 'Hello World' workload manifests - demo for DDD Perth 2021
- NodeJS 14, NPM, and Yarn installed
- Kubectl installed with
.kube/config
configured to connect to cluster
yarn install
yarn build
yarn test -u
kubectl apply -f dist/ddd-demo-cdk8s.k8s.yaml -n demo
yarn run import
yarn run upgrade