External Config
In the previous steps, all config files are packaged internal in the resource/config folder. This is very convenient for testing; however, it is not for the production. Light-4j supports externalized configuration with ConfigMap and Secret on the Kubernetes platform. In this tutorial, we are going to externalize some config files related to service discovery.
In the next step, we are going to enable the security with service discovery as a lot of users are asking how to integrate the security in a distributed system.