Skip to content
_index.md 1.47 KiB
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
---
title: Further reading
pre: "<b>6. </b>"
weight: 6
---

 - [The Illustrated Children's Guide to Kubernetes](https://www.youtube.com/watch?v=4ht22ReBjno) - a nice getting started
 - [Julia Evan's blog](https://jvns.ca/categories/kubernetes/) - a great resource to understand internals of kubernetes
Pierre Ozoux's avatar
Pierre Ozoux committed
 - [Know Kubernetes — Pictorially](https://medium.com/tarkalabs/know-kubernetes-pictorially-f6e6a0052dd0) A nicely illustrated post about how kubernetes runs!
 - [Kubernetes clusters for the hobbyist](https://github.com/hobby-kube/guide/) - a nice set of resources to deploy kubernetes
Pierre Ozoux's avatar
Pierre Ozoux committed
 - [CoreOS cluster OSI model](https://coreos.com/blog/cluster-osi-model.html) - one of the really inspiring article that started to make me dreaming
 - [Kubernetes Resource Management](https://docs.google.com/document/d/1RmHXdLhNbyOWPW_AtnnowaRfGejw-qlKQIuLKQWlwzs/edit#heading=h.sa6p0aye4ide) - a beautiful, almost academic paper - on how to run a distributed cluster that is in reallity kubernetes ;)
 - [Airbnb synapse - Registration Discovery pattern](https://airbnb.io/projects/synapse/) - Discovery/Registration pattern
 - [Kubernetes The hard way](https://github.com/kelseyhightower/kubernetes-the-hard-way) - a deep dive on what is needed to build a kubernetes cluster - this would help you understand the deep internals
 - [Kubernetes the not so hard way with ansible](https://www.tauceti.blog/post/kubernetes-the-not-so-hard-way-with-ansible-the-basics/) - a alternative to the previous link - wiht ansible