From c80ffff090d97a6ec34183ecb68572a257084323 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 17 Jan 2024 08:33:43 +0100 Subject: [PATCH] Add README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..97793dfa --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Icinga 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 Kubernetes resources, consisting of + +* Icinga Kubernetes Web for visualizing Kubernetes resources and their state, +* and the [Icinga Kubernetes daemon](https://icinga.com/docs/icinga-kubernetes), + which monitors Kubernetes Resources. + +![Icinga Kubernetes Overview](doc/res/icinga-kubernetes-overview.png) + +## Documentation + +Icinga 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 +[GNU General Public License Version 2](LICENSE).