Description
When deploying services, one of the things which are faced very often is that endpoints are not available, caused by pods that are not able to start or incorrect labels on the service object.
Possible solution
- Find services without endpoints
- If endpoint is missing, try to find out if pods with matching labels exist
- Look for problems on the pod
- If no pod matches labels, try to find pod with similar name
- Respond with problem solution
Description
When deploying services, one of the things which are faced very often is that endpoints are not available, caused by pods that are not able to start or incorrect labels on the service object.
Possible solution