-
Notifications
You must be signed in to change notification settings - Fork 2
Document systemd instantiated services from template unit file for multi-cluster environments #164
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
Comments
I think we could do something like this. Service file
The config files for each instance would be stored in
|
How would I manage all instances, e.g. |
To manage all started instances following commands could be used:
The default configuration
An example .env file could look like this:
For the documentation of our environment variables I would suggest an entry in doc/03-Configuration.md. The config how to connect to Kubernetes is provided by the kubeconfig if I'm not mistaken? |
Uh oh!
There was an error while loading. Please reload this page.
A single Icinga for Kubernetes installation should be capable of monitoring multi-cluster environments by utilizing instantiated systemd services, such as
icinga-kubernetes@cluster1
andicinga-kubernetes@cluster2
. Please investigate how these service files are structured and how they can be utilized. Our documentation should include examples. Packaging will need adjustments to accommodate this, but you can rely on that being handled.@jhoxhaa, @jrauh01 You can both research on that topic.
The text was updated successfully, but these errors were encountered: