From e75e6302bdbe087728266636502e51a4107c9e9f Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 11 Nov 2022 11:53:54 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20project=20Kubeeye?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carson Yang --- content/en/projects/_index.md | 7 +++++++ content/zh/projects/_index.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/content/en/projects/_index.md b/content/en/projects/_index.md index 22e932595..07286fe2f 100644 --- a/content/en/projects/_index.md +++ b/content/en/projects/_index.md @@ -34,6 +34,13 @@ groups: link: 'https://github.com/kubesphere/kubekey' description: KubeKey is the next-gen installer for Kubernetes and KubeSphere. KubeKey changes from ansible-based technology to Go, supports installing Kubernetes and KubeSphere separately or as a whole easily, efficiently and flexibly. + - name: Inspection Tool + children: + - title: KubeEye + icon: 'https://pek3b.qingstor.com/kubesphere-community/images/202211111151370.png' + link: 'https://github.com/kubesphere/kubeeye' + description: KubeEye is an inspection tool for Kubernetes. It discovers whether Kubernetes resources (by using OPA ), cluster components, cluster nodes (by using Node-Problem-Detector), and other configurations comply with best practices and makes modification suggestions accordingly. KubeEye supports custom inspection rules and plugin installation. With KubeEye Operator, you can intuitively view the inspection results and modification suggestions on the web console. + - name: Serverless children: - title: OpenFunction diff --git a/content/zh/projects/_index.md b/content/zh/projects/_index.md index 2da373d1d..3c14bcc7b 100644 --- a/content/zh/projects/_index.md +++ b/content/zh/projects/_index.md @@ -33,6 +33,13 @@ groups: link: 'https://github.com/kubesphere/kubekey' description: KubeKey 是 Kubernetes 和 KubeSphere 的下一代 Installer(安装程序),旨在更方便、快速、高效和灵活地安装 Kubernetes 与 KubeSphere。KubeKey 摒弃了原来 Ansible 带来的依赖问题,用 Go 重写,支持单独 Kubernetes 或整体安装 KubeSphere。 + - name: 集群巡检 + children: + - title: KubeEye + icon: 'https://pek3b.qingstor.com/kubesphere-community/images/202211111151370.png' + link: 'https://github.com/kubesphere/kubeeye' + description: KubeEye 是为 Kubernetes 设计的巡检工具,用于发现 Kubernetes 资源(使用 OPA )、集群组件、集群节点(使用Node-Problem-Detector)等配置是否符合最佳实践,对于不符合最佳实践的,将给出修改建议。KubeEye 支持自定义巡检规则、插件安装,通过 KubeEye Operator 能够使用 web 页面的图形化展示来查看巡检结果以及给出修复建议。 + - name: Serverless children: - title: OpenFunction