Examples¶
This section includes references for cdk8s and cdk8s+ examples that we have in our GitHub repository.
- Hello, Kubernetes! - Deploys hello-kubernetes as a Service behind a LoadBalancer.
- CRDs - Shows how to import and use Custom Resource Definitions
- Elasticsearch (cdk8s+) - Creating a query service on top of Elasticsearch with cdk8s+
- Ingress (cdk8s+) - Example of using cdk8s+
Ingress
resource. - Podinfo - Exploration of high-level APIs for Deployment, Service, AutoScaler and Ingress based on the podinfo project.
- WebService Abstraction - 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. - WebCacheDB (cdk8s+) - A demonstration of cdk8s-plus capabilities for authoring complex Kubernetes applications.
- Hello, Kubernetes! - Deploys hello-kubernetes as a Service behind a LoadBalancer.
- CRDs - Shows how to import and use Custom Resource Definitions
- WebService Abstraction - 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.
- Hello, Kubernetes! - Deploys hello-kubernetes as a Service behind a LoadBalancer.
- CRDs - Shows how to import and use Custom Resource Definitions
- WebService Abstraction - 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.
- Hello, Kubernetes! - Deploys hello-kubernetes as a Service behind a LoadBalancer.
- CRDs - Shows how to import and use Custom Resource Definitions
- WebService Abstraction - 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.
Info
We try to maintain the same set of examples in all supported languages. Help us!