IBM / drupal-nginx-php-kubernetes

Demonstration of a set of NGINX and PHP-FPM containers running Drupal deployed to Kubernetes on the IBM Container Service.
Apache License 2.0
51 stars 35 forks source link

Use IBM Cloud service binding with secrets through shared volume #110

Open krook opened 6 years ago

krook commented 6 years ago

The MySQL, Redis, and Memcached services can be bound to the cluster. The credentials are then stored in a shared volume available to the cluster.

This will require a bit of refactoring to implement, but it seems straightforward.