Skip to content

Ingress and TLS for the api runtime #18

Description

@FullFran

Expose the api runtime with TLS.

Scope

  • Ingress controller installed (ingress-nginx or Traefik — Traefik is already
    familiar from the Dokploy setup, which is a reason to consider it)
  • Ingress resource for the api Service
  • TLS via cert-manager with automatic Let's Encrypt issuance and renewal
  • HTTP to HTTPS redirect
  • Rate limiting at the ingress layer
  • Confirm helmet headers survive the proxy hop

Notes

This is the step where the mental model from Traefik on Dokploy maps directly
onto Kubernetes: Ingress is the same job as a Traefik router, and cert-manager
is the same job as its ACME resolver. Worth writing that mapping down in the
docs — it is exactly the translation an interviewer probes for.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    infraInfrastructure, IaC and CI/CDkubernetesKubernetes deployment and orchestration

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions