Lưu trữ Danh mục: GCP Self Learning

GCP Self Learning

Google Cloud Platform – Day 4

Google Cloud Platform

IaaS (Infrastructure as a Service): người dùng trả tiền trên physical resources mà họ yêu cầu. PaaS (Platform as a Service): người dùng trả tiền cho dịch vụ mà họ xài. Cloud Functions: Quản lý code theo hướng sự kiện.-> Ví dụ như khi chúng ta upload 1 ảnh lên Google Storage thì Cloud Functions […]

Google Cloud Platform – Day 3

Google Cloud Platform

Google Cloud Resource Hierarchy Khác biệt giữa basic roles và predefined roles: https://cloud.google.com/iam/docs/understanding-roles Khi phân quyền cho user hay group nào, thì luôn ưu tiên predefined roles trước, nếu chưa đủ thì thêm custom roles, không nên dùng basic roles vì default nào của nó chứa toàn bộ permissions của resources. Diagnostic questions: IaaS, PaaS, […]

Google Cloud Platform – Day 1

Google Cloud Platform

All Google Cloud Products: https://cloud.google.com/products IAM – Roles: https://cloud.google.com/iam/docs/understanding-roles GCloud CLI: https://cloud.google.com/sdk/gcloud Danh sách regions và zones: https://cloud.google.com/compute/docs/regions-zones Mỗi lần hoạt động trên console google cloud, nếu không muốn phải thêm param –zone hoặc –region thì: Nếu dùng gcloud đã setup trên máy tính, thì ko cần thực hiện hành động trên nhiều lần. Câu […]

So sánh Cloud Computing của Google Cloud, Amazon Web Services, Microsoft Azure

Google Cloud Platform

AWS EC2, Azure Virtual Machine, GCP VM Instances. AWS Elastic Beanstalk, Azure Cloud Services, Google App Engine. AWS Lambda, Azure Functions, Google Cloud Functions. -> Điểm khác biệt giữa PaaS và Serverless: PaaS cho phép quản lý theo cấu hình môi trường theo user-demand, trong khi Serverless thì hoàn toàn tự động mà không cần […]