Awesome-CloudOps-Automation
Awesome-CloudOps-Automation copied to clipboard
[RunBook]: Remediate Kubernetes unreachable endpoints
Contact Details
No response
RunBook Name
Kubernetes remediate unreachable endpoints
runbook Inputs
namespace
runBook Actions
find unreachable endpoints in a service
Comments
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
For the remediation, as a troubleshooting step, we can try restarting the affected services or related components to see if it resolves the issue. Using kubectl rollout restart
to trigger a restart of the service. Is this approach accurate? @amit-chandak-unskript
For the remediation, as a troubleshooting step, we can try restarting the affected services or related components to see if it resolves the issue. Using
kubectl rollout restart
to trigger a restart of the service. Is this approach accurate? @amit-chandak-unskript
restart wont help in this case. I need to think about remediation. Assign this issue to me