Skip to content

Commit 208b2ac

Browse files
committed
add a few new kubernetes resource'
1 parent ddb2b8f commit 208b2ac

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

content/pages/05-deployment/37-kubernetes.markdown

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+

content/pages/meta/00-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on GitHub.
1616

1717
## 2019
1818
### February
19+
* Removed many broken links thanks to
20+
[pull request #205](https://github.com/mattmakai/fullstackpython.com/pull/205).
21+
Thanks again [Sam](https://github.com/huangsam)!
1922
* Add [uWSGI](/uwsgi.html) page with a few initial resources.
2023
* Updated the [Neo4j](/neo4j.html) and [microservices](/microservices.html)
2124
pages with more resources.

0 commit comments

Comments
 (0)