adrianhdezm / cdk8s-knative

Setting up a k8s cluster using cdk8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cdk8s-knative

Setting up a k8s cluster using cdk8s

Synthesize:

npm run import Import/update k8s apis (you should check-in this directory)

npm run synth Synthesize k8s manifests from charts to manifests folder (ready for 'kubectl apply -f')

Deploy:

kubectl apply -f manifests/\*.k8s.yaml

Upgrades:

npm run upgrade Upgrade cdk8s modules to latest version

About

Setting up a k8s cluster using cdk8s


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%