File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ applications.
7373 gives a great overview of the most popular tools that make it easier to
7474 use Kubernetes.
7575
76+ * [ Architecting applications for Kubernetes] ( https://www.digitalocean.com/community/tutorials/architecting-applications-for-kubernetes )
77+ is stuffed full of great design advice that is now available as people
78+ having been using Kubernetes for a couple of years.
79+
7680
7781### Kubernetes tutorials
7882* [ Kubernetes The Hard Way] ( https://github.com/kelseyhightower/kubernetes-the-hard-way )
@@ -98,3 +102,7 @@ applications.
98102 is a tutorial with good and bad practices so you can learn what to do
99103 and what to avoid in your Kubernetes infrastructure.
100104
105+ * [ Django Production Deployment on GCP with Kubernetes] ( https://www.agiliq.com/blog/2018/07/django-on-kubernetes/ )
106+ uses Helm to make it easier to deploy the example [ Django] ( /django.html )
107+ web app with a [ PostgreSQL] ( /postgresql.html ) backend.
108+
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ on GitHub.
1616
1717## 2019
1818### February
19+ * Added a ton of resources on the [ Kubernetes] ( /kubernetes.html ) page.
1920* Removed many broken links thanks to
2021 [ pull request #205 ] ( https://github.com/mattmakai/fullstackpython.com/pull/205 ) .
2122 Thanks again [ Sam] ( https://github.com/huangsam ) !
You can’t perform that action at this time.
0 commit comments