Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 3.79 KB

installation.md

File metadata and controls

66 lines (46 loc) · 3.79 KB
title description weight doctypes toc docs
Installation with NGINX App Protect Dos
This document provides an overview of the steps required to use NGINX App Protect Dos with your NGINX Ingress Controller deployment.
1800
true
DOCS-583

Note: The NGINX Kubernetes Ingress Controller integration with NGINX App Protect requires the use of NGINX Plus.

This document provides an overview of the steps required to use NGINX App Protect DoS with your NGINX Ingress Controller deployment. You can visit the linked documents to find additional information and instructions.

Prerequisites

  1. Make sure you have access to the Ingress Controller image:
    • For NGINX Plus Ingress Controller, see here for details on how to pull the image from the F5 Docker registry.
    • To pull from the F5 Container registry in your Kubernetes cluster, configure a docker registry secret using your JWT token from the MyF5 portal by following the instructions from here.
    • It is also possible to build your own image and push it to your private Docker registry by following the instructions from here.
  2. Clone the Ingress Controller repo:
    $ git clone https://github.com/nginxinc/kubernetes-ingress.git --branch v2.2.2
    $ cd kubernetes-ingress
    

Create the namespace and service account

  kubectl apply -f common/ns-and-sa.yaml

Install the App Protect DoS Arbitrator

  • Deploy the app protect dos arbitrator
    kubectl apply -f deployment/appprotect-dos-arb.yaml
    kubectl apply -f service/appprotect-dos-arb-svc.yaml

Build the Docker Image

Take the steps below to create the Docker image that you'll use to deploy NGINX Ingress Controller with App Protect DoS in Kubernetes.

Install the Ingress Controller

Take the steps below to set up and deploy the NGINX Ingress Controller and App Protect DoS module in your Kubernetes cluster.

  1. Configure role-based access control (RBAC).

    Important: You must have an admin role to configure RBAC in your Kubernetes cluster.

  2. Create the common Kubernetes resources.

  3. Enable the App Protect Dos module by adding the enable-app-protect-dos cli argument to your Deployment or DaemonSet file.

  4. Deploy the Ingress Controller.

For more information, see the Configuration guide,the NGINX Ingress Controller with App Protect DoS example for Ingress and the NGINX Ingress Controller with App Protect DoS example for VirtualServer.