Daniel Krook

Results 86 issues of Daniel Krook

The MySQL, Redis, and Memcached services can be [bound to the cluster](https://console.bluemix.net/docs/containers/cs_apps.html#cs_apps_service). The credentials are then stored in a shared volume available to the cluster. This will require a bit...

enhancement
help wanted

Similar to the [WordPress](https://github.com/dolph/Scalable-WordPress-deployment-on-Kubernetes/blob/master/.travis.yml) sample.

enhancement
help wanted

May share a common template repo, and have custom code in other repos. This will probably be multi-phased: - One build for NGINX, PHP-FPM, PHP-CLI images - One build for...

- https://kubernetes.io/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/ - https://kubernetes.io/docs/concepts/workloads/pods/pod/ This would avoid duplication of Drupal content between web server and PHP node, but it would also imply that the containers are forced to all be...

- The credentials may or may not change, but at least assume the database name does. - Can we add a new credential key on the fly? - Should this...