2019

gcp

Auto-Scaling in GCP

Google Cloud Auto Scaling: Optimizing Server Performance for Fluctuating Demands Businesses are seeking ways to optimize server performance and resource utilization while ensuring a seamless user experience. Google Cloud’s Auto Scaling offers a powerful solution to address these concerns by automatically adjusting the number of virtual machines in response to...

ks logo

Create Kubernetes Clusters (k8s)

How To Create Kubernetes (K8S) Clusters on Google Cloud Diving into the world of Kubernetes on Google Cloud Platform (GCP)? This introductory guide is tailor-made for beginners, walking you through the nuances of building, deploying, and exposing services efficiently with the gcloud command-line utility. By mastering these steps to create...

Deploy an Application using Kubernetes on GCP

Deploy an Application using Kubernetes on GCP

How to create a Kubernetes cluster on the Google Cloud Platform, and the deploy an OwnCloud pod This blog will focus on using the GCP webconsole to build, deploy and expose and application on the Google Kubernetes Engine (GKE). In this demo we will be installing an application called OwnCloud....

ks logo

Kubernetes (GKE) – An Introduction

Introduction to GKE The blog is an introduction to the theory of Kubernetes on Google Cloud Platform. This is sometimes referred to as GKE on GCP. GKE has the following Key Features of a managed service: Pods objects Higher-level abstractions objects Kubernetes works with these abstractions to provide FT /...

Create a Shared VPC in GCP

Create a Shared VPC in GCP

A shared VPC is used to create a shared network between your projects and between regions and multi-regional zones in GCP. Essentially is allow you to create a flat network which all resources can access. There are TWO major gotchas: If you dont have the roles you can find them...

gcp

How to Successfully Migrate to GCP

When contemplating a shift to the Cloud, meticulous planning is paramount. Begin by assessing your current infrastructure – is it housed in a private data center or a colocation site, or perhaps you’re already leveraging the cloud services of providers like AWS, Azure, or Alibaba? According to Google, a successful...

image

SSH to GCP Linux instance

The GCP console interface is very useful, but sometimes you may need to directly SSH from your on-premise infrastructure. This is particularly common after you migrate a Linux server from your own premises to GCP, as the Google Daemon, which provides Google Cloud console access, typically will not be installed....

pubsub

What is GCP Pub-Sub

Google Cloud Pub/Sub is a fully-managed real-time messaging service that allows you to send and receive messages between independent applications. It provides a flexible and reliable way to exchange data between distributed systems without the need for complex infrastructure. Pub/Sub is a publish/subscribe messaging system, which means that messages are...

Translate »