Common issues and troubleshooting
Troubleshooting guide for PerfectScale self-hosted environment
Pod failure troubleshooting
Check the pod status
kubectl get pods -n <namespace_name>Examine the pod logs
kubectl logs -n <namespace_name> <pod_name>kubectl logs -n <namespace_name> <pod_name> -c <container_name>Analyze the pod events and details
kubectl describe pod <pod_name> -n <namespace_name>Common pod failure scenarios and solutions
ImagePullBackOff
CrashLoopBackOff
Resource Constraints
Network and DNS troubleshooting
General network diagnostics
AWS-specific network configuration
External AWS configuration resources:
Helm chart troubleshooting
Check Helm Release Status
Manage Problematic Releases
Support resources
Last updated
Was this helpful?