I\'m looking to redirect all traffic from
http://example.com -> https://example.com like how nearly all websites do.
I\'ve looked at this link with no success:
GKE uses its own Ingress Controller which does not support forcing https.
That's why you will have to manage NGINX Ingress Controller yourself.
See this post on how to do it on GKE.
Hope it helps.