The monitoring system retrieves the kubeconfigs for registered clusters and stores them in the file system. This could be a potential security risk, in case some one gets access to the file system. To fix this issue we could use the volume type secret which basically does the same thing as the rm is currently doing but in a more secure way.
The monitoring system retrieves the kubeconfigs for registered clusters and stores them in the file system. This could be a potential security risk, in case some one gets access to the file system. To fix this issue we could use the volume type secret which basically does the same thing as the rm is currently doing but in a more secure way.