CKA Kind Lab.

Follow me on twitter @mauilion
important links

find this stuff here hackmd.io/@mauilion/cka-lab

Watch the video



  • etcd hijinx! git.io/etcdclient.yaml
    • what is it?

    • how to use it?

    • Grabbing a snapshot of etcd.

      • Super low cost backup
      • also you can use the data dir!
    • Restoring a snapshot of etcd.

      • stop all the things!
      • use etcdctl to restore the path etcd expects to find things
      • restart all the things!
      • profit!


  • Other tips!
    • kubectl explain pod.spec –recursive