Skip to content

Commit

Permalink
Fix spelling of Icinga for Kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Mar 11, 2024
1 parent faa5e4e commit c50e7d0
Show file tree
Hide file tree
Showing 155 changed files with 181 additions and 181 deletions.
18 changes: 9 additions & 9 deletions README.md
@@ -1,32 +1,32 @@
# Icinga Kubernetes Web
# Icinga for Kubernetes Web

[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
![Build Status](https://github.com/Icinga/icinga-kubernetes-web/actions/workflows/php.yml/badge.svg?branch=main)
[![Github Tag](https://img.shields.io/github/tag/Icinga/icinga-kubernetes-web.svg)](https://github.com/Icinga/icinga-kubernetes-web/releases/latest)

Icinga Kubernetes is a set of components for monitoring and visualizing Kubernetes resources,
Icinga for Kubernetes is a set of components for monitoring and visualizing Kubernetes resources,
consisting of

* the [Icinga Kubernetes daemon](https://github.com/Icinga/icinga-kubernetes),
* the [Icinga for Kubernetes daemon](https://github.com/Icinga/icinga-kubernetes),
which uses the Kubernetes API to monitor the configuration and
status changes of Kubernetes resources synchronizing every change in a database, and
* Icinga Kubernetes Web, which connects to the database for visualizing Kubernetes resources and their state.
* Icinga for Kubernetes Web, which connects to the database for visualizing Kubernetes resources and their state.

![Icinga Kubernetes Overview](doc/res/icinga-kubernetes-overview.png)
![Icinga for Kubernetes Overview](doc/res/icinga-kubernetes-overview.png)

Any of the Icinga Kubernetes components can run either inside or outside Kubernetes clusters,
Any of the Icinga for Kubernetes components can run either inside or outside Kubernetes clusters,
including the database.
At the moment it is only possible to monitor one Kubernetes cluster per Icinga Kubernetes installation.
At the moment it is only possible to monitor one Kubernetes cluster per Icinga for Kubernetes installation.

![Icinga Kubernetes Web Stateful Set](doc/res/icinga-kubernetes-web-stateful-set.png)
![Icinga Kubernetes Web Service](doc/res/icinga-kubernetes-web-service.png)
![Icinga Kubernetes Web Pod](doc/res/icinga-kubernetes-web-pod.png)

## Documentation

Icinga Kubernetes Web documentation is available at [icinga.com/docs](https://icinga.com/docs/icinga-kubernetes-web).
Icinga for Kubernetes Web documentation is available at [icinga.com/docs](https://icinga.com/docs/icinga-kubernetes-web).

## License

Icinga Kubernetes Web and the Icinga Kubernetes Web documentation are licensed under the terms of the
Icinga for Kubernetes Web and the Icinga for Kubernetes Web documentation are licensed under the terms of the
[GNU General Public License Version 2](LICENSE).
2 changes: 1 addition & 1 deletion application/controllers/ConfigController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ConfigmapController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ConfigmapsController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ContainerController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/CronjobController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/CronjobsController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/DaemonsetController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/DaemonsetsController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/DeploymentController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/DeploymentsController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/EventController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/EventsController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/IngressController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/IngressesController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/JobController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/JobsController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/NamespaceController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/NamespacesController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/NodeController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/NodesController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/PersistentvolumeController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/PersistentvolumesController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/PodController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/PodsController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ReplicasetController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ReplicasetsController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/SecretController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/SecretsController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ServiceController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ServicesController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/StatefulsetController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/StatefulsetsController.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/DatabaseConfigForm.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Kubernetes\Forms;

Expand Down
2 changes: 1 addition & 1 deletion configuration.php
@@ -1,6 +1,6 @@
<?php

/* Icinga Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga for Kubernetes Web | (c) 2023 Icinga GmbH | GPLv2 */

/** @var Module $this */

Expand Down
18 changes: 9 additions & 9 deletions doc/01-About.md
@@ -1,28 +1,28 @@
# Icinga Kubernetes Web
# Icinga for Kubernetes Web

Icinga Kubernetes is a set of components for monitoring and visualizing Kubernetes resources,
Icinga for Kubernetes is a set of components for monitoring and visualizing Kubernetes resources,
consisting of

* the [Icinga Kubernetes daemon](https://icinga.com/docs/icinga-kubernetes),
* the [Icinga for Kubernetes daemon](https://icinga.com/docs/icinga-kubernetes),
which uses the Kubernetes API to monitor the configuration and
status changes of Kubernetes resources synchronizing every change in a database, and
* Icinga Kubernetes Web, which connects to the database for visualizing Kubernetes resources and their state.
* Icinga for Kubernetes Web, which connects to the database for visualizing Kubernetes resources and their state.

![Icinga Kubernetes Overview](res/icinga-kubernetes-overview.png)
![Icinga for Kubernetes Overview](res/icinga-kubernetes-overview.png)

Any of the Icinga Kubernetes components can run either inside or outside Kubernetes clusters,
Any of the Icinga for Kubernetes components can run either inside or outside Kubernetes clusters,
including the database.
At the moment it is only possible to monitor one Kubernetes cluster per Icinga Kubernetes installation.
At the moment it is only possible to monitor one Kubernetes cluster per Icinga for Kubernetes installation.

![Icinga Kubernetes Web Stateful Set](res/icinga-kubernetes-web-stateful-set.png)
![Icinga Kubernetes Web Service](res/icinga-kubernetes-web-service.png)
![Icinga Kubernetes Web Pod](res/icinga-kubernetes-web-pod.png)

## Installation

To install Icinga Kubernetes Web see [Installation](02-Installation.md).
To install Icinga for Kubernetes Web see [Installation](02-Installation.md).

## License

Icinga Kubernetes Web and the Icinga Kubernetes Web documentation are licensed under the terms of the
Icinga for Kubernetes Web and the Icinga for Kubernetes Web documentation are licensed under the terms of the
GNU General Public License Version 2.
12 changes: 6 additions & 6 deletions doc/02-Installation.md
@@ -1,16 +1,16 @@
<!-- {% if index %} -->

# Installing Icinga Kubernetes Web
# Installing Icinga for Kubernetes Web

The recommended way to install Icinga Kubernetes Web is to use prebuilt packages for
The recommended way to install Icinga for Kubernetes Web is to use prebuilt packages for
all supported platforms from our official release repository.
Please follow the steps listed for your target operating system,
which guide you through setting up the repository and installing Icinga Kubernetes Web.
which guide you through setting up the repository and installing Icinga for Kubernetes Web.

![Icinga Kubernetes Web](res/icinga-kubernetes-web-installation.png)
![Icinga for Kubernetes Web](res/icinga-kubernetes-web-installation.png)

Before installing Icinga Kubernetes Web, make sure you have installed
[Icinga Kubernetes](https://icinga.com/docs/icinga-kubernetes).
Before installing Icinga for Kubernetes Web, make sure you have installed
[Icinga for Kubernetes](https://icinga.com/docs/icinga-kubernetes).

<!-- {% else %} -->
<!-- {% if not icingaDocs %} -->
Expand Down

0 comments on commit c50e7d0

Please sign in to comment.