Skip to content

ohanyere/cluster-meter

Repository files navigation

Cluster Meter

GitOps Deployment with ArgoCD

Cluster Meter can be deployed from Git by ArgoCD using the manifests in deploy/argocd/. The ArgoCD Application syncs the Kubernetes manifests from the deploy path on the main branch and deploys them into the cluster-meter namespace.

Apply the ArgoCD project and application after ArgoCD is installed in the EKS cluster:

kubectl apply -f deploy/argocd/project.yaml
kubectl apply -f deploy/argocd/application.yaml
kubectl get applications -n argocd
kubectl describe application cluster-meter -n argocd

The application uses the published Docker Hub image:

docker.io/ohanyere/cluster-meter:latest

About

Kubernetes cluster resource analyzer built in Go, deployed on AWS EKS with GitOps (ArgoCD), providing real-time capacity insights, risk classification, and operational recommendations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors