37 lines
560 B
37 lines
560 B
# Registry
|
|
|
|
## Consul
|
|
|
|
```shell
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/consul/v2
|
|
```
|
|
|
|
## Etcd
|
|
|
|
```shell
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/etcd/v2
|
|
```
|
|
|
|
## zookeeper
|
|
|
|
```shell
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/zookeeper/v2
|
|
```
|
|
|
|
## Nacos
|
|
|
|
```shell
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/nacos/v2
|
|
```
|
|
|
|
## kubernetes
|
|
|
|
```shell
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/kubernetes/v2
|
|
```
|
|
|
|
## polaris
|
|
|
|
```shell
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/polaris/v2
|
|
``` |