Merge pull request #369 from xialonglee/patch-1
Minor text fix for "ApiServer"
This commit is contained in:
commit
f1062e07bc
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ Configuring a webserver or loadbalancer is harder than it should be. Most webser
|
|||
|
||||
## What is an Ingress Controller?
|
||||
|
||||
An Ingress Controller is a daemon, deployed as a Kubernetes Pod, that watches the ApiServer's `/ingresses` endpoint for updates to the [Ingress resource](https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/ingress.md). Its job is to satisfy requests for ingress.
|
||||
An Ingress Controller is a daemon, deployed as a Kubernetes Pod, that watches the apiserver's `/ingresses` endpoint for updates to the [Ingress resource](https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/ingress.md). Its job is to satisfy requests for ingress.
|
||||
|
|
Loading…
Reference in a new issue