If i use istio, then i don't have to use Node Port, LB and can only use ClusterIP?

as written in the title, If i use istio then can i only use Cluster IP?

As the traffic will get routed through ingress gateway which is default of LB, having application services with NodePort / LB type will not have any significance.