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 是否有istio的RESTAPI可用?_Google Cloud Platform_Cloud_Microservices_Istio_Envoyproxy - Fatal编程技术网

Google cloud platform 是否有istio的RESTAPI可用?

Google cloud platform 是否有istio的RESTAPI可用?,google-cloud-platform,cloud,microservices,istio,envoyproxy,Google Cloud Platform,Cloud,Microservices,Istio,Envoyproxy,是否有Istio可用的RESTAPI 如果我们想通过rest通话与istio合作,我们有什么选择? 我是新来的,所以请帮帮我 您可以使用Kubernetes进行Istio 例如,可以在/api/networking.istio.io/v1alpha3上访问apiVersion:网络.istio.io/v1alpha3 GET/api/networking.istio.io/v1alpha3/gateways将获取所有名称空间的网关 istio API的完整列表可以在istio页面上找到 要直接

是否有Istio可用的RESTAPI

如果我们想通过rest通话与istio合作,我们有什么选择? 我是新来的,所以请帮帮我

您可以使用Kubernetes进行Istio

例如,可以在
/api/networking.istio.io/v1alpha3
上访问
apiVersion:
网络.istio.io/v1alpha3

GET/api/networking.istio.io/v1alpha3/gateways
将获取所有名称空间的网关

istio API的完整列表可以在istio页面上找到


要直接访问kubernetes REST API,请按照说明进行操作

希望这有帮助