Skip to content

Commit

Permalink
Update site/content/how-to/maintenance/upgrade-apps-without-downtime.md
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Martin <33876974+travisamartin@users.noreply.github.com>
  • Loading branch information
Jcahilltorre and travisamartin authored Nov 20, 2023
1 parent 3ee2769 commit d0fa154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Endpoints frequently change during application upgrades: Kubernetes creates pods

NGINX Gateway Fabric detects changes to endpoints by watching their corresponding [EndpointSlices](https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/).

In NGINX configuration, a service is represented as an [upstream](https://nginx.org/en/docs/http/ngx_http_upstream_module.html#upstream), and an endpoint as an [upstream server](https://nginx.org/en/docs/http/ngx_http_upstream_module.html#server).
In an NGINX configuration, a service is represented as an [upstream](https://nginx.org/en/docs/http/ngx_http_upstream_module.html#upstream), and an endpoint as an [upstream server](https://nginx.org/en/docs/http/ngx_http_upstream_module.html#server).

Adding and removing endpoints are two of the most common cases:

Expand Down

0 comments on commit d0fa154

Please sign in to comment.