- Google Compute Engine: A scalable virtual machine (VM) hosting service that allows users to run their applications on Google's infrastructure.
- Google Kubernetes Engine: A managed container orchestration system based on Kubernetes, enabling easy deployment, management, and scaling of containerized applications.
- App Engine: A fully managed platform for building and hosting web applications without the need to manage infrastructure.
- Cloud Functions: A serverless execution environment for building and running event-driven applications.
¶ Storage and Database Services:
- Cloud Storage: A scalable and durable object storage service for storing and retrieving data.
- Cloud SQL: A fully managed relational database service that supports MySQL, PostgreSQL, and SQL Server.
- Cloud Spanner: A globally distributed and strongly consistent relational database service that provides horizontal scalability.
- Cloud Firestore: A flexible, scalable, and NoSQL document database for web, mobile, and server applications.
- Virtual Private Cloud (VPC): A networking service that provides global, scalable, and isolated virtual networks.
- Cloud Load Balancing: A service that distributes incoming traffic across multiple instances to ensure high availability and scalability.
- Cloud CDN: A content delivery network that caches and delivers content from Google's global network of edge locations.
- Cloud DNS: A scalable and reliable Domain Name System (DNS) service for managing domain names.
¶ Big Data and Analytics Services:
- BigQuery: A fully managed, serverless data warehouse for analyzing large datasets using SQL.
- Dataflow: A fully managed, serverless data processing service for ingesting, transforming, and analyzing streaming and batch data.
- Pub/Sub: A messaging service for event-driven architecture, allowing decoupled and asynchronous communication between applications and services.
- Cloud Dataproc: A managed Apache Spark and Hadoop service for processing big data workloads.
¶ AI and Machine Learning Services:
- Cloud AI Platform: A platform for building, training, and deploying machine learning models at scale.
- Cloud Vision API: A service that enables developers to understand the content of images through machine learning models.
- Cloud Natural Language API: An API that provides natural language understanding through pre-trained machine learning models.
- Cloud Translation API: An API for translating text between languages using pre-trained machine learning models.
graph TB
A[Compute] --> B[Compute Engine]
A[Compute] --> C[App Engine]
A[Compute] --> D[Cloud Functions]
A[Compute] --> E[Kubernetes Engine]
A[Compute] --> F[Batch]
graph TB
G[Storage] --> H[Cloud Storage]
G[Storage] --> I[Cloud SQL]
G[Storage] --> J[Cloud Spanner]
G[Storage] --> K[Cloud Datastore]
G[Storage] --> L[Cloud Firestore]
G[Storage] --> M[Cloud Bigtable]
G[Storage] --> N[Cloud Memorystore]
graph TB
O[Networking] --> P[Virtual Private Cloud]
O[Networking] --> Q[Cloud Load Balancing]
O[Networking] --> R[Cloud CDN]
O[Networking] --> S[Cloud DNS]
O[Networking] --> T[Cloud NAT]
graph TB
U[Big Data] --> V[BigQuery]
U[Big Data] --> W[Pub/Sub]
U[Big Data] --> X[Dataflow]
U[Big Data] --> Y[Dataproc]
U[Big Data] --> Z[Data Catalog]
graph TB
AA[Machine Learning] --> AB[Cloud Machine Learning Engine]
AA[Machine Learning] --> AC[Cloud Vision AI]
AA[Machine Learning] --> AD[Cloud Speech-to-Text]
AA[Machine Learning] --> AE[Cloud Natural Language]
AA[Machine Learning] --> AF[Cloud Translation]
AA[Machine Learning] --> AG[Cloud AutoML]
AA[Machine Learning] --> AH[AI Platform]
graph TB
AI[Management Tools] --> AJ[Cloud Console]
AI[Management Tools] --> AK[Cloud Deployment Manager]
AI[Management Tools] --> AL[Cloud Monitoring]
AI[Management Tools] --> AM[Cloud Logging]
AI[Management Tools] --> AN[Cloud Trace]
AI[Management Tools] --> AO[Cloud Debugger]
AI[Management Tools] --> AP[Cloud Profiler]
AI[Management Tools] --> AQ[Cloud Identity and Access Management]
graph TB
AR[Security] --> AS[Cloud IAM]
AR[Security] --> AT[Cloud Security Scanner]
AR[Security] --> AU[Cloud Key Management Service]
AR[Security] --> AV[Cloud Data Loss Prevention]
AR[Security] --> AW[Cloud Security Command Center]
AR[Security] --> AX[Cloud Identity-Aware Proxy]
Please note that this is not an exhaustive list of all GCP services, but it covers some of the key services provided by Google Cloud Platform.