From 4f23b839b3fde5d5ba86aae0674763aa6281fd59 Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Wed, 5 Jul 2023 10:35:00 +0000 Subject: [PATCH] Updated README to include examples --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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/)