Configuring your service
Pause / Resume Service
Pausing a service means that all replicas of your Service will be shut down, and your service will no longer consume any resources or serve requests - hence saving costs. This can be useful for dev environments when you don’t want to run the service but also don’t want to delete the configuration since it might be used later.
Pause a Service
If you have Autoscaling enabled for your service, the option to pause a service will not be available to you.
Resume a Service
Resume brings up all the replicas of the service that were originally configured. So if a service was initially configured with 5 replicas and then paused, resuming will bring back all the 5 pods of the service.