0% found this document useful (0 votes)
11 views3 pages

7.20240731 0800 ClassNotes

Uploaded by

laxmishanthib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views3 pages

7.20240731 0800 ClassNotes

Uploaded by

laxmishanthib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

GCP console

Cloud sdk shell

1. How to create projects


2. how to swtich from one project to other project
3. HOw we can able to navigate different services

*********************************************************************

GCP Services:

Google Cloud Storage (GCS) : [Storage as service]

GCS is a fully managed object storage service provided by Google Cloud


platform.
It allows you to store and retreive any amount of data at any point of time
over the internet.

Fully managed: When you are uploading the data automatically in the backedn
your data will strore into required disks, while retreiving the data also GCS will
take care of all the operations internally

Scalability: On GCS whatever the amount of data we are loading or retreiving


based on that internally it can able to increase or decrease the number of
resources internally.

10GB - 2 disks
100GB - 5 disks
1TB - 50 disks
10GB - 2 disks

Durability and availability: Whaterver the data you are loading that is
highly available on GCS service. It means you can able to access your data with out
having any downtime.

Irctc site - 2 years - 10AM tatkal - login - server error - Non High
available application
SBI netbanking - 2 years - login - server error - Non High available
application
Phonepe - High available application

GCS can able to integrate with multple GCP services:


Bigquery integration with GCS
Dataproc integration with GCS
Dataflow integration with GCS
Pub/Sub integration with GCS

V.Imp ==> while using GCS service first we need to create a bucket (containers),
after creation of bucket only we are going to upload all our data as per our
requirements.

laptop ==> you want to maintain the files ==> Drives (C: D: E:) ==>

bucket -- drive (indirectly)

WHile creation of the bucket we can able to provide different options based on your
requirement

1. Bucket name should be globally unique


eg: gmail id

2. Specify the regions

Creating a Bucket ==> uploading data and files and images (100GB data) ==>
Backend in Disks all this data is going to store ==> As a user you can not able to
see all these disks (over the internet)

where cloud platform is going to maintain all these disks ==> Datacentres ==>
These data centres are going to available across the globe [india, us, uk..]

india datacentre -- 10000 physical machines , 100000 servers, 100000TB


related disks [earthequake entire data centre collapsed]

By using Multple datacentres they are going to replicate all operations from
one datacentre to other centre.

- Single regions [non highly available] [Pay less money]


- Dual regions [some high available]
- Multi region [highest available] [pay More money]

3. Storage Classes: By depending on freequency of accessing the data we can define


our storage classes.
Standard - If you want to access your data on daily basis [pay More money]
Nearline - If you want to access your data on monthly once
Coldline - If you want to access your data on Quarterly once
Archive - If you want to access your data on yearly once [Pay less money]

insurance domain project:


Agency bucket
policy bucket
claims bucket

4. Acces Control:
- Uniform - If you are going to provide access at bucket level
- Fine-Grained - If you are going to provide access at bucket object level

srinivas: [uniform] [read]


X folder [read]
Y folder [read]
Z folder [read]

srinivas: [Fine-Grained]
X folder [read]
Y folder [write]
Z folder [read+write]

5. Protecting the data

6. Data encryption

************************************************************************

Practicals:

1. Open GCP Console


2. we need to verify your gmail id and project name
3. Cloud storage service ==>
- Navingation menu
- Search bar
4. Create the bucket

GCP Console:
-------------
1. creation of the bucket
2. creation of the folder in bucket
3. uploading a single file into bucket
4. uploading a single file into bucket into folder
5. uploading a complete folder

Cloud SDK: [tomorrows session]

****************************************************************

You might also like