Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud platform 如何为具有canary部署的服务启用IAP_Google Cloud Platform_Google Kubernetes Engine_Nginx Ingress - Fatal编程技术网

Google cloud platform 如何为具有canary部署的服务启用IAP

Google cloud platform 如何为具有canary部署的服务启用IAP,google-cloud-platform,google-kubernetes-engine,nginx-ingress,Google Cloud Platform,Google Kubernetes Engine,Nginx Ingress,我试图在GKE中进行金丝雀部署。我需要为此中的所有部署启用IAP 对于我的用例,我可以使用Istio和nginx入口构建金丝雀。但我不知道如何为它们中的任何一个启用IAP。我配置了一个GLB(全局HTTP负载平衡器),并尝试在这两种情况下添加入口作为后端。正如我所期望的那样,这失败了,因为运行状况检查和其他事情都不起作用。您需要有一个HTTPS负载平衡器才能启用IAP。您可以点击这个按钮,它提供了关于如何在GKE中启用IAP的分步说明。我还强烈建议您阅读“开始前”一节,因为您需要上述先决条件才能

我试图在GKE中进行金丝雀部署。我需要为此中的所有部署启用IAP


对于我的用例,我可以使用Istio和nginx入口构建金丝雀。但我不知道如何为它们中的任何一个启用IAP。我配置了一个GLB(全局HTTP负载平衡器),并尝试在这两种情况下添加入口作为后端。正如我所期望的那样,这失败了,因为运行状况检查和其他事情都不起作用。

您需要有一个HTTPS负载平衡器才能启用IAP。您可以点击这个按钮,它提供了关于如何在GKE中启用IAP的分步说明。我还强烈建议您阅读“开始前”一节,因为您需要上述先决条件才能启用IAP