Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 447 Bytes

File metadata and controls

25 lines (16 loc) · 447 Bytes

Mongo construct example

Demonstrates running a simple standalone Mongo server.

Usage

In order to synthesize the example to Kubernetes YAML, you need to run the following command:

npx cdk8s synth

This will produce dist/app.k8s.yaml file which you can then apply to your cluster:

kubectl apply -f dist/app.k8s.yaml

Testing

You can run the tests with the following command:

npm test -- examples/mongo