by shigemk2

当面は技術的なことしか書かない

ArgoCD

argocd.app_controller.app.info

Information about Applications. It contains tags such as sync_status and health_status that reflect the application state in Argo CD. The metric value is constant sync_statusは特にドキュメントないけど普通にoutofsyncとかunknownとかArgoCDのs…

ArgoCD アーキテクチャメモ

API Server Repository Server Gitリポジトリのローカルキャッシュ維持 Application Controller アプリケーションの状態監視 ApplicationSet リソース整合性管理 Dex OIDC認証管理

kubectl annotateメモ

kubernetes.io github.com applicationのmanifestにannotation argocd.argoproj.io/refresh: hard を付ける そんな案内らしい案内はないけど、kubectl annnotate applicationでmanifestにannotateする kubectl annotate application argocd-xxxxx -n xxxxxxx…

Argo CD Core Concepts

Live state The live state of that application. What pods etc are deployed. Target state The desired state of an application, as represented by files in a Git repository. Sync The process of making an application move to its target state. E…