Skip to content

Commit 510cfbf

Browse files
authored
Update and rename 2024-06-06-cdks8s-through-argocd.md to 2024-06-06-cdk8s-through-argocd.md
1 parent 48507ba commit 510cfbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_posts/2024-06-06-cdks8s-through-argocd.md renamed to docs/_posts/2024-06-06-cdk8s-through-argocd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: cdks8s through ArgoCD
2+
title: cdk8s through ArgoCD
33
published: true
44
excerpt: |
55
cdk8s is a tool from AWS to be able to deal with kubernetes manifests in an imperative way which for a lot of people accelerates their investment in learning about and using kubernetes. Though not perhaps inline with the declarative nature of traditional gitops approaches, it is not really that different from jsonnet, helm and/or kustomize which I think simplifies a lot in terms of expressing not only what we want deployed but also how to best manage changes to that state.
@@ -256,4 +256,4 @@ Here is what the running app looks like through ArgoCD.
256256
257257
The act of making sure an application or piece of infrastructure is deployed as desired is the key of gitops, it should not have too strong oppinions on how to express that desired state as long as it can be rendered into clear, straightforward, nonambiguous yaml.
258258
259-
Thus if we are managing a gitops solution we can create a great experience in managing both applications and infrastructure with rich high level tools without sacrificing the reconciliation loop of kubernetes.
259+
Thus if we are managing a gitops solution we can create a great experience in managing both applications and infrastructure with rich high level tools without sacrificing the reconciliation loop of kubernetes.

0 commit comments

Comments
 (0)