Kubernetes POD idling applications

Hi,

In openshift there are an option to take the application in a iddle mode. We can scale down the pod, and when I click the route, the pod start running.
Is there any possibility to make the same in kubernetes?

https://docs.openshift.com/container-platform/3.11/admin_guide/idling_applications.html

Regards

Hi juanpi,
this option is specific to openshift. in kubernetes you can scale up and scale down your application with

kubectl scale --replicas=number

Please check here for more info Kubectl Reference Docs