Skip to content

Commit

Permalink
Merge pull request #3 from cloudnativehero/examples
Browse files Browse the repository at this point in the history
Updated README to include examples
  • Loading branch information
meswapnilk authored Jul 5, 2023
2 parents 542b5d2 + 4f23b83 commit f70b048
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit f70b048

Please sign in to comment.