Skip to content

Commit a353776

Browse files
committed
update kubernetes resources
1 parent ce9cfb8 commit a353776

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)!

0 commit comments

Comments
 (0)