Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 586 Bytes

app.md

File metadata and controls

42 lines (28 loc) · 586 Bytes

Getting Started for App

App

Run hugo server

docker-compose up site
open http://localhost:1313

Infrastructure

If you haven't create blog-monitoring-system, run follow

gcloud compute addresses create blog-gke --global
gcloud compute addresses list

Apply

  • Should --dry-run and --validate option, before apply.
kubectl apply -f kubernetes/app/*

Other Usage

Manually update blog container

docker build -t threetreeslight/blog:latest .
docker push threetreeslight/blog:latest

Show logs

stern "*" -n app --tail 1