NetScaler ingress controller

Deployment using Helm charts and NetScaler deployment builder

For deploying NetScaler cloud native topologies, there are various options available using YAML and Helm charts. Helm charts are one of the easiest ways for deployment in a Kubernetes environment. When you deploy using the Helm charts, you can use a values.yaml file to specify the values of the configurable parameters instead of providing each parameter as an argument.

You can generate the values.yaml file for NetScaler cloud native deployments using NetScaler deployment builder, which is a GUI.

The following topologies are supported by the NetScaler deployment builder:

  • Single-Tier

    • Ingress
    • Service type LoadBalancer
  • Dual-Tier

    • NetScaler CPX as NodePort
    • NetScaler CPX as service of type LoadBalancer
  • Multi-cluster Ingress

  • Service mesh

For detailed information on how to use the NetScaler deployment builder, see the NetScaler deployment builder blog.

Deployment using Helm charts and NetScaler deployment builder

In this article