This example application deploys hello-kubernetes using cdk8s.
You can apply this example into your own cluster with these step by step commands:
$ pipenv install
$ cdk8s import --language python
$ cdk8s synth
$ kubectl apply -f dist/hellopython.k8s.yaml