Nginx can be used as a reverse proxy, load balancer, and HTTP buffer. The Nginx-ingress add-on is an Ingress controller for Kubernetes that uses Nginx as a reverse proxy and load balancer. You can deploy and use the Nginx-ingress add-on in your cluster.
Deploying the Nginx-ingress add-on in a cluster will deploy the following Kubernetes objects in the cluster:
Kubernetes Object Name | Type | Default Resource Occupation | Namespaces |
---|---|---|---|
nginx-ingress | Service | - | Custom |
nginx-ingress | Configmap | - | Custom |
tke-ingress-nginx-controller-operator | Deployment | 0.13-core CPU, 128 MB memory | kube-system |
ingress-nginx-controller | Deployment/DaementSet | 0.1-core CPU | kube-system |
ingress-nginx-controller-hpa | HPA | - | kube-system |
Apakah halaman ini membantu?