diff --git a/README.md b/README.md index 192f3e6..b47cea0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# cdk8s -Software development framework for defining Kubernetes applications and reusable abstractions +# A Repository for CDK8S examples + +## Examples +### [Hello-World](./examples/hello-world/) +### [Simple Pod](./examples/pod/) +### [Creating multiple Kubernetes YAMLs](./examples/multi-chart/) +### [Using Helm Chart with CDK8S](./examples/helm-chart/)