Run hugo server
docker-compose up site
open http://localhost:1313
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/*
Manually update blog container
docker build -t threetreeslight/blog:latest .
docker push threetreeslight/blog:latest
Show logs
stern "*" -n app --tail 1