1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-02-07 13:31:50 +02:00
kratos/config/README.md

27 lines
414 B
Markdown
Raw Normal View History

2021-02-17 17:34:19 +08:00
# Config
2021-02-17 17:14:47 +08:00
## Consul
```shell
go get -u github.com/go-kratos/kratos/registry/consul/v2
```
## Etcd
```shell
go get -u github.com/go-kratos/kratos/registry/etcd/v2
```
## zookeeper
```shell
go get -u github.com/go-kratos/kratos/registry/zookeeper/v2
```
## Nacos
```shell
go get -u github.com/go-kratos/kratos/registry/nacos/v2
```
## kube
```shell
go get -u github.com/go-kratos/kratos/config/kubernetes/v2
```