Is there ability to stop and start the specific service via docker swarm or kubernetes? Is there ability to stop and start the specific service via docker swarm or kubernetes? kubernetes kubernetes

Is there ability to stop and start the specific service via docker swarm or kubernetes?


You can use docker service scale and make the replicas to 0.docker service scale documentation

It has mentioned the solution.