In Kubernetes Cloud Provider for VMware Cloud Director 1.3.0 and onwards, you can deactivate SSL termination at NSX Advanced Load Balancer, and allow Ingress to control SSL termination. To perform this task, add the following annotation to the Ingress load balancer service.

annotations:
  service.beta.kubernetes.io/vcloud-avi-ssl-no-termination: "true"

This feature allows using certs at an Ingress Controller and deactivating SSL at the controller.