- Hosted by @jbeda
- Recording date: 2020-03-27
- 00:00:00 - Welcome to TGIK!
- 8:00 Sysdig Kubernetes 1.18 blog post
- 10:51 CNCF CNCF Webinar kubernetes-1,18 from the release team!
- 13:00 Digitial Ocean Kubernetes tutorials in diffferent languages
- 18:35 The start of the CloudEvents and Argo Events discussion
- Kubernetes 1.18 fit and finish
- Sysdig on what's in 1.18
- CNCF Webinar from the release team!
- Big announcement of Tanzu!
- This week on Kubernetes Podcast from Google etcd with Xiang Li
- Migrating from Helm 2 to Helm 3
- From Digital Ocean Kubernetes Tutorials: 13 in Spanish, 20 in Portuguese and 14 in Russian
- New versions of kubernetes are out with fixes for:
- CVE-2020-8551 Kubelet DoS via API
- CVE-2020-8552 apiserver DoS oom
- Very good summary of the above by @ehashman
- Cloud Events cloudevents.io
- Primer - https://github.com/cloudevents/spec/blob/master/primer.md
- Conformance tool - https://github.com/cloudevents/conformance
- Cloud event viewer/sync - https://github.com/n3wscott/sockeye
- Argo Events links from @VaibhavPage
brew update
brew upgrade kind kubectl octant
kind create cluster --image kindest/node:v1.18.0
kubectl get version