mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-22 03:38:41 +02:00
25 lines
362 B
Markdown
25 lines
362 B
Markdown
# Config
|
|
|
|
## kubernetes
|
|
|
|
```shell
|
|
go get -u github.com/go-kratos/kratos/contrib/config/kubernetes/v2
|
|
```
|
|
|
|
## 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
|
|
go get -u github.com/go-kratos/kratos/contrib/config/nacos/v2
|
|
``` |