examples using python cdk to orchestrate kubernetes

This commit is contained in:
motherofbots.eth 2023-03-16 20:19:40 -07:00 committed by GitHub
parent 4b6da6f6de
commit 8758cc65f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
## examples using python cdk to orchestrate kubernetes
<br>
* [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)