A HIPAA-compliant Kubernetes cluster. An Ingress that passes every technical safeguard without slowing traffic or breaking a service. No excuses, no delays.
HIPAA technical safeguards are strict. Access control must be enforced. All transmissions must be encrypted. Audit controls must log every event. Integrity must be protected end-to-end. For Kubernetes Ingress, this means no plaintext, no exposed endpoints, no missing logs.
Start with transport encryption. Use TLS everywhere. Terminate TLS at the Ingress only if it is hardened and managed under compliance. Prefer an external load balancer with HIPAA-grade certificates and automated rotation. Your Ingress controllers—NGINX, Traefik, or HAProxy—should enforce strong cipher suites.
Access control is next. Kubernetes RBAC must be tight. Restrict who can change Ingress rules. Use service accounts with minimal privilege. Protect the API server behind a private network and VPN.