How to derigister a service from Consul?

0

I have a service registered with consul. The service is deployed in 3 ip's. So I need to deploy the changes 1 by 1 on all the servers. What I need to is. While deploying on server A. The load should be migrated to Server B and C. And same with the other services.

So I just want to know, if there is a way to deregister consul ip before stopping the service so that the request which land before health check intervals also get entertained.

Apoorv Goel

Posted 2019-10-01T07:32:32.780

Reputation: 1

No answers