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
1
vote
1 answer

Google Anthos - Cluster Backup

Does anyone tried to backup google anthos cluster via bmctl command here? I'm try to backup my current cluster and planning to restore it to another cluster into a new location. But I'm having errors while backing up.. Please see screenshot. ERROR:…
Michael U.
  • 31
  • 3
1
vote
0 answers

Anthos Config Management is not rendering new commits after failed one

I have configured Anthos Config Management in my GKE cluster, and few days ago, I did a commit that fails the reconciler, so I try to fix it doing another commit, but I get stuck in that old commit and I does not rendereing the new one. Here is the…
ourobor93
  • 372
  • 1
  • 7
  • 21
1
vote
1 answer

gcloud - BrokerCell cloud-run-events/default is not ready

I am trying to use google cloud for my pubsub event driven application. Currently, I am setting up Cloud Run for Anthos following the below…
1
vote
1 answer

Can Services in GCP's Monitoring monitor endpoints?

I installed managed Anthos on a GKE cluster. Anthos Service Mesh is working and is displaying my API. Thanks to that Services that are in Monitoring automatically detect my API. This is great as it enables me to easily set SLOs and Error Budget for…
Marcin Kulik
  • 845
  • 1
  • 12
  • 28
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
0 answers

Cloud Run on Anthos with GPU

I have been trying to deploy a GPU service on Cloud Run for Anthos. However, the GPU nodes created by the node pool contain a taint that does not allow service pods to be scheduled on those nodes. I also tried to add toleration to the YAML config of…
1
vote
1 answer

Installing GKE and Anthos via Terraform

I'm trying to spin up a GKE cluster followed by installing Anthos, but I run into the below issues. module "gke" { source = "./gke_private_cluster" project_id = var.project_id name …
1
vote
0 answers

GCP (GKE) Anthos Config Management admission-webhook repeatedly die with OOMKilled status

While using Anthos Config Management of GCP, i am repeatedly encounter errors that admission-webhook pods are dead in OOMKilled status. So I tried to manage memory request of pod spec, it seemed to work for a while but because all the fields of…
1
vote
1 answer

Anthos config management Prometheus metrics

How to enable the Prometheus metrics for Anthos Config Management(ACM). version 1.7.X. This document is not clear, because most of these steps seem in place from the ACM…
1
vote
0 answers

Istio Ingress Gateway not working in Anthos

I created a cluster in GKE - (Google Kubernetes Engine) Folowed the instructions here https://cloud.google.com/service-mesh/docs/quickstart-asm but used my own deployment files. I deployed these service and gateway file. Partial…
1
vote
0 answers

Apigee Hybrid on Anthos GKE on prem

I am working on Apigee hybrid on Anthos GKE on-prem setup, it's configured fully and I'm able to hit the APIs internally from the Admin machine, but I'm not able to access my APIs externally using Postman or from any browser. I followed the below…
1
vote
1 answer

Can I configure Google Global Load Balancer for multi region GKE Cluster

I have two GKE clusters running in two different regions. Anthos Service Mesh is configured in each region for inter API communication. Question is should I configure Google Global Load Balancer to send the traffic or should I configure Istio…
1
vote
1 answer

Anthos Service Mesh/Istio CORS not enabled

I'm trying to enable CORS on a GKE cluster with Anthos Service Mesh 1.8 using the Istio ingress gateway, but CORS header aren't returned correctly. Here the Service configuration apiVersion: v1 kind: Service metadata: name: my-service spec: …
Paolo Fusari
  • 105
  • 12
1
vote
0 answers

Using Anthos to migrate workloads between GKE Cluster

Any chance to migrate workloads from a GKE Cluster to different GKE Cluster using Anthos ? . The requirement for us is to migrate workloads from a Public GKE Cluster to a Private GKE Cluster . I see GCP VM is listed for migctl but GKE is not…