Completed
cdk8s in a nutshell
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
From Kubernetes YAML to Software Engineering with CDK8s
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 yaml: yelling at my laptop
- 4 let's engineer some yaml - http echo server - with yaml
- 5 kubernetes yaml
- 6 the cdk8s approach: infrastructure as actual code
- 7 cdk8s in a nutshell
- 8 cdk for kubernetes cdk8s
- 9 open source cdk, for everyone!
- 10 working with cdk8s
- 11 init - scaffold a project
- 12 import - get k8s resources as code
- 13 model your k8s manifests as code
- 14 the anatomy of the main code
- 15 code completion and inline documentation
- 16 http echo server - with cdk8s
- 17 synthesize the k8s manifests
- 18 deploy the manifests
- 19 publish your code as a re-usable package
- 20 how cdk8s+ reduces cognitive load with abstractions
- 21 construct levels
- 22 http echo server - with cdk8s+
- 23 clean code
- 24 why should i code my infrastructure
- 25 why not?
- 26 resources
- 27 give feedback, thank you!