kubernetes-django icon indicating copy to clipboard operation
kubernetes-django copied to clipboard

Scalable and resilient Django with Kubernetes.

Results 7 kubernetes-django issues
Sort by recently updated
recently updated
newest added

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 ```

bug

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...

bug

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...

bug

A la: gsutil rsync -R static/ gs:///static

enhancement

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...

enhancement