Run Go Web App on Google Cloud Kubernetes Engine
1 min readAug 8, 2020
Deployment workflow diagram
- Build Docker file for Go lang web app
2. Build image, add tag and push docker image to GCR (Google Container Registry)
GuestBook Go webapp pod declaration
GuestBook Go webapp service declaration
3. Create WebApp pod(s) & WebApp service (Load Balancer)
5. Testing App ..
Go WebApp URL
6. GuestBook App Source