Portfolio · Google Cloud
CI/CD Pipeline
GitHub → Cloud Build → Artifact Registry →
Cloud Run / GKE
Zone 01
Developer
Tooling
🐙
GitHub
Repository
main branch
⚙️
GitHub Actions
workflow trigger
.github/workflows
trigger
Zone 02
CI/CD
Pipeline
🏗️
Cloud Build
build · test · lint
cloudbuild.yaml
📦
Artifact Registry
Docker image
gcr.io/project/app
deploy
Zone 03
Google Cloud
Runtime
choose runtime
☁️
Cloud Run
serverless · autoscale
0 → N instances
☸️
GKE
Kubernetes cluster
Autopilot / Standard
git push · trigger
build · push image
deploy