Astra Control - Panel

kubectl logs -n astra-system deployment/astra-agent

# List applications curl -H "Authorization: Bearer $API_TOKEN" \ https://astra.yourcompany.com/api/apps curl -X POST https://astra.yourcompany.com/api/apps/app_id/backups -H "Content-Type: application/json" -d '"name":"manual-backup-1", "retentionDays":30' 6. Troubleshooting | Problem | Likely cause | Solution | |---------|--------------|----------| | Backup stuck in "Pending" | PVC not snapshottable | Install CSI snapshot controller | | Restore fails with "PVC already exists" | Conflict in target namespace | Use --overwrite flag or delete PVC manually | | Agent not connecting | Network policy blocking | Allow outbound 443 to Astra endpoint | | High backup latency | Large volume + slow object storage | Enable incremental backups (CBT) | Astra Control Panel

Related News
About The Author

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week