Skip to content

profiprog/cdk8s-playground

Repository files navigation

Playing with CDK8S

Shared code used for demo in presetation CDK for Kubernetes

Content explanation

  • cdk8s-java-example - basic example of cdk8s applicatoion initialized by command cdk8s init java-app
  • cdk8s-python-example - basic example of cdk8s applicatoion initialized by command cdk8s init python-app
  • cdk8s-typescript-example - basic example of cdk8s applicatoion initialized by command cdk8s init typescript-app
  • hello - more elaborated example of cdk8s applicatoion in typescript
  • test-cluster - vagrant-ansible scripts to provision testing k3s one-node cluster runing in virtual-box (which will survive even reboot)

References