Questions tagged [google-cloud-platform]
Google Cloud Platform provides cloud computing services that let you build applications and websites, store data, and analyze data on Google's infrastructure.
2,308
questions
0
votes
0answers
6 views
Data-Pipe, Analytics
I need a complete backend structure for an all in one analytics platform where the users easily can click connect as example to instagram (0auth / Instagram Graph API) to get insights
so in short form ...
0
votes
0answers
13 views
GCP VPC Peering active, connectivity tests ok, but any request (ssh, icmp…) times out
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions about professional server or networking-related infrastructure ...
-1
votes
0answers
9 views
Google Geocoding API sorting zips in order not working properly
I use Google Geocoding API: Geocoding a zip-code to lat/lon, and then reverse geocoding that lat/lon back to a valid city, and state. I'm having issues with the zip codes being sorted closest to ...
-3
votes
0answers
21 views
How to run my Windows apps in Google Cloud?
On my local PC I have a couple of tools (Windows 10 + PHP + Imagick + ...) run in CLI mode (eg. command line). They do perfectly what I need, however sometimes it takes weeks to get results. Well, it'...
0
votes
0answers
12 views
How to set bigquery schema for nginx-ingress logs which are collected by the fluent-bit
I deployed fluent-bit as a daemon set on my GKE.
Fluent-bit Configuration.
apiVersion: v1
kind: ConfigMap
metadata:
name: fluent-bit-config
namespace: logging
labels:
k8s-app: fluent-bit
...
0
votes
1answer
41 views
how do I see when a cloudsql instance was created
I have a cloudsql instance Im not sure who created or when.
How can I see when a cloudsql instance was created so I can know how old it is? I see nothing in the UI with created date or anything like ...
0
votes
1answer
35 views
Hosting a GCP instance on a WP Subdomain
I have a custom domain (mydomain.com) hosted on Wordpress.com. I also have a Mautic instance hosted on Google Cloud (GCP). How do I make my Mautic instance ride on a subdomain (mautic.mydomain.com)?
1
vote
1answer
18 views
Tinyproxy error: Unable to connect to the server: Access denied
I installed tinyproxy 1.8.4 on a bastion host with public IP on GCP, to forward traffic to a private GKE cluster. Now I'm using ssh to connect to the bastion host with port forwarding and the ...
-2
votes
0answers
16 views
I get an error message when using google reviews widget after connecting my billing account to project
I have linked my Places API to my billing account but get an error as below.google review widget
I am trying to automate my google reviews appearing in my website.
0
votes
0answers
21 views
How to map multiple domains to a single service programatically?
I built a CMS as SaaS. In addition, I build a NextJS app that renders the content, the user created through the CMS. The NextJS app is deployed as Google Cloud Run service. It fetches the data from ...
0
votes
1answer
31 views
GCP is charging fees for GKE Cluster Management fees
When we check GCP calculator, GKE cluster management fees is 0. But when running the clusters I'm being charged about $2.33 every day for GKE cluster management fees...
I wonder if I made a mistake ...
0
votes
0answers
60 views
Cannot connect to localhost port 80 in GCP Compute Engine VM
I have setup a Windows Server 2019 with Containers Compute Engine VM in Google Cloud. I have installed IIS. I want to go to the following URL on the local server in a browser, or via wget: http://...
1
vote
1answer
42 views
SUSE SLES Licensing in GCP after migration from AWS
I migrated an SLES image from AWS to GCP following this Guide.
Recently I realized that the repositories aren't working due to the fact that the machine is not properly registered to SMT.
Since I don'...
0
votes
1answer
47 views
Cannot connect from Compute Engine instance to Cloud SQL via Private IP
In this configuration I have a Compute Engine instance in GCP running Windows Server 2019. I have two network adapters; one that is connected to the public network, and one that is connected to an ...
0
votes
1answer
27 views
Google Cloud: Quota 'C2_CPUS' exceeded Limit: 0.0 in region us-central, but the limit is unlimited
I'm trying to create a server to run some code on Google Cloud and am receiving the error
Quota 'C2_CPUS' exceeded Limit: 0.0 in region us-central
When I follow the instructions listed on other ...