This repository contains Kubernetes manifests for deploying the Globomantics application using GitOps principles with Argo CD.
namespace.yaml- Kubernetes namespace definition for the Globomantics application.gitattributes- Git attributes configuration
This repository serves as the source of truth for deploying and managing the Globomantics application on Kubernetes clusters through Argo CD. Changes to application configuration are made by updating the manifests in this repository and committing them to trigger automated deployments.
This repository is designed to work with Argo CD for continuous deployment. The application manifests define the desired state of the Globomantics application in the Kubernetes cluster.
- Make changes to Kubernetes manifests in this repository
- Commit and push changes to trigger Argo CD sync
- Argo CD automatically applies changes to the target Kubernetes cluster
- Monitor deployment status through Argo CD UI or CLI
- Kubernetes cluster with Argo CD installed
- Argo CD configured to watch this repository
- Proper RBAC permissions for the application namespace