Skip to content

Commit 9994bd3

Browse files
authored
Merge pull request #155 from Icinga/update-docs
Update docs
2 parents 3044b9a + 51c48e1 commit 9994bd3

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ including the database, common setup approaches include the following:
1818
* Only the Icinga for Kubernetes daemon runs inside a Kubernetes cluster,
1919
requiring configuration for an external service to connect to the database outside the cluster.
2020

21-
Please **note** that at the moment it is only possible to monitor one Kubernetes cluster per
22-
Icinga for Kubernetes installation.
23-
2421
![Icinga for Kubernetes Web Deployment](doc/res/icinga-kubernetes-web-deployment.png)
2522
![Icinga for Kubernetes Web Replica Set](doc/res/icinga-kubernetes-web-replica-set.png)
2623
![Icinga for Kubernetes Web Pod](doc/res/icinga-kubernetes-web-pod.png)
2724

25+
## Multi-Cluster Support
26+
27+
Icinga for Kubernetes supports multiple Kubernetes clusters by deploying several daemons,
28+
each connecting to a different cluster but writing data into the same database.
29+
The web interface accesses this database to display resource information and state,
30+
offering the flexibility to view aggregated data from all clusters or focus on a specific cluster.
31+
This setup ensures scalable monitoring and a unified view of resources across multiple Kubernetes environments.
32+
2833
## Vision and Roadmap
2934

3035
Although every Kubernetes cluster is different, Icinga for Kubernetes aims to provide a zero-configuration baseline for
@@ -38,8 +43,6 @@ to enable powerful filtering through a relational model.
3843

3944
Currently, Icinga for Kubernetes utilizes all available information from the Kubernetes API to
4045
determine the state of resources and clusters. In future versions, we plan to integrate metrics.
41-
Upcoming features will also include the use of Icinga Notifications for sending alerts and
42-
supporting multiple clusters.
4346

4447
We welcome your ideas on what should be included in the baseline.
4548
Do not hesitate to share your key metrics, important thresholds,

doc/01-About.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ including the database, common setup approaches include the following:
1818
* Only the Icinga for Kubernetes daemon runs inside a Kubernetes cluster,
1919
requiring configuration for an external service to connect to the database outside the cluster.
2020

21-
Please **note** that at the moment it is only possible to monitor one Kubernetes cluster per
22-
Icinga for Kubernetes installation.
23-
2421
![Icinga for Kubernetes Web Deployment](res/icinga-kubernetes-web-deployment.png)
2522
![Icinga for Kubernetes Web Replica Set](res/icinga-kubernetes-web-replica-set.png)
2623
![Icinga for Kubernetes Web Pod](res/icinga-kubernetes-web-pod.png)
2724

25+
## Multi-Cluster Support
26+
27+
Icinga for Kubernetes supports multiple Kubernetes clusters by deploying several daemons,
28+
each connecting to a different cluster but writing data into the same database.
29+
The web interface accesses this database to display resource information and state,
30+
offering the flexibility to view aggregated data from all clusters or focus on a specific cluster.
31+
This setup ensures scalable monitoring and a unified view of resources across multiple Kubernetes environments.
32+
2833
## Vision and Roadmap
2934

3035
Although every Kubernetes cluster is different, Icinga for Kubernetes aims to provide a zero-configuration baseline for
@@ -38,8 +43,6 @@ to enable powerful filtering through a relational model.
3843

3944
Currently, Icinga for Kubernetes utilizes all available information from the Kubernetes API to
4045
determine the state of resources and clusters. In future versions, we plan to integrate metrics.
41-
Upcoming features will also include the use of Icinga Notifications for sending alerts and
42-
supporting multiple clusters.
4346

4447
We welcome your ideas on what should be included in the baseline.
4548
Do not hesitate to share your key metrics, important thresholds,

0 commit comments

Comments
 (0)