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