https://github.com/thorstenhans/hotreloading-configuration-data-using-kubernetes-configmaps
https://github.com/thorstenhans/hotreloading-configuration-data-using-kubernetes-configmaps
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thorstenhans/hotreloading-configuration-data-using-kubernetes-configmaps
- Owner: ThorstenHans
- Created: 2022-12-06T08:16:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T19:30:22.000Z (over 2 years ago)
- Last Synced: 2025-02-15T10:18:02.920Z (3 months ago)
- Language: C#
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hot-Reload Configuration in .NET with Kuberenetes ConfigMaps
This repository contains a sample application that demonstrates how to implement hot-reload for configuration data in .NET applications leveraging Kubernetes ConfigMaps.
For further details and a walk-through consult the corresponding article on my blog.