Autosleep services like Heroku

Hello everyone,

I have many projects running over Rancher with Cattle. Some these applications are running once time a week, like a staging environment. However my containers keep running until a user interacting with them. A lot of cpu and memory are allocate for nothing.

Have one way to configure load balancer for sleep and wakeup a service? Like free tier Heroku feature?

I think you are looking for function-as-a-service or serverless applications, where the container is started on demand when there is a request for it. I have not tried this myself, but there is a write-up on how to do this in Rancher.