Questions tagged [google-anthos-service-mesh]

23 questions
2
votes
1 answer

Cloud Run for Anthos: You don't have any clusters with Cloud Run for Anthos enabled

I'm stuck trying to create a Cloud Run for Anthos service in my organization's GCP project. I'm not very experienced in GKE creation or GCP infra, but I'm noticing some peculiar things after my setup. For context, I want to use Cloud Run for Anthos…
2
votes
0 answers

How do I install Anthos on an Autopilot cluster without getting autogke-csr-limitation error?

I am trying to install Anthos. I do this using the following command... asmcli install -p project -l us-central1 -n earth-615 --managed --verbose --output_dir earth-615 --use_managed_cni --channel Rapid --enable-all So I try to check it…
2
votes
1 answer

Internal error occurred: failed calling webhook "validation.istio.io"

Playing around with GCP Anthos, I installed Anthos 1.11 on the GKE cluster and installed the Online Boutique application it was working as expected. Then tried to upgrade to Anthos 1.12, after upgrading was able to inject the new envoy sidecar into…
1
vote
1 answer

How to achieve internal service to service communication in Anthos multiple clusters

How to achieve internal service to service communication in Anthos multiple clusters Example service A deployed in GKE cluster and service B deployed in AKS cluster, here how we can call service A from service B (internally) ?
1
vote
1 answer

How can I use GCP secret manager in Anthos cluster

I want to create two Anthos cluster's in GCP one is GKE and second is EKS (AWS Kubernetes) and I want to store secret in GCP secrete manager, use those secrets in both GKE and EKS, What is good and secured way to do it ?
1
vote
1 answer

Connections dropping with Anthos Service Mesh 1.12 and up

I am working with a GKE private cluster. Anthos Service Mesh 1.11 is installed with a different Google project as the fleet project. Since that version of Anthos Service Mesh is not supported, I'm trying to update it to 1.12 or later. Goal: Update…
1
vote
0 answers

Cloud Anthos Service Mesh - Injected Sidecar requesting high amount of resources

We just started using Anthos as a service mesh for our Autopilot GKE cluster. The pods have previously requested 0.25vCPU with 512 Mi of memory. However, after we enabled Anthos, the injected Istio sidecar container is requesting 512Mi of memory as…
1
vote
0 answers

Error while registering to fleet and installing Anthos Service Mesh (Error: local-exec provisioner error)

I am trying to register and install ASM in GCP project. We have shared VPC and we are trying to deploy GKE and ASM in one of the service project. We are using network from host project for the deployment. GKE setup is already completed using below…
1
vote
1 answer

Host name resolution for backend service on Anthos Service Mesh with Istio ingress-gateway

I have a Node/React application that I am running on an Anthos Service Mesh/GKE with an Istio ingress-gateway. Here is my gateway yaml apiVersion: networking.istio.io/v1alpha3 kind: Gateway metadata: name: client-gateway spec: selector: …
1
vote
0 answers

Anthos - GKE - Unable to deploy apps using kf

I have deployed "Anthos Sample Deployment" from marketplace on GCP. I see it created GKE cluster and it's registerd in Anothos as well. I see pods for sample app is also deployed. After cluster was up and running I wanted to try "kf"…
1
vote
1 answer

Anthos Multi Cluster Ingress - intermittent connectivity and disappearing backend service

I'm running a 2 GKE private cluster set up in europe-west2. I have a dedicated config cluster for MCI and a worker cluster for workloads. Both clusters are registered to Anthos hub and ingress feat enabled on config cluster. In addition worker…
1
vote
1 answer

Anthos Service Mesh Metrics

I recently deployed Anthos Service Mesh to begin using a turnkey approach for deploying GKE and Istio. So far so good but the one issue I'm seeing is that the basic metrics (CPU, Memory and Disk) for pods are not showing up. When I look at the logs…
0
votes
0 answers

How to Enable MTLS with MultiCluster Service on GKE

I am looking for how to enable mTLS with services exported via the ServiceExport resource. I currently have two clusters in a fleet and i would like to establish multicluster service communication with mTLS. I have an istio mTLS STRICT policy…
0
votes
0 answers

Services Inside GKE Cluster not Visible in Anthos Service Mesh Dashboard

I have been trying to apply Managed Anthos Service Mesh on top of an autopilot GKE cluster and view the services in the topology section of the Anthos Service Mesh dashboard, but only one of roughly 10 services contained within said GKE cluster is…
0
votes
1 answer

How to reduce istio-proxy's disk resource request on GKE + ASM?

I'm running GKE Autopilot cluster with ASM feature. The cluster is for development environment so I want to curve maintenance cost as cheap as possible. Because of enabling istio-injection, every pod in the cluster has istio-proxy but the proxy…
1
2