2021-02-17 17:34:19 +08:00
|
|
|
# Registry
|
2021-05-27 14:34:33 +08:00
|
|
|
|
2021-08-28 22:41:54 +08:00
|
|
|
## Consul
|
2022-02-21 18:37:20 +08:00
|
|
|
|
2021-08-28 22:41:54 +08:00
|
|
|
```shell
|
2021-09-01 13:40:14 +08:00
|
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/consul/v2
|
2021-08-28 22:41:54 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Etcd
|
2022-02-21 18:37:20 +08:00
|
|
|
|
2021-08-28 22:41:54 +08:00
|
|
|
```shell
|
2021-09-01 13:40:14 +08:00
|
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/etcd/v2
|
2021-08-28 22:41:54 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## zookeeper
|
2022-02-21 18:37:20 +08:00
|
|
|
|
2021-08-28 22:41:54 +08:00
|
|
|
```shell
|
2021-09-01 13:40:14 +08:00
|
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/zookeeper/v2
|
2021-08-28 22:41:54 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Nacos
|
2022-02-21 18:37:20 +08:00
|
|
|
|
2021-08-28 22:41:54 +08:00
|
|
|
```shell
|
2021-09-01 13:40:14 +08:00
|
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/nacos/v2
|
2021-08-31 10:13:34 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## kubernetes
|
2022-02-21 18:37:20 +08:00
|
|
|
|
2021-08-31 10:13:34 +08:00
|
|
|
```shell
|
2021-09-01 13:40:14 +08:00
|
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/kubernetes/v2
|
2022-02-21 18:37:20 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## polaris
|
|
|
|
|
|
|
|
```shell
|
|
|
|
go get -u github.com/go-kratos/kratos/contrib/registry/polaris/v2
|
2021-08-28 22:41:54 +08:00
|
|
|
```
|