youtube image
From YouTube: Breakout Session: Provisioning Cluster to Deployment for Kubernetes with AWS CDK - Donnie Prakoso

Description

A fundamental principle of DevOps is to treat infrastructure the same way developers treat code. Now, with AWS CDK, an open source framework to model and provision cloud resources using Typescript, Python, Java and .Net, we can provision Kubernetes cluster, to deploy applications with code in our language of choice. On top of that, AWS CDK extends the abstraction with the new CDK for Kubernetes (cdk8s). With cdk8s, now we can create abstraction, define Kubernetes applications and reuse components using familiar programming languages.