Category Archives: Uncategorized
Google Associate Cloud Engineer – Private Networks in Google Cloud – Cloud VPC
1. Step 01 – Understanding the Need for Google Cloud VPC – Virtual Private Cloud Welcome back. In the earlier sections we talked about compute storage databases and it’s time now for networking services. In this section, let’s focus on the different networking services which are present in Google Cloud. Let’s get started with VPC.… Read More »
5. Step 05 – Playing with Cloud Pub Sub from Command Line Back in this step, let’s play with Pub Sub from the command line. The Gcloud command is pub. Sub. So gcloud pub sub topics create and create your topic. Let’s reconnect to our Google Cloud shell and I’ll just take the command from… Read More »
1. Step 01 – Understanding Need for Asynchronous Communication Welcome back. In this section let’s look at decoupling applications with Pub sub. In this step, let’s get started with need for asynchronous communication. Why do we need asynchronous communication? Let’s consider synchronous communication. Applications on your web server make synchronous calls to the logging service.… Read More »
Google Associate Cloud Engineer – Exploring Database in Google Cloud Platform Part 4
15. Step 09 – Playing with Cloud SQL, BigQuery and Big Table from Command Line Welcome back. In the last few steps, we learned a lot about the database options in relational databases. I’m sure you are now very clear on how to choose a database for a specific scenario, and it’s time now to… Read More »
Google Associate Cloud Engineer – Exploring Database in Google Cloud Platform Part 3
10. Step 05a – Demo – Playing with Firestore Let’s talk about Cloud BigTable. Cloud BigTable is a petabyte scale wide column, no SQL database. Important thing to remember is it’s HBase API compatible? HBase is an open source database. One of the things Google Cloud does is it provides its customers with open source… Read More »
Google Associate Cloud Engineer – Exploring Database in Google Cloud Platform Part 2
7. Step 04 – Getting started with Cloud Spanner Welcome back. In this app, let’s start playing with Cloud spanner. You can just search for cloud spanner and you should land up on this specific page where you can enable the API for cloud spanner API. So let’s go ahead and say enable cloud spanner… Read More »
Google Associate Cloud Engineer – Exploring Database in Google Cloud Platform Part 1
1. Step 01 – Getting started with Cloud SQL Welcome back. Now that we completely looked at the different categories of databases, let’s now start looking at each of the individual database options in depth. Let’s start with Cloud SQL. Cloud SQL is a fully managed relational database service configure your needs and do not… Read More »
Google Associate Cloud Engineer – Choosing Database in Google Cloud Platform Part 2
8. Step 06a – Understanding Database Fundamentals – Choosing Databases In a step, let’s talk about the different categories of databases. There are several categories of databases relational databases, document databases, key value databases, graph in memory databases. Even in relational databases, there are two kinds of databases OLTP and OLAP. Choosing the type of… Read More »
Google Associate Cloud Engineer – Choosing Database in Google Cloud Platform Part 1
1. Step 01 – Getting Started with Databases Welcome back. Let’s get started with this section on databases. Before we understand what are the different database services available in this specific cloud and how do you choose them? We need to understand a few fundamentals about databases. Let’s get started with those fundamentals. In this… Read More »
10. Step 07 – Exploring Service Account Use Cases Back in the step. Let’s look at a few use cases for service accounts. Let’s start with a simple use case. We have a VM and we want it to talk to Cloud storage. We already looked at this use case in the previous step. So… Read More »