Google Compute Engine offers scalable and flexible virtual machine computing capabilities in the cloud.
Questions tagged [google-compute-engine]
6707 questions
532
votes
12 answers
What is the difference between Google App Engine and Google Compute Engine?
I was wondering what the difference between App Engine & Compute Engine are. Can anyone explain the difference to me?

Cameron Brown
- 5,482
- 3
- 13
- 13
281
votes
9 answers
How to open a specific port such as 9090 in Google Compute Engine
I have 2 Google Compute Engine instances and I want to open port 9090 in both the instances. I think we need to add some firewall rules.
Can you tell me how can I do that?

Subhradip Bose
- 3,065
- 2
- 13
- 17
113
votes
18 answers
Could not load the default credentials? (Node.js Google Compute Engine tutorial)
SITUATION:
I follow this tutorial: https://cloud.google.com/nodejs/tutorials/bookshelf-on-compute-engine
Everything works fine until I do npm start and go to:
http://localhost:8080
I am met with the following text on the blank page:
Could not load…

Coder1000
- 4,071
- 9
- 35
- 84
113
votes
10 answers
How can size of the root disk in Google Compute Engine be increased?
The root disk size in GCE is 10 gigs. How do I increase this? I cant find the option in the console or the gcutil flags. This can be easily done in AWS.

Rishin S Babu
- 1,553
- 3
- 13
- 16
95
votes
7 answers
GCP error: Quota 'GPUS_ALL_REGIONS' exceeded. Limit: 0.0 globally
I've increased for my quota of NVIDIA K80, and received the request approval. Why am I still not able to use a VM with GPUs?
Error as shown in title.

johan
- 1,664
- 2
- 14
- 30
92
votes
5 answers
How to transfer Google Cloud project ownership?
I would like to transfer ownership of Google Cloud project completely. By completely I mean rather than sharing ownership between multiple users, removing my account from project. Is there any way to do it?

Gökhan Barış Aker
- 4,445
- 5
- 25
- 35
84
votes
7 answers
Replication Controller VS Deployment in Kubernetes
I wanted to know what is the difference between a Replication Controller and a Deployment within Kubernetes (1.2). Going through the getting started document (http://kubernetes.io/docs/hellonode/) I have created a deployment - but it doesn't show up…

byteSlayer
- 1,806
- 5
- 18
- 36
73
votes
8 answers
How to access SSH keys for a Google Cloud Platform Compute Engine VM instance?
I created a new instance via the Google Cloud web console from a CentOS 6.x image. I saw a blank on the creation form where I could paste in an existing SSH key; since this was my first instance, I didn't have one yet. I assumed it would take me…

steevithak
- 935
- 1
- 7
- 12
69
votes
19 answers
Google server putty connect 'Disconnected: No supported authentication methods available (server sent: publickey)
I'm trying to connect to my Debian Google Compute Engine server through PuTTy (I've tried other alternatives too) but when I do I get the error "Disconnected: No supported authentication methods available (server sent: publickey)
The google server…

user3050859
- 699
- 1
- 5
- 3
66
votes
2 answers
How to change the active configuration profile in gcloud?
I have created a new configuration profile using command:
gcloud init
and now I don't know how to switch to old configuration profile without override it.
Using gcloud config I can't switch to another configuration only set a property of the…

ezain
- 1,445
- 1
- 16
- 32
65
votes
6 answers
Google Compute Engine: what is the difference between disk snapshot and disk image?
I've been using both for my startup and to me, the functionality is the same. Until now, the instances I've been creating are only for computation. I'm wondering how GCE disk images and snapshots are different in terms of technology, and in which…

Emmanuel
- 891
- 1
- 7
- 6
62
votes
7 answers
How to SSH to docker container in kubernetes cluster?
I am fairly new to the Google Cloud platform and Docker and set-up a cluster of nodes, made a Dockerfile that copies a repo and runs a Clojure REPL on a public port. I can connect to it from my IDE and play around with my code, awesome!
That REPL…

bbs
- 1,874
- 1
- 17
- 17
54
votes
7 answers
Google Cloud Platform: how to monitor memory usage of VM instances
I have recently performed a migration to Google Cloud Platform, and I really like it.
However I can't find a way to monitor the memory usage of the Dataproc VM intances. As you can see on the attachment, the console provides utilization info about…

Daniele B
- 19,801
- 29
- 115
- 173
53
votes
9 answers
How to copy files from google compute engine to local directory
I am trying to copy files from my instance to my local directory using following command
gcloud compute scp :~/ ~/Documents/
However, it is showing error as mentioned below
$USER/Documents/: Is a directory
ERROR:…

oya163
- 1,371
- 2
- 16
- 20
52
votes
4 answers
How do I remove myself from a project in the Google Developer Console?
I have several projects in the Google Developer Console where I am only a viewer. Can I remove myself from them, or hide them?
user1080806