Thursday, 4 April 2024

Google Cloud Platform (GCP) tutorial from basic to advanced

1. What to use GCP for?

GCP is collection of cloud services provides by Google. 

2. How to use GCP?

- Create a Google Cloud Platform Account
- Navigate the GCP Console
- Create a GCP Project
- Enable Billing and APIs
- Explore GCP Services
- Create and Manage Resources
- Utilize Documentation and Tutorials
- Use Command Line Tools and SDKs
- Consider Security and Compliance
- Monitor and Optimize Usage

3. What does Permanent Agent server include? 

* Compute
- Computed engine (scalable & fast virtual machines)
- Kubernetes engine (run containerized applications)
- App engine (to support deploy web applications in many environment)
- Cloud function (light weight application)

* Storage
- Cloud Storage (storage anythings)
- Big Table (no SQL)
- Cloud SQL (relation database)
- Cloud Spanner (is Cloud SQL + with scale)
- Cloud data storage (is Big Table + with scale)

* Big Data
- Big Query (data warehouse)
- Pub/Sub (stream data)
- Data Flow (ETL (extract-transform-load))
- Data Catalog (Meta data management)

* AI
- Natural language API (understand text segment analysis)
- Vision API (read images)
- Speech API (speech to text)
- Translate API (translate languages)

* Others
- Billing
- IAM & Admin
- VPC network
- Security
- Third parties

--------------------------
Detailed instructions

References:

Thank you

 

No comments:

Post a Comment

Golang Advanced Interview Q&A