Skip to content

Support Deployment mapping (similar to Service/Pod) #34

@philkuz

Description

@philkuz

Is your feature request related to a problem? Please describe.
Deployments are another type of k8s object that is mostly distinct from services and pods. Most importantly, it's possible that 2+ deployments back the same service so services might not be sufficient k8s objects in the future.

Describe the solution you'd like
Be able to query deployments like we query services/pods.

Describe alternatives you've considered
Most of the time services represent deployments 1:1, so you could use service queries to achieve what you want from Deployments. However k8s doesn't have any enforced constraint for this and it's possible for deployments to not back a service at all.

Additional context
Add any other context or screenshots about the feature request here.

┆Issue is synchronized with this Jira Bug by Unito

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureNew feature or requesttriage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions