Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 新增K8S集群中服务接入方式 #5322

Merged
merged 3 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/en/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- [PHP Client Usage Guide](en/client/php-sdks-user-guide.md)
- [C Client Usage Guide](en/client/c-sdks-user-guide.md)
- [Rust Client Usage Guide](en/client/rust-sdks-user-guide.md)
- [K8S ConfigMap Integration Usage Guide](en/client/k8s-configmap-user-guide.md)
- [HTTP API Guide](en/client/other-language-client-user-guide.md)

- Extension Guide
Expand Down
5 changes: 5 additions & 0 deletions docs/en/client/k8s-configmap-user-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Apollo K8S ConfigMap Integration

Automatically sync Apollo configurations to K8S ConfigMap.

Project URL: [apollo-configmap](https://github.com/adamswanglin/apollo-configmap)
1 change: 1 addition & 0 deletions docs/zh/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- [PHP 客户端使用指南](zh/client/php-sdks-user-guide.md)
- [C 客户端使用指南](zh/client/c-sdks-user-guide.md)
- [Rust 客户端使用指南](zh/client/rust-sdks-user-guide.md)
- [K8S ConfigMap接入指南](zh/client/k8s-configmap-user-guide.md)
- [HTTP API 接入指南](zh/client/other-language-client-user-guide.md)

- 扩展开发
Expand Down
5 changes: 5 additions & 0 deletions docs/zh/client/k8s-configmap-user-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Apollo K8S ConfigMap接入

自动同步 Apollo 配置到 K8S ConfigMap 中

项目地址:[apollo-configmap](https://github.com/adamswanglin/apollo-configmap)