Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9
A kubernetes operator that dynamically generates and manages app configuration based on kubernetes resources – [✩Star] if you're using it!
stakater/Konfigurator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Dynamically generating app configuration when kubernetes resources change.
A kubernetes operator that can dynamically generate app configuration when kubernetes resources change
- Render Configurations to
- ConfigMap
- Secret
- Support for GO Templating Engine
- Custom helper functions
- Support to watch the following Kubernetes Resources
- Pods
- Services
- Ingresses
Deploying Konfigurator requires:
- Deploying CRD to your cluster
- Deploying Konfigurator operator
You can deploy CRDs either together or separately with the operator in the helm chart by settingdeployCRD in values.yaml file.
helm repo add stakater https://stakater.github.io/stakater-chartshelm repo updatehelm install stakater/konfigurator
Once Konfigurator is running, you can start creating resources supported by it. For details about its custom resources, lookhere.
To make Konfigurator work globally, you would have to change theWATCH_NAMESPACE environment variable to "" in values.yaml. e.g. changeWATCH_NAMESPACE section to:
env: -name:WATCH_NAMESPACEvalue:""
Got a question?File a GitHubissue, or send us anemail.
Join and talk to us on Slack for discussing Konfigurator
Please use theissue tracker to report any bugs or file feature requests.
PRs are welcome. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit aPull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
View our closedPull Requests.
Apache2 ©Stakater
Konfigurator is maintained byStakater. Like it? Please let us know athello@stakater.com
Seeour other projectsor contact us in case of professional services and queries onhello@stakater.com
About
A kubernetes operator that dynamically generates and manages app configuration based on kubernetes resources – [✩Star] if you're using it!
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.


