DEV Community

Cover image for Kubernetes Ingress
Cloud Native Engineer
Cloud Native Engineer

Posted on • Originally published at kubernetes.io

1

Kubernetes Ingress

Unlock the Power of Kubernetes Ingress: Expose Your Services to the World!

Expose HTTP and HTTPS routes from outside the cluster to services within the cluster.

Key points:

  • Ingress Basics: An Ingress exposes HTTP and HTTPS routes from outside the cluster to services within the cluster.
  • Ingress Controller: An Ingress controller is responsible for fulfilling the Ingress, usually with a load balancer.
  • Exposing HTTP and HTTPS Traffic: Traffic routing is controlled by rules defined on the Ingress resource.
  • Load Balancing: Ingress may provide load balancing, SSL termination, and name-based virtual hosting.

Read more at: https://kubernetes.io/docs/concepts/services-networking/ingress/

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay