This directory includes examples for cdk8s. Each example in this directory can stand on its own and each has its own README with more details.
We try to maintain the same set of examples in all supported languages. Help us!.
Title | Description | README |
---|---|---|
hello | Deploys hello-kubernetes as a Service behind a LoadBalancer. | TypeScript Python |
web-service | Demonstrates how to make your first high-level construct which represents a web service which abstracts the hello example from earlier into a reusable piece of infrastructure. |
TypeScript Python |
crd | Shows how to import and use Custom Resource Definitions | TypeScript Python |
cdk8s-plus-elasticsearch-query | Creating a query service on top of Elasticsearch with CDK8s+ | TypeScript |
podinfo | Exploration of high-level APIs for Deployment, Service, AutoScaler and Ingress based on the podinfo project | TypeScript |