diff --git a/kubernetes/python-cdk/README.md b/kubernetes/python-cdk/README.md new file mode 100644 index 0000000..799a879 --- /dev/null +++ b/kubernetes/python-cdk/README.md @@ -0,0 +1,6 @@ +## examples using python cdk to orchestrate kubernetes + +
+ +* [setting up a postgreSQL RDS with CDK]([python/PostgreSQL_example](https://github.com/go-outside-labs/orchestration-toolkit/tree/master/kubernetes/python-cdk/python/PostgreSQL_example) +* [setting up a VPC with CDK](https://github.com/go-outside-labs/orchestration-toolkit/tree/master/kubernetes/python-cdk/python/VPC_example)