http -> https redirect in Google Kubernetes Engine

后端 未结 5 701
南方客
南方客 2021-02-07 23:09

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:

5条回答
  •  清歌不尽
    2021-02-08 00:04

    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.

提交回复
热议问题