# Config ## 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 ```