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

Is it possible that only using k8s woker node on-premise, but using master node managed by cloud vender(aws,gcp.. etc)

Is it possible that only using k8s woker node on-premise, but using master node managed by cloud vender(aws,gcp.. etc)? I want to take advantage of managed service on k8s master node, but my company already have lots of servers on-premise. And also…
dozer
  • 309
  • 2
  • 6
1
vote
1 answer

How to create ingress on istio service to cloud run anthos (knative)

I'm working on Cloud Run Anthos at GCP and host on GKE cluster. Which I follow this qwiklabs for study the Cloud Run…
1
vote
1 answer

Google cloud run running into OOM

We are building an application on Google cloud run service. The problem is, the application that we have built takes little more memory than 2gb. Google cloud has a hard limit of 2gb on its container, and moment memory goes beyond it, the container…
Anand Vaidya
  • 1,374
  • 11
  • 26
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…
1
vote
1 answer

Secure Prometheus with google auth

as part of anthos service mesh installation i included grafana and prometheus, I was able to secure access to grafana using google.auth in grafana.ini file. is there anyway i can secure access to prometheus as well? Thanks
1
vote
1 answer

Cloud Run for Anthos: Configuration "" does not have any ready Revision

I've been running an app in managed Cloud Run for months, and thought I'd try getting it up and running on GKE / Anthos. Followed the setup guide with little trouble. I'm stuck, now, though. The following error occurs on my standard image as well as…
1
vote
1 answer

How do I enable HTTPS on a Cloud Run for Anthos on Google Cloud cluster?

I recently started fiddling with Cloud Run for Anthos on GoogleCloud and I just can't enable HTTPS access. I've followed every step in the docs but it still doesn't work. I have a custom .dev domain which I configured through these steps and…
1
vote
1 answer

Google Cloud Run UDP ports not supported anymore?

The first time using the Google Cloud Run, some months ago, I was able to use UDP and TCP port, but now it seems it's only using TCP on the latest release (v1). The UDP port is only supported with Google Cloud Run Anthos but I don't want to manage a…
1
vote
1 answer

How to connect Google Cloud CDN to the Cloud Run for Anthos default setup?

Have a Cloud Run for Anthos set up with default configuration, istio-ingress as a gateway and couple of services. Cannot find any docs on how to connect Cloud CDN with this setup. Does anybody have some experience with that?
1
vote
1 answer

What happens to systemd services after migrating GCE VM to GKE?

I'm following this doc to test migrating a GCE VM to GKE, but it is unclear to me what happens to my systemd services after the migration. Usually containers are used to run a single application instead of lots of daemons. I tried to see if systemd…
Dagang
  • 24,586
  • 26
  • 88
  • 133
1
vote
1 answer

Failed to migrate GCE VM to GKE

I was following this doc to migrate a GCE Debian 9 VM to GKE with Migrate for Anthos, but when I apply the generated YAML to my GKE cluster, the Pod failed to be scheduled, the events include this error: Warning FailedScheduling 52s (x14 over…
Dagang
  • 24,586
  • 26
  • 88
  • 133
1
vote
1 answer

Not able to access a Istio enabled GKE service directly from browser but only through curl

I deployed a node app on cloud run option (GKE Cluster with Istio enabled). I checked the services running using 'kubectl get services -n istio-system' and It shows NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)…
0
votes
0 answers

Inquiry regarding error while deploying GCP Anthos sample

We followed the guide below to deploy the anthos sample. https://cloud.google.com/anthos/docs/tutorials/explore-anthos?hl=ko#before-you-begin I am posting a question because an error occurred while distributing the anthos sample provided by…
0
votes
1 answer

How to deploy a Google Run with GPU enabled?

I have tried to create a Google Run for Anthos but even if I create clusters I have always a message that say You don't have any clusters with Cloud Run for Anthos enabled. Create an Anthos GKE cluster to start. How do you do that? Thanks
0
votes
0 answers

Reducing API Requests for Cloud Run Services via Anthos Config Management

I am currently provisioning GCP Cloud Run services using the Anthos Config Management. I have noticed in the logs that there are three attempts per second to retrieve service information from the Cloud Run API (Cloud RunGetService). The principal…