Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Latest commit

 

History

History
550 lines (409 loc) · 34.9 KB

playlist.md

File metadata and controls

550 lines (409 loc) · 34.9 KB

TGIK playlist

The following list contains information about the individual TGIK episodes such as the YouTube url and the show notes.

The master playlist can be found at TGIK playlist

Come hang out with Joe Beda as he does a bit of hands on exploration of Kubernetes and related topics. Some of this will be Joe talking about the things he knows well. Some of this will be Joe exploring something new with the audience. Ask questions, comment and help decide where things go.

TGI Kubernetes 036: Virtual Kubelet

TGI Kubernetes 035: WeaveWorks Flux and GitOps

TGI Kubernetes 034: Elasticsearch Operator

TGI Kubernetes 033: Developing with Draft

TGI Kubernetes 032: kubicorn and the cluster-api

TGI Kubernetes 031: Connecting with Telepresence

TGI Kubernetes 030: Exploring Skaffold

TGI Kubernetes 029: Developing Apps with Ksync

  • Recording date: 2018-03-23

  • Video: https://www.youtube.com/watch?v=QW85Y0Ug3KY

  • Show notes:

    Deploying applications to Kubernetes is one thing. But what about developing on Kubernetes How do you use Kubernetes to run your application in an environment that is similar to production? This is a super active space with a lot of interesting tools including things like Draft or newer projects like Skaffold. In this episode we'll start to break down ways to approach this problem and look at a tool called ksync from vapor.io.

TGI Kubernetes 028: Exploring CockroachDB on Kubernetes

TGI Kubernetes 027: Securing the k8s dashboard and beyond!

TGI Kubernetes 026: Helm Yeah!

  • Recording date: 2018-02-16

  • Video: https://www.youtube.com/watch?v=t3kmscqbFHg

  • Show notes:

    This week Kris will be exploring Helm. We will start by installing Helm on a new Kubernetes cluster. We will be installing an existing helm chart, and creating a new one from scratch for the Java Prototype application.

TGI Kubernetes 025: Using (Linux) K8s from Windows

TGI Kubernetes 024: Kubernetes Job objects

TGI Kubernetes 023: Using private registries

TGI Kubernetes 022: Nuclio serverless system

TGI Kubernetes 021: kube-deploy

TGI Kubernetes 020: Argo workflow system

TGI Kubernetes 019: Prometheus as a noob

TGI Kubernetes 018: kube-metacontroller

TGI Kubernetes 017: Resource limits and quota

TGI Kubernetes 016: Heptio Contour ingress controller

TGI Kubernetes 015: Exploring Brigade from Microsoft

TGI Kubernetes 014: Serverless with OpenFaaS

TGI Kubernetes 013: Serverless with Fission

TGI Kubernetes 012: Exploring serverless with Kubeless

TGI Kubernetes 011: Upgrading to 1.8 with kubeadm

TGI Kubernetes 010: Ingress with TLS

TGI Kubernetes 009: Finishing the Controller

TGI Kubernetes 008: Continuing the Controller

TGI Kubernetes 007: Building a Controller

TGI Kubernetes 006: kubeadm

TGI Kubernetes 005: Pod Params and Probes

  • Recording date: 2017-07-28

  • Video: https://www.youtube.com/watch?v=xEdBSVaUtp4

  • Show notes:

    In this episode we cover the various parameters on the Pod object and how those interact to provide reliable service. See Joe kill AWS instances out from under Kubernetes and have Kubernetes continue without missing a beat. Learn how liveness and readiness probes work to make sure that services stay up and only serve traffic when they want to. Watch Joe learn new things about Kubernetes that he didn't already know.

TGI Kubernetes 004: RBAC

TGI Kubernetes 003: Istio

TGI Kubernetes 002: Networking and Services

TGI Kubernetes 001: A Quick Tour