
debugging-eyepop-kubernetes-services
by archae0pteryx
SKILL.md
name: debugging-eyepop-kubernetes-services description: Key information and methods for developing and debugging the EyePop microsystem in kubernetes.
-
Most microservices are deployed through our charts repo via "kustomization overlays" pattern in
~/Code/eyepop/eyepop-charts/*and contain theoverlays/<env>/kustomization.yaml. -
ArgoCD is used for gitops and uses the "app of apps" pattern wherein the repo
~/Code/eyepop/eyepop-apps/*is the helm chart with all of thekind: Application's -
The OPs cluster is where argocd is deployed
kubectl --context ops -n argocd -
ArgoCD image updater is also used for some apps and can be interacted with in
kubectl --context ops -n argocd -
Use the monitoring stack for key system insights for a microservice. The following tools exist in both
--context productionand--context stagingkubectl --context staging -n <monitoring-staging,grafana-alloy,loki,keda>production deployments often have the*-productionsuffix in the namespace
-
IMPORTANT: Most all of our argocd apps are manually synced. NEVER sync without asking.
-
IMPORTANT: When working in
--context productionyou ALWAYS ask before applying or patching resources
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です