1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-24 03:46:37 +02:00

25 lines
362 B
Markdown
Raw Normal View History

2021-02-17 17:34:19 +08:00
# Config
2021-02-17 17:14:47 +08:00
2021-09-11 00:29:46 +08:00
## kubernetes
```shell
2021-09-11 00:29:46 +08:00
go get -u github.com/go-kratos/kratos/contrib/config/kubernetes/v2
```
2021-09-11 00:29:46 +08:00
## apollo
```shell
go get -u github.com/go-kratos/kratos/contrib/config/apollo/v2
```
## etcd
```shell
go get -u github.com/go-kratos/kratos/contrib/config/etcd/v2
```
## nacos
```shell
2021-09-11 00:29:46 +08:00
go get -u github.com/go-kratos/kratos/contrib/config/nacos/v2
```