Daily Archives: 02/13/2020

Kubernetes: ConfigMap and Secrets – data auto-reload in pods
0 (0)

13 February 2020

W have a ConfigMap for our Gorush service (see the Kubernetes: running a push-server with Gorush behind an AWS LoadBalancer post). The issue is that if change a value in this ConfigMap or Secrets -it will not be applied to already running pods. There are various solitons like mount data as volumes and re-attach those… Read More: Kubernetes: ConfigMap and Secrets – data auto-reload in pods0 (0) »

Loading