Skip to content

Commit 09cad19

Browse files
committed
added link
Signed-off-by: David Söderlund <[email protected]>
1 parent 4c1e00b commit 09cad19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_posts/2024-06-06-cdks8s-through-argocd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Chances are if you are reading this you already know a bit about [ArgoCD](https:
2525

2626
## cdk8s in short
2727

28-
cdk8s and similar tools allows you to generate the kubnernets json or yaml in a way that is a bit more advanced than kustomize. Where as helm is a way to package apps for different types of consumption, and kustomize allows you to manipulate simple yaml further, cdk8s is a more heavy weight ground up yaml generation in different high level languages.
28+
[cdk8s](https://cdk8s.io/) and similar tools allows you to generate the kubernetes json or yaml in a way that is a bit more advanced than kustomize. Where as helm is a way to package apps for different types of consumption, and kustomize allows you to manipulate simple yaml further, cdk8s is a more heavy weight ground up yaml generation in different high level languages.
2929

3030
In my example I am generating a deployment and a service with typescript, while also adding some extra npm packages for string manipulation.
3131

0 commit comments

Comments
 (0)