Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 472 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 472 Bytes

PodInfo Container Example

This example application deploys podinfo, a basic web application.

You can apply this example into your own cluster with these step by step commands:

Build

$ yarn gen
$ yarn install -L
$ yarn build

Synthesize the CDK into a k8s template

$ yarn synth

Apply the k8s template to your cluster

$ kubectl apply -f dist/podinfo.k8s.yaml