add logo and architecture for kubeeye
Signed-off-by: FeynmanZhou <pengfeizhou@yunify.com>
This commit is contained in:
parent
15a1941150
commit
4032ddd8ce
|
@ -3,12 +3,16 @@
|
|||
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
![kubeeye-logo](./docs/images/kubeeye-logo.png?raw=true)
|
||||
|
||||
> English | [中文](README_zh.md)
|
||||
|
||||
KubeEye aims to find various problems on Kubernetes, such as application misconfiguration(using [Polaris](https://github.com/FairwindsOps/polaris)), cluster components unhealthy and node problems(using [Node-Problem-Detector](https://github.com/kubernetes/node-problem-detector)). Besides predefined rules, it also supports custom defined rules.
|
||||
|
||||
## Architecture
|
||||
KubeEye gets cluster diagnostic data by calling the Kubernetes API, by regular matching of key error messages in logs and by rule matching of container syntax. See Architecture for details.
|
||||
|
||||
![Image](./docs/KubeEye-Architecture.jpg?raw=true)
|
||||
![kubeeye-architecture](./docs/images/kubeeye-architecture.png?raw=true)
|
||||
|
||||
## How to use
|
||||
- Install KubeEye on your machine
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
![kubeeye-logo](./docs/images/kubeeye-logo.png?raw=true)
|
||||
|
||||
> English | [中文](README_zh.md)
|
||||
|
||||
# KubeEye
|
||||
|
||||
KubeEye 旨在发现 Kubernetes 上的各种问题,比如应用配置错误(使用[Polaris](https://github.com/FairwindsOps/polaris))、集群组件不健康和节点问题(使用[Node-Problem-Detector](https://github.com/kubernetes/node-problem-detector))。除了预定义的规则,它还支持自定义规则。
|
||||
|
@ -5,7 +9,8 @@ KubeEye 旨在发现 Kubernetes 上的各种问题,比如应用配置错误(
|
|||
## 架构图
|
||||
|
||||
KubeEye 通过调用Kubernetes API,通过常规匹配日志中的关键错误信息和容器语法的规则匹配来获取集群诊断数据,详见架构。
|
||||
![Image](./docs/KubeEye-Architecture.jpg?raw=true)
|
||||
|
||||
![kubeeye-architecture](./docs/images/kubeeye-architecture.png?raw=true)
|
||||
|
||||
## 怎么使用
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 72 KiB |
Binary file not shown.
After Width: | Height: | Size: 197 KiB |
Binary file not shown.
After Width: | Height: | Size: 119 KiB |
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
Loading…
Reference in New Issue