Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

neilkuan/cdk8s-cdk-example

Repository files navigation

cdk8s-cdk-example

Note!!!

Before you run deploy, please install helm in your computer and run

  • helm repo add eks https://aws.github.io/eks-charts
  • helm repo

How to use ?!

#To synth 
cdk synth -c domain=replace.your.domain

#To Diff
cdk diff -c domain=replace.your.domain

#To Deploy
cdk deploy --require-approval never -c domain=replace.your.domain 

#To Destroy
cdk destroy -f

For test Alb Loadbalancer Controller and External DNS you can

# before that you can replace your domain in 2048/2048-4-ingress.yaml line 9
# external-dns.alpha.kubernetes.io/hostname: replace.your.domain <- replace to your domain name you want
kubectl apply -f 2048/ 

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published