This class create the base kernel creational steps.
The role of this class is create and load ConfigManagerset, and the
set environment for KernelBuilder
This class listen for new ServerSocket connections, when a new connection
arrives, take a thead from the pool and a consumer and instance a
WorkerProcessor for work with the new connection/consumer.