diff --git a/deploy/index.html b/deploy/index.html index f20c09539..fd758cf73 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -1,4 +1,4 @@ - Installation Guide - NGINX Ingress Controller
Skip to content

Installation Guide

There are multiple ways to install the NGINX ingress controller: - with Helm, using the project repository chart; - with kubectl apply, using YAML manifests; - with specific addons (e.g. for minikube or MicroK8s).

On most Kubernetes clusters, the ingress controller will work without requiring any extra configuration. If you want to get started as fast as possible, you can check the quick start instructions. However, in many environments, you can improve the performance or get better logs by enabling extra features. we recommend that you check the environment-specific instructions for details about optimizing the ingress controller for your particular environment or cloud provider.

Contents

Quick start

You can deploy the ingress controller with the following command:

helm upgrade --install ingress-nginx ingress-nginx \
+ Installation Guide - NGINX Ingress Controller      

Installation Guide

There are multiple ways to install the NGINX ingress controller: - with Helm, using the project repository chart; - with kubectl apply, using YAML manifests; - with specific addons (e.g. for minikube or MicroK8s).

On most Kubernetes clusters, the ingress controller will work without requiring any extra configuration. If you want to get started as fast as possible, you can check the quick start instructions. However, in many environments, you can improve the performance or get better logs by enabling extra features. we recommend that you check the environment-specific instructions for details about optimizing the ingress controller for your particular environment or cloud provider.

Contents

Quick start

You can deploy the ingress controller with the following command:

helm upgrade --install ingress-nginx ingress-nginx \
   --repo https://kubernetes.github.io/ingress-nginx \
   --namespace ingress-nginx --create-namespace
 

It will install the controller in the ingress-nginx namespace, creating that namespace if it doesn't already exist.

Info

This command is idempotent: - if the ingress controller is not installed, it will install it, - if the ingress controller is already installed, it will upgrade it.

This requires Helm version 3. If you prefer to use a YAML manifest, you can run the following command instead:

Attention

Before running the command at your terminal, make sure Kubernetes is enabled at Docker settings

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.0.4/deploy/static/provider/cloud/deploy.yaml
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index f6f453ce9..6a6d34b91 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ