- Hosted by @krisnova
- Recording date: 2018-07-06
- 00:00:00 - Welcome to TGIK!
- 00:00:00 - Week in Review
- https://docs.traefik.io/user-guide/kubernetes/
- https://github.com/kris-nova/krex
- https://www.lfasiallc.com/events/kubecon-cloudnativecon-china-2018/program/call-for-proposals-cfp/
- https://events.linuxfoundation.org/events/kubecon-cloudnativecon-north-america-2018/
- https://github.com/kubernetes/website/blob/release-1.11/content/en/blog/_posts/2018-06-26-kubernetes-1.11-release-announcement.md
- https://www.youtube.com/watch?v=cN_DpYBzKso
- https://tour.golang.org/basics/1
- https://goplay.space/
This is the demo application Kris will use to test ingress with Traefik.
Create DB
kubectl exec -it $(kubectl get po | grep postgres | cut -d " " -f 1) -- bash -c "psql -c 'CREATE DATABASE stateful_app_development;' -U postgres"
Scale deployment
kubectl scale deploy/statefulapp --replicas 1