简体   繁体   English

如何从App Engine连接到Google Compute或Kubernetes Engine?

[英]How to connect to Google Compute or Kubernetes Engine from App Engine?

We have an application running on Google App Engine. 我们有一个在Google App Engine上运行的应用程序。 This application needs to connect to either Kubernetes or Compute Engine. 该应用程序需要连接到Kubernetes或Compute Engine。

We can't allow this traffic through public Internet. 我们不允许通过公共Internet进行此流量。 How could we access to Kubernetes, or Compute Engine networks from App Engine, as safe as possible? 我们如何才能尽可能安全地从App Engine访问Kubernetes或Compute Engine网络?

This can be achieved using App Engine Flexible [1] as the environment for the service. 可以使用App Engine Flexible [1]作为服务环境来实现。 Configure the service's app.yaml file network settings [2] so it has the same network and subnetwork as the Compute Engine instance or Kubernetes cluster. 配置服务的app.yaml文件网络设置[2] ,使其具有与Compute Engine实例或Kubernetes群集相同的网络和子网。 Use the private IP for the communication. 使用专用IP进行通信。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 连接Google App Engine和Google Compute Engine - connect Google App Engine and Google Compute Engine 从app引擎连接到kubernetes引擎 - Connect to kubernetes engine from app engine 从App Engine Standard连接到kubernetes引擎 - Connect to kubernetes engine from app engine standard Google App Engine无法连接安装在Google Compute Engine上的Aerospike - Google App Engine fails to connect Aerospike installed on Google Compute Engine 从Kubernetes引擎上部署的应用程序在计算引擎上部署的Google Cloud Access mongo - Google cloud access mongo deployed on compute engine from app deployed on kubernetes engine 设置VPN以在Google计算引擎和应用引擎之间进行连接 - setup a vpn to connect between a google compute engine and app engine 使用防火墙和 IAP 从 App Engine 或 CLoud Run 连接到 Compute Engine - Connect to Compute Engine From App Engine or CLoud Run with firewall and IAP 是否仅通过Google App Engine访问Google Compute Engine实例? - Access a Google Compute Engine instance exclusively from Google App Engine? 从Google App Engine迁移到Google Computing Engine - migration from google app engine to google compute engine 如何在Google Compute Engine中使用适用于PHP的Google App Engine SDK - How to use Google App Engine SDK for php in Google Compute Engine
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM