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
2
votes
1 answer

Why GKE Ingress controller gives 404 error

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…
2
votes
1 answer

Error on registering a cluster in GKE console

I have created a cluster on GCE and I am trying to register that in GKE console. I have created a service account with the roles: roles/owner, roles/editor, roles/gkehub.connect But, when I try to register my remote-cluster on GKE console, I am…
madhu
  • 21
  • 2
2
votes
2 answers

How to automatically renew the Let's Encrypt SSL certificate for Cloud Run for Anthos on Google Cloud with Serverless?

I made a service with Cloud Run for Anthos on Google Cloud, and the SSL certificate is made by Let’s Encrypt. I want to renew the certificate automatically on serverless, not on GCE. How can I do that? Can I use cronJob on GKE? I just manually…
2
votes
1 answer

Is there a way to run GCP's Cloud Run with Private GKE cluster?

I understand there are two ways in which a container can be deployed on Google Cloud Run: Cloud Run Fully managed: This runs independently managed by GCP without us creating a cluster Cloud Run for Anthos: This needs us to create a GKE cluster with…
2
votes
1 answer

Is Google-Anthos AMP for hybrid-cloud supported in AWS?

I hear Google's Anthos is supporting hybrid cloud, and has features for building applications that are cloud-agnostic. Does Amazon-AWS support integration with Anthos AMP? From enterprise standpoint, I prefer not to be locked with AWS, so would be…
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

Can't pull images from registry.k8s.io from Anthos Kubernetes Cluster on VMware

we are running an Anthos cluster on VMWare and having some issues pulling container images from the registry.k8s.io registry. We are seeing error messages for e.g. Failed to pull image "registry.k8s.io/csi-secrets-store/driver-crds:v1.3.3": rpc…
user2399020
  • 107
  • 6
1
vote
0 answers

Creating Admin Workstation

I am creating an admin workstation on RHEL VM. While running the admin-ws-config.yaml file by using the command - ./gkeadm create admin-workstation [--auto-create-service-accounts] , it throws error at Validation category: vCenter Credentials:…
Sonali Das
  • 11
  • 1
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
1 answer

Google Anthos vs Terraform

For research, I'm currently looking into Anthos and Terraform and I'm struggling to see a very big difference. As far as I understood Terraform: is used to automate and manage provisioning infrastructure out of / as Code. works via API / CLI For…
1
vote
1 answer

How to list admin-cluster nodes with the name of the user-cluster name

When listing the nodes of the GKE admin-cluster, I get the name of the node with hostname taken from from the ipBlock, which is a useless name: kubectl get nodes NAME STATUS ROLES AGE VERSION vm-kube-adm001 Ready …
Franklin Piat
  • 3,952
  • 3
  • 32
  • 45
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
1 answer

Anthos Bare Metal - Add Node / Resize Cluster

I'm testing out the Google Anthos Bare Metal and I'm wondering if anyone here successfully tried to resize or add nodes to their Anthos k8s cluster. I've tried the bmctl update cluster after updating the config file and the new node won't show…
Michael U.
  • 31
  • 3
1
vote
0 answers

How to disable Istio request log communication between services on GKE?

I've just set up a GKE Cluster with Anthos service mesh enabled. I've noticed that every communication between services is registered on GCP's log ingestion system as I see them in Logs Dashboard. Something like this: I couldn't find anywhere how…