Kubernetes

Kubernetes ingress, TLS and DNS

Ingress is where the outside world meets the cluster. Getting it right means one controller, automatic TLS certificates, DNS records that follow the application and a way to rate-limit or block abuse.

We standardize on ingress-nginx or Traefik with cert-manager for Let's Encrypt certificates and external-dns to publish records, and add a WAF layer such as Cloudflare or ModSecurity when the application is exposed to the public.

At a glance

Controllersingress-nginx, Traefik, HAProxy, Gateway API implementations
TLScert-manager with Let's Encrypt (HTTP-01 and DNS-01), private CA
DNSexternal-dns to Cloudflare, Route 53, Azure DNS, DigitalOcean
ProtectionRate limiting, IP allowlists, Cloudflare proxy, ModSecurity

What RackLedge does

How we work

Every cluster we build starts from Git. Infrastructure as code creates the cluster, Flux or Argo CD reconciles everything inside it, and no change reaches production without a pull request. That is what makes a rebuild after a bad day a matter of hours instead of weeks.

Operations are the product: monitoring with alerts that mean something, backups of cluster state and persistent volumes, upgrades on a quarterly cadence and an on-call engineer who already knows the environment. We run production Kubernetes for our own platforms, so the runbooks are ones we use ourselves.

We are honest about fit. A handful of stable services on a couple of VMs does not need Kubernetes, and we will say so. Teams that ship weekly, need to scale or run many services get real value from it.

Related services

More on kubernetes

Frequently asked questions

Why does my certificate never issue?

Usually DNS: the challenge record or the A record points somewhere else, or the ingress is not reachable on port 80. cert-manager's order and challenge resources show the reason.

Need a hand with this?

Tell us what you are running and what is slowing you down. You get a straight assessment and a plan, with no obligation. Support desk is staffed 24/7.

Get in touch