Skip to main content
Version: 0.1

Application Management

Application Dashboard

The application dashboard is a centralized displays of all applications managed through your GitOps workflow, giving you instant visibility into:

  • Application health status - Real-time monitoring of application health
  • Sync status - Whether applications are synchronized with their Git repository definitions
  • Operational deeplinks - Direct links to all the key application details and management on the platform tools

Application Information

  • Name - The application identifier in Argo CD
  • Namespace - The Kubernetes namespace where the application is deployed
  • Cluster - Target cluster for the deployment
  • Repository - Source Git repository containing the application manifests

Status Indicators

Applications display two primary status indicators:

  • Health Status 🟢

    • Healthy - All application resources are running as expected
    • Progressing - Application is being deployed or updated
    • Degraded - Some resources are experiencing issues
    • Unknown - Health status cannot be determined
  • Sync Status 🔄

    • Synced - Application matches its Git repository definition
    • OutOfSync - Differences detected between deployed and Git states
    • Unknown - Sync status cannot be determined

Working with Applications

Application Health

The health badge provides quick visual feedback:

✅ Healthy - Everything is running smoothly
⚠️ Progressing - Deployment in progress
❌ Degraded - Attention required
❓ Unknown - Status check pending

Monitoring Application Health

Regular health checks ensure reliability:

  1. Set up alerts for critical application health changes
  2. Review sync status regularly to catch configuration drift
  3. Use health checks in your application definitions
  4. Monitor resource usage to prevent capacity issues

Need help managing your applications? Reach out to our community.