Skip to content

k8s provider w/ acme? #752

@krancour

Description

@krancour

Is there a comprehensive example of using the Kubernetes provider with ACME support?

It's really awesome that Traefik can be used as an ingress controller, but so far, what I can't get it to do is use ACME to request certificates for whatever hosts are named in my ingress resources. i.e. I still need to explicitly include the following in my toml:

[[acme.domains]]
  main = "stilton.krancour.deis.ninja"
[[acme.domains]]
  main = "cheddar.krancour.deis.ninja"
[[acme.domains]]
  main = "wensleydale.krancour.deis.ninja"

Updating that configuration each time I add or modify ingresses doesn't seem ideal.

Can the ACME module work seamlessly with the k8s provider? Or is that not yet possible?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions