Questions tagged [google-anthos]

Use for Google Anthos products, such as Anthos clusters on VMware, Anthos on Bare Metal, or Anthos clusters on AWS.

Full list of Google Anthos products available at https://cloud.google.com/anthos/docs/components.

For Anthos Service Mesh, use google-anthos-service-mesh tag.

For Istio, use istio tag.

For Kubernetes Engine (GKE), use google-kubernetes-engine tag.

101 questions
5
votes
0 answers

OIDC connect using kubernetes API to talk to kubernetes cluster

kind:ClientConfig stored in .kube/config yaml, looks like: kind: ClientConfig apiVersion: authentication.gke.io/v2alpha1 spec: name: dev-corp server: https://10.x.x.x:443 certificateAuthorityData:…
overexchange
  • 15,768
  • 30
  • 152
  • 347
3
votes
0 answers

How to remove header in Anthos Service Mesh?

When I started using Anthos Service Mesh, the following custom headers were added. Is there a way to remove the corresponding header through setup without removing it from the mTLS setup or code level? I/okhttp.OkHttpClient: content-length:…
3
votes
0 answers

gcloud kubectl - Unable to find specific git commit from GitHub repo

gcloud was installed using this command in windows Powershell: (New-Object Net.WebClient).DownloadFile("https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe", "$env:Temp\GoogleCloudSDKInstaller.exe") &…
overexchange
  • 15,768
  • 30
  • 152
  • 347
3
votes
1 answer

Upgrade /bin/bash on MacOS to v5+

I am trying to install Anthos Service Mesh (ASM) for a Kubeflow installation and need /bin/bash to be v5+. MacOS comes with Bash v3.2.57 which doesn't work. Simply installing Bash v5+ in "/usr/local/bin" doesn't work either as several shell scripts…
UlrikP
  • 412
  • 3
  • 8
3
votes
1 answer

Google Kubernetes Engine - How to deploy a cluster into a regional data centre using a standard network tier?

We have been trying to configure a K8 cluster that is deployed into Google Cloud Platform using the most economical set-up possible. Our solution will be deployed into different regional data centers due to regulatory and Geo-political constraints…
3
votes
0 answers

Istio Authorization on Cloud Run on Anthos?

I have a flask application deployed on Cloud Run on Anthos. The endpoint looks like this: http://example..xip.io under service name military-govt-id. It was deployed successfully on a GKE cluster. Now I want to add Istio Authentication. The…
3
votes
2 answers

Configure Cloud Run on Anthos to forward HTTP2

How do you make Cloud Run for Anthos forward incoming HTTP2 requests to a Cloud Run service as HTTP2 instead of HTTP/1.1? I'm using GCP with Cloud Run for Anthos to deploy a Java application that runs a GRPC server. The Cloud Run app is exposed…
neildo
  • 2,206
  • 15
  • 12
3
votes
1 answer

GKE is built by default in Anthos solution ? Getting Anthos Metrics

I have a cluster with 7 nodes and a lot of services, nodes, etc in the Google Cloud Platform. I'm trying to get some metrics with StackDriver Legacy, so in the Google Cloud Console -> StackDriver -> Metrics Explorer I have all the set of anthos…
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
1 answer

Anthos Service Mesh and Istio Ingress Gateway on GKE - Is it the right solution for Multi-Cluster services?

I have deployed a multi-cluster application on GKE using Anthos Service Mesh, but I have some doubt about the available options, their pro and cons. Both I have tested and are working, but need help to go further. We need some additional control of…
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…
2
votes
1 answer

Anthos on VMWare deploy seesaw, health check in error 403 Forbidden

We are installing Anthos on VMWare platform and now we have an error in the Admin Cluster deployment procedure of the Seesaw Loadbalancer in HA. The Deploy of two Seesaw VMs has been created with success, but when checking the health check we get…
2
votes
0 answers

Anthos Config Management, Config sync not installed

I want to install Config sync via Anthos console UI, so a repository is watched and will deliver configuration to my Kubernetes clusters. While I don't get any error messages, the cluster never leaves the "In progress" status, although nothing is…
2
votes
1 answer

GCP Connecting to SQL for a Cloud Run Anthos nodejs service

Trying connect SQL instance to Cloud Run Service, using Fully Managed cloud run works fine but when I try to connect service via Anthos (which is required as we need to use websockets on services) I just get ENOENT (No Entry), update IAM for GKE…
1
2 3 4 5 6 7