google-anthos

Gcloud - cloud run deployment fails for deployment to GKE

房东的猫 提交于 2021-01-29 21:32:07
问题 I am trying to deploy a sample angular app to GKE. I created a sample cluster enabling cloud run and istio services in it gcloud beta container clusters create new-cluster \ --addons=HorizontalPodAutoscaling,HttpLoadBalancing,Istio,CloudRun \ --machine-type=n1-standard-2 \ --cluster-version=latest \ --zone=us-east1-b \ --enable-stackdriver-kubernetes --enable-ip-alias \ --scopes cloud-platform --num-nodes 4 --disk-size "10" --image-type "COS" Following is my cloudbuild.yaml file steps: #

Gcloud - cloud run deployment fails for deployment to GKE

╄→尐↘猪︶ㄣ 提交于 2021-01-29 19:23:07
问题 I am trying to deploy a sample angular app to GKE. I created a sample cluster enabling cloud run and istio services in it gcloud beta container clusters create new-cluster \ --addons=HorizontalPodAutoscaling,HttpLoadBalancing,Istio,CloudRun \ --machine-type=n1-standard-2 \ --cluster-version=latest \ --zone=us-east1-b \ --enable-stackdriver-kubernetes --enable-ip-alias \ --scopes cloud-platform --num-nodes 4 --disk-size "10" --image-type "COS" Following is my cloudbuild.yaml file steps: #

Service entries in Anthos Service Mesh

蓝咒 提交于 2021-01-29 08:27:20
问题 For some test, I have created a ServiceEntry in Anthos Service Mesh. It also works when accessing that service with a curl pod, the headers are set correctly curl -v postman-echo.com/get However, that service entry does not appear neither in the dash board nor in access logs. It seems that dashboard is limited to kubernetes services. If this is the case, is this only a limitation of the ASM dashboard (and maybe available in other installations, for example open source Istio with Kiali) or a

Why GKE Ingress controller gives 404 error

爱⌒轻易说出口 提交于 2020-06-17 09:42:34
问题 We have a below code for Ingress and "/demo" app is running fine with REST API Get call response. However "/um" is not opening and its giving 404 error. UM is a front-end app built in Angular 6 and it should open an index page. When we expose this application as a External IP i.e. Type:LoadBalancer, then application is working fine. The same is encountering 404 when try from Ingress setup. Not sure what commits this issue. The below is our sample Ingress deployment file. Kindly through some

Multi-cloud solution for data platforms on hybrid and multi-cloud using Anthos

大憨熊 提交于 2020-01-06 08:11:30
问题 Google Cloud Platform has made hybrid- and multi-cloud computing a reality through Anthos which is an open application modernization platform. How does Anthos work for distributed data platforms? For example, I have my data in Teradata On-premise, AWS Redshift and Azure Snowflake. Can Anthos joins all datasets and allow users to query or perform reporting with low latency? What is the equivalent of GCP Anthos in AWS and Azure? 回答1: Your question is wide. Anthos is designed for managing and

Not able to access a Istio enabled GKE service directly from browser but only through curl

北城余情 提交于 2019-12-11 11:03:08
问题 I deployed a node app on cloud run option (GKE Cluster with Istio enabled). I checked the services running using 'kubectl get services -n istio-system' and It shows NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) istio-ingressgateway LoadBalancer 10.4.15.63 34.80.18.249 15020:30228/TCP,80:31380/TCP,443:31390/TCP nodeservice1 ExternalName <none> istio-ingressgateway.istio-system.svc.cluster.local nodeservice1-qdvk6 ClusterIP 10.4.12.102 <none> 80/TCP nodeservice1-qdvk6-metrics ClusterIP 10.4.8.162