Description / Problem Statement
Currently, Harness rollout deployments for Kubernetes do not provide sufficient visibility into pod-level status during the deployment process. Customers need more granular information to understand why pods are failing, which significantly impacts their ability to debug and resolve deployment issues efficiently.
Requested Features
Pod Status Visibility: Real-time display of individual pod status within a rollout deployment.
Kubernetes Rollout Status Monitoring: Native monitoring of Kubernetes rollout progress and state transitions.
Pod Health Metrics: Visibility into readiness and liveness probe statuses for each pod.
Container Log Access: Direct access to container logs for failed or unhealthy pods to diagnose issues such as:
CrashLoopBackOff, Image pull failures, Health check failures, Configuration issues, Runtime exceptions during deployment
Use Case / Impact
This enhancement would allow DevOps and platform engineering teams to quickly identify and remediate deployment failures without needing to switch to external kubectl or monitoring tools. It reduces MTTR (Mean Time To Resolution) for failed deployments and improves the overall deployment experience within Harness.
Created by Suvit Sharma
·