Hi,
I am Thilina Manamgoda, an undergraduate of Faculty of Engineering,
University of Peradeniya, Sri Lanka. What I meant by "Start from Zero" is
start a server from stop state to running state when the first request
comes. This functionality is needed in the Server-less architecture
concept where request is served in that way.
Currently I am working with a *Kubernetes Cluster* where the servers are
deployed as pods. What I am trying to do is when the first request comes
for a server which is in stop state, rest call should be made to a service
which will start the server.
May be this is not a
functionality that is relevant at the moment for the project but I am
trying to Implement it and all suggestions are welcome.
regards,
Thilina Manamgoda