Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Jan 9, 2024
1 parent fbec1a1 commit b3cf176
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/kubernetes/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1816,6 +1816,18 @@ NGINX Ingress

https://loft.sh/blog/kubernetes-nginx-ingress-10-useful-configuration-options/

What is ingress controller
--------------------------

Ingress exposes HTTP and HTTPS routes from outside the cluster to services within the cluster.
Traffic routing is controlled by rules defined on the Ingress resource.

An Ingress controller is responsible for fulfilling the Ingress, usually with a load balancer,
though it may also configure your edge router or additional frontend to help handle the traffic.

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


NGINX Ingress Controller Preserving the client source IP
---------------------------------------------------------

Expand Down

0 comments on commit b3cf176

Please sign in to comment.