Skip to content

Add TLS support for /metrics prometheus server #6558

@eanveden

Description

@eanveden

Is your feature request related to a problem? Please describe.
We have strict compliance requirements that mandate all E2E communications to services should be done over HTTPS. This includes metrics endpoints.

Describe the solution you'd like
I would like to request the addition of TLS support for the metrics server. Currently, there is no mention of HTTPS support in the documentation, and upon reviewing the code, I did not find any indication of TLS support for the /metrics route.

Describe alternatives you've considered
Haven't been able to come up with anything unfortunately. Putting a proxy to handle the TLS negotiation to /metrics wouldn't be a viable alternative since we require E2E TLS.

Environment details (remove if not applicable):

  • Kubernetes version: 1.27.3
  • Cloud-provider/provisioner: AKS
  • cert-manager version: v1.11.0
  • Install method: bitnami helm chart

/kind feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions