mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-16 02:47:03 +02:00
0ec3ff0b46
* move to contrib dir Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
26 lines
463 B
Markdown
26 lines
463 B
Markdown
# 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
|
|
``` |