You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
translate Docker Compose files into Kubernetes configuration resources.
35
+
36
+
*[skaffold](https://skaffold.dev/). [Using Kubernetes for local development](https://nemethgergely.com/using-kubernetes-for-local-development/index.html)
37
+
is a good starting place for more information on getting started with
38
+
Skaffold.
39
+
40
+
20
41
### Kubernetes background and retrospectives
21
42
*[Borg, Omega and Kubernetes](https://queue.acm.org/detail.cfm?id=2898444)
22
43
goes into the history of Borg and Omega, projects that preceded
@@ -37,6 +58,21 @@ applications.
37
58
running on your Kubernetes cluster and potentially much faster deployment
38
59
after appropriate configuration.
39
60
61
+
*[How we designed our Kubernetes infrastructure on AWS](https://developer.atlassian.com/blog/2017/07/kubernetes-infra-on-aws/)
62
+
explains how the Kubernetes Infrastructure Technology Team (yes, that
63
+
abbreviates to KITT in honor of the
64
+
[1980s Knight Rider TV show](https://www.imdb.com/title/tt0083437/))
65
+
at Atlassian starting using the tool and how they have built infrastructure
66
+
around it for the company to operate their container-ized applications.
67
+
68
+
*[10 Most Common Reasons Kubernetes Deployments Fail](https://kukulinski.com/10-most-common-reasons-kubernetes-deployments-fail-part-1/)
69
+
goes over many of the top technical reasons why issues come up with
70
+
Kubernetes and what you need to do to avoid or work through them.
71
+
72
+
*[Draft vs Gitkube vs Helm vs Ksonnet vs Metaparticle vs Skaffold](https://blog.hasura.io/draft-vs-gitkube-vs-helm-vs-ksonnet-vs-metaparticle-vs-skaffold-f5aa9561f948/)
73
+
gives a great overview of the most popular tools that make it easier to
74
+
use Kubernetes.
75
+
40
76
41
77
### Kubernetes tutorials
42
78
*[Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way)
@@ -48,8 +84,17 @@ applications.
48
84
*[Kubernetes by Example](http://kubernetesbyexample.com/) provides the
49
85
commands and code for you to get started with the core Kubernetes concepts.
<h4class="bp"><ahref="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python">Introduction to Ansible</a></h4>
218
+
<h4class="bp"><ahref="https://training.talkpython.fm/courses/explore_entrepreneurs/python-for-entrepreneurs-build-and-launch-your-online-business">Python for Entrepreneurs</a></h4>
219
+
<h4class="bp"><ahref="https://www.deploypython.com/">Deploying Flask Web Apps</a></h4>
0 commit comments