DX Application Performance Management

 View Only
  • 1.  DX APM installation - question about NGINX Ingress Controller

    Posted Aug 07, 2019 06:26 AM
    Hello.
    I have setup the kubernetes cluster on prem, but I dont understand clearly how to setup the nginx ingress controller service.
    Do you have an example of a yaml file to deploy the service?

    Thanks

    Luca Razzi


  • 2.  RE: DX APM installation - question about NGINX Ingress Controller

    Posted Sep 23, 2019 05:07 PM
    hello
    have you figure out how install the ngnix ? i did it in the lab as per the official site, but always failed to run and the installer does not recognize it

    best regards

    ------------------------------
    Customer services director
    Future systems
    ------------------------------



  • 3.  RE: DX APM installation - question about NGINX Ingress Controller
    Best Answer

    Posted Sep 30, 2019 09:56 AM
    Hello.
    You have to define an nginx ingress-controller and this must be release 0.25 otherwise the APM11 install scripts fails
    Also you have to specify an IP address for your network that you can reach from outside the kubernetes (k8s) cluster.
    You need to define a default-backend to route all the not configured calls to a 404 page
    I studied the case and applied to my config from this web page:
    https://akomljen.com/kubernetes-nginx-ingress-controller/
    Here you understand how to deploy the default-backend and create a service on it.
    Then link this service to the nginx-ingress-controller
    Hope this can help
    Luca