Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 482 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 482 Bytes

Hello cdk8s (in Python!)

This example application deploys hello-kubernetes using cdk8s.

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

Import

$ pipenv install
$ cdk8s import --language python

Synthesize the CDK into a k8s template

$ cdk8s synth

Apply the k8s template to your cluster

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