The Service of K8s can achieve load balancing and can detect the status of each pod. Is it possible not to apply Eureka-server? ...
Code in Go: service := micro.NewService( micro.RegisterTTL(time.Second*30), micro.RegisterInterval(time.Second*10), micro.Name("TestService"), ) service.Init() opts := []server.HandlerOption { ...