shimmerjs / allthingsopen-2017

Information, discussion, notes from All Things Open 2017
0 stars 0 forks source link

10/23: Kubernetes extended lunch session. #3

Open shimmerjs opened 7 years ago

shimmerjs commented 7 years ago

this was mostly a workshop, so my notes are sparse.

kubernetes extended lunch session

k8s basics

kubectl cli basics

k8s API primitives

kind apiversion metadata spec status

node

pod

observations: automatic health checks / container life cycle async fulfillment declarative spec

service

deployment

replicaSet

arch

kube dns kube proxy kube controllers - regulate declarative nature of the platform state, reconsiling imbalances via a basic control loop. can implement custom controllers.

additional reading

https://www.gitbook.com/book/ramitsurana/awesome-kubernetes/details