kubernetes-django
kubernetes-django copied to clipboard
Scalable and resilient Django with Kubernetes.
Hi, you were some of the early adopters. What is your experience after five years? Do you still recommend the text you wrote some years ago?
``` - Secrets Resource echo mysecretpassword | base64 kubectl create -f kubernetes_configs/db_password.yaml ```
There is an error with the "volumeMounts" section (which is commented by default). You should change it by the correct one. Like this: # TODO: User persistent disks, volumes and...
From older notes: - (WIP!) Setup a persistent store for the database. In this example we're going to be using Persistent Disks from Google Cloud Platform. In order to make...
A la: gsutil rsync -R static/ gs:///static
You can check it out locally if you want: ``` # TODO: The following needs to be fixed, and needs to be connected # with the running local postgres container...