Write Your Kubernetes Infrastructure as Go Code – Extend cdk8s With Custom Constructs
CONSTRUCTIONS are the fundamental building block of cdk8s (Cloud Development Kit for Kubernetes) – an open-source framework (part of CNCF) with which you can define your Kubernetes applications using regular programming languages (instead of yaml). In Getting started with cdk8s, you saw how to use the core cdk8s library. You can also use the cdk8s-plus … Read more