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

kubectl - Error from server (Forbidden): users "xxx@xxx.it" is forbidden: User "system:serviceaccount:gke-connect:connect-agent-sa"

I have this strange situation, how I can solve this problem ? ubuntu@anth-mgt-wksadmin:~$ kubectl get nodes error: the server doesn't have a resource type "nodes" ubuntu@anth-mgt-wksadmin:~$ kubectl cluster-info To further debug and diagnose…
0
votes
0 answers

Google Cloud (GCP) Setting up Multi-cluster Ingress - Error for gcloud command "gcloud alpha container hub ingress enable \ --config-membership"

I am trying to setup Multi-cluster Ingress in GCP, following the steps at the documentation page. When I try to setup config cluster using following command, it's giving me error - $ gcloud alpha container hub ingress enable \ …
0
votes
1 answer

Cloud Run On Anthos - VPC access only

I have deployed a service on Cloud Run Anthos. Access to the service is only through VPC private connection and not to be exposed to outside. I have a VM and trying to access the service and not able to connect on the internal IP. Can this service…
0
votes
0 answers

Anthos MCI: How to apply FrontendConfig for redirectToHttps annotation in GKE

I encountered an issue when i plan to disable http or another word set a redirection from http to https. However doing that comes with two options generally. Use annotation as below inside "kind: ingress" kubernetes.io/ingress.allow-http:…
0
votes
1 answer

static/whereabouts IPAM cni plugins bin files are missing after installation in GKE on Prem

I am trying to install static/whereabouts (with multus) IPAM CNI plugin on GKE on Prem environment to create an additional interface and communicate with pods across the nodes in the same cluster. Multus plugin is working well, but I am not seeing…
0
votes
1 answer

Can't register any Kubernetes cluster to Google Anthos - 'Unknown Error'

I can't add a GKE (standard or autopilot, doesn't matter) to my Anthos Environ any more. However, I was able to register existing GKE clusters within and outside the current gcloud project last week. The steps that I took are pretty straightforward…
nanaboo
  • 365
  • 4
  • 14
0
votes
0 answers

failed to register a Autopilot GKE cluster to Anthos

I am trying to add an existing GKE cluster (auto-pilot one) to Anthos within the same project. It updated the hub memberships, however, the gke-connect agent pod is failing with a RBAC-related error. $ for ns in $(kubectl get ns -o…
nanaboo
  • 365
  • 4
  • 14
0
votes
1 answer

Google Anthos on prem installation

Is it possible to install Google Anthos on prem or ist this a pure cloud service? In some cases in might be useful to manage cluster without a cloud connection.
moinster
  • 133
  • 6
0
votes
0 answers

GCP Cloud Run for Anthos - no healthy upstream

I'm building microservices deployed to Cloud Run for anthos on GKE cluster in Google Cloud Platform. I randomly get the error message "no healthy upstream" error message. Maybe there are some problem related to GKE networking? I've seen questions…
0
votes
1 answer

Private PaaS v/s Public PaaS v/s Self-managed Private PaaS

I have been trying understand the difference between Private PaaS v/s Public PaaS v/s Self-managed Private PaaS. My understanding till now is that (and please correct me if I am wrong) a private PaaS is deployed on-premises while a public PaaS is…
hagrawal7777
  • 14,103
  • 5
  • 40
  • 70
0
votes
0 answers

GCP Anthos (GKE) adding support for secure websockets wss://

Client-side is throwing an error when trying to connect to an Anthos service deployed in an GKE cluster. WebSocket connection to 'wss://api.beta.tld' failed: Error during WebSocket handshake: Unexpected response code: 503 Client-side can do https…
0
votes
0 answers

Cloud Run on GKE Anthos - Hello world not working

I am trying to deploy a container using Cloud Run on GKE with Anthos enabled. I was following the codelab https://codelabs.developers.google.com/codelabs/cloud-run-gke. When I create the container in Google Console I see that pods are created but it…
Vulcan
  • 1
0
votes
0 answers

How can we install gke on bare metal to use Anthos services

I'm planning to deploy a system running K8s on Centos and setup 2 VMs on GCP with GKE to centralize the cluster management of both GCP and bare metal for backup and workload sharing (20% on GCP and 80% on bare metal) according the documents on GCP,…
Leean
  • 31
  • 5
0
votes
1 answer

AccessDeniedException: 403 does not have storage.objects.list access to config-management-release

I have google cloud console trial account with anthos enabled. When configuring anthos config management, i am getting accessdeniedexception. Command Ran : gsutil cp gs://config-management-release/released/latest/config-management-operator.yaml…
0
votes
1 answer

Details for how Anthos Migrate works

Trying to get more details specific to the Anthos Migrate process. Specifically, when it analyzes a VM, it is going to find the OS and then say the Runtime - for this question lets assume it finds Tomcat 8.0 Does Migrate take the Tomcat that is…