Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (45 loc) · 2.65 KB

README.md

File metadata and controls

58 lines (45 loc) · 2.65 KB

Episode 111 : CloudEvents and Argo Events

  • Hosted by @jbeda
  • Recording date: 2020-03-27

Table of Contents

  • 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

Week in Review

Community

Core

Show Notes

Reference Links

Getting macOS set up with k8s 1.18.0 with Kind

brew update
brew upgrade kind kubectl octant
kind create cluster --image kindest/node:v1.18.0
kubectl get version