You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
362 B
25 lines
362 B
2 years ago
|
# 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
|
||
|
```
|