Skip to content

Add scenario for wrong selectorLabels in services (no endpoints) #1

Description

@thschue

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

  • Status
    Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions