Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion posts.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,5 +571,17 @@
"tags": [],
"date": "2026-04-04",
"order": 52
},
{
"id": "5462aa90",
"title": "ArgoCD pour GitOps moderne",
"url": "https://github.com/khalilbenaz/khalilbenaz.github.io/issues/264",
"excerpt": "## ArgoCD — GitOps en pratique GitOps = git comme source de vérité pour Kubernetes. Push to git → ArgoCD synchronise cluster avec git. ```yaml # Application ArgoCD apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: my-app spec: source: repoURL: https://github.com/me/k8s-config path: apps/my-app/overlays/prod targetRevision: main destination: server: https://kubernetes.default.svc namespace: production",
"tags": [
"BLOG",
"KUBERNETES"
],
"date": "2026-05-23",
"order": 53
}
]
]