@@ -17,14 +17,28 @@ applications.
1717<a href =" https://kubernetes.io/ " style =" border : none ;" ><img src =" /img/logos/kubernetes.png " width =" 100% " alt =" Official Kubernetes logo. " class =" shot " style =" padding : 6px 0 6px 0 " ></a >
1818
1919
20-
21- ### Kubernetes resources
20+ ### Kubernetes background and retrospectives
2221* [ Borg, Omega and Kubernetes] ( https://queue.acm.org/detail.cfm?id=2898444 )
2322 goes into the history of Borg and Omega, projects that preceded
2423 Kubernetes' creation. There are a ton of great notes on why they developed
2524 the project in certain ways and what they knew to avoid based on the
2625 prior work on Borg and Omega.
2726
27+ * [ Kubernetes at GitHub] ( https://githubengineering.com/kubernetes-at-github/ )
28+ provides a retrospective on transitioning GitHub's infrastructure from
29+ a traditional Ruby on Rails deployment architecture to a more scalable
30+ container-based Kubernetes system. There are some great details on the
31+ steps in the transition and ramping up capacity until it was the full
32+ system for github.com and other critical services.
33+
34+ * [ Reasons Kubernetes is cool] ( https://jvns.ca/blog/2017/10/05/reasons-kubernetes-is-cool/ )
35+ breaks past the "why would I ever need this?" initial developer reaction
36+ and gives solid reasons such as better visibility into all of the services
37+ running on your Kubernetes cluster and potentially much faster deployment
38+ after appropriate configuration.
39+
40+
41+ ### Kubernetes tutorials
2842* [ Kubernetes The Hard Way] ( https://github.com/kelseyhightower/kubernetes-the-hard-way )
2943 is a tutorial that walks you through manually setting up a Kubernetes
3044 cluster. The purpose is to teach you what is happening at each step instead
@@ -33,3 +47,9 @@ applications.
3347
3448* [ Kubernetes by Example] ( http://kubernetesbyexample.com/ ) provides the
3549 commands and code for you to get started with the core Kubernetes concepts.
50+
51+ * [ Kubernetes Production Patterns] ( https://github.com/gravitational/workshop/blob/master/k8sprod.md )
52+ is a tutorial with good and bad practices so you can learn what to do
53+ and what to avoid in your Kubernetes infrastructure.
54+
55+
0 commit comments