1
0
mirror of https://github.com/go-kratos/kratos.git synced 2024-12-26 20:54:38 +02:00
kratos/registry/README.md

37 lines
560 B
Markdown
Raw Normal View History

2021-02-17 11:34:19 +02:00
# Registry
2021-05-27 08:34:33 +02:00
## Consul
2022-02-21 12:37:20 +02:00
```shell
go get -u github.com/go-kratos/kratos/contrib/registry/consul/v2
```
## Etcd
2022-02-21 12:37:20 +02:00
```shell
go get -u github.com/go-kratos/kratos/contrib/registry/etcd/v2
```
## zookeeper
2022-02-21 12:37:20 +02:00
```shell
go get -u github.com/go-kratos/kratos/contrib/registry/zookeeper/v2
```
## Nacos
2022-02-21 12:37:20 +02:00
```shell
go get -u github.com/go-kratos/kratos/contrib/registry/nacos/v2
```
## kubernetes
2022-02-21 12:37:20 +02:00
```shell
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
```