Categories: cloudGCP

Google cloud platform – web hosting

Which product in GCP be the best for your web hosting needs? Read the detailed here.

Summary –

  1. Google Cloud Storage (GCS)  – simplest option for basic sites (especially static HTML). For critical sites, this might not be suitable – dropping files to a bucket to update a site is the not the best solution in production for critical sites.
  2. Google Compute Engine  – if you like to be in control of the infrastructure hosting your site, this is the solution. You need to understand about operating systems, web servers etc. (Infrastructure as a service).
  3.  Google App Engine  – Google takes care of the infrastructure, all you have to do is deploy your app based on a template Google defines. (Platform as a service)
  4. Google Kubernetes Engine – somewhere between Google compute engine and Google App Engine, it uses container technology and building images is easily managed by Google by submitting your Dockerfile.
daniel

Share
Published by
daniel

Recent Posts

GCP for Linux System administrators

Linux System Admins Journey to Google Cloud Platform As a Linux system administrator, you have…

2 months ago

Top 5 Troubleshooting Tools for Network Professionals in Linux

As a network professional, troubleshooting is a crucial part of your daily routine. To streamline…

2 months ago

netstat equivalent tool

The net-tools set of packages had been deprecated years back, although the commands are still…

2 years ago

GCP GKE – run kubectl through bastion host

Re-posting my answer to a Google cloud platform's Google Kubernetes Engine (GKE) related question in…

4 years ago

Spoof User Agent in http calls

Recently I was trying to download numerous files from a certain website using a shell…

4 years ago

Terraform – show logging

Enabling logging in terraform for debugging

4 years ago