# 插件
Micro為所有工具提供可插拔架構。這意味著底層的實現可以被換出。
Go-Micro和Micro工具包包含不同類型的插件。從側邊欄導航以了解更多信息。
## 例子
### Go Micro
- [Etcd Registry](https://github.com/micro/go-plugins/tree/master/registry/etcd) - 使用Etcd進行服務發現
- [K8s Registry](https://github.com/micro/go-plugins/tree/master/registry/kubernetes) - 使用Kubernetes進行服務發現
- [Kafka Broker](https://github.com/micro/go-plugins/tree/master/broker/kafka) - Kafka消息總線
### 工具包
- [路由器](https://github.com/micro/go-plugins/tree/master/micro/router) - 可配置的http路由和代理
- [AWS X-Ray](https://github.com/micro/go-plugins/tree/master/micro/trace/awsxray) - 跟蹤AWS X-Ray的集成
- [IP Whitelite](https://github.com/micro/go-plugins/tree/master/micro/ip_whitelist) - 白名單IP地址訪問
## 知識庫
開源插件可以在[github.com/micro/go-plugins](https://github.com/micro/go-plugins)上找到。