Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (10 loc) · 543 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 543 Bytes

Coop Norge cdk8s library

very much POC!

Requirements

  • cdk8s

Goal

Make a library which can support many usecases

Go Library

A library to build default kubernetes templates. A demo consumer can be found at coopnorge/cdk8s-demo-consumer

Yaml input

This library also has a binary which can render manifests based on yaml input. Its in the cmd/cdk8slibrary folder. Edit the test.yaml and do a go run . and it will render the manifest in the dist directory.