簡體   English   中英

How to setup nginx ingress controller, such that the kubernetes pod remains http but the nginx serves request on https

[英]How to setup nginx ingress controller , such that the kubernetes pod remains http but the nginx serves request on https

How can i setup nginx in such a way that in the nginx reverse proxy, we proxy pass set to http://xyz ( ie redirecting to the kubernetes pod ) i want only my nginx to be made as https, i dont want to change代理傳遞給 https,有可能嗎

據我所知,您所描述的是 Ingress Controller 的默認行為

SSL/TLS 終止由 Ingress Controller 完成,到節點的下行流量超過 HTTP。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM