1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-16 02:47:03 +02:00
kratos/registry/README.md
Windfarer 0ec3ff0b46
refactor: move plugins to contrib dir (#1399)
* move to contrib dir


Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2021-09-01 13:40:14 +08:00

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
```