Fresh off the lab

The only difference between science and screwing around is writing it down

Tag: cert-manager

  • Traefik: Secure IngressRoutes with cert-manager

    In the previous post I have exposed a web application through Traefik Proxy. Unfortunately Traefik does not support, by default, websockets, which my application uses.To enable them we have to add a Header to all requests to our backend, adding a customRequestHeaders Middleware. We do so by specifying a Middleware CRD, or “Custom Resource Definition”,…