From 070df0d760bbc4a1c0c8cb6486a7158e449290fd Mon Sep 17 00:00:00 2001 From: Sherlock113 Date: Wed, 2 Sep 2020 11:12:33 +0800 Subject: [PATCH] Add component index Signed-off-by: Sherlock113 --- .../en/docs/pluggable-components/_index.md | 39 ++++++++++++++++--- .../{release-v300.md => overview.md} | 2 +- 2 files changed, 34 insertions(+), 7 deletions(-) rename content/en/docs/pluggable-components/{release-v300.md => overview.md} (93%) diff --git a/content/en/docs/pluggable-components/_index.md b/content/en/docs/pluggable-components/_index.md index ce07e09e0..46476c850 100644 --- a/content/en/docs/pluggable-components/_index.md +++ b/content/en/docs/pluggable-components/_index.md @@ -8,15 +8,42 @@ linkTitle: "Enable Pluggable Components" weight: 3500 icon: "/images/docs/docs.svg" - --- -## Installing KubeSphere and Kubernetes on Linux +This chapter demonstrates detailed steps of enabling different components in KubeSphere both before and after installation so that you can take full advantage of the container platform for your business. -In this chapter, we will demonstrate how to use KubeKey to provision a new Kubernetes and KubeSphere cluster based on different infrastructures. Kubekey can help you to quickly build a production-ready cluster architecture on a set of machines from zero to one. It also helps you to easily scale the cluster and install pluggable components on existing architecture. +## [Overview](../pluggable-components/overview/) -## Most Popular Pages +Develop a basic understanding of key components in KubeSphere, including features and resource consumption. -Below you will find some of the most common and helpful pages from this chapter. We highly recommend you to review them at first. +## [KubeSphere App Store](../pluggable-components/app-store/) -{{< popularPage icon="/images/docs/bitmap.jpg" title="Install KubeSphere on AWS EC2" description="Provisioning a new Kubernetes and KubeSphere cluster based on AWS" link="" >}} +Learn how to enable App Store to share data and apps internally and set industry standards of delivery process externally. + +## [KubeSphere DevOps System](../pluggable-components/devops/) + +Learn how to enable DevOps to further free your developers and let them focus on code writing. + +## [KubeSphere Auditing Logs](../pluggable-components/auditing-logs/) + +Learn how to enable Auditing to document platform events and activities. + +## [KubeSphere Events](../pluggable-components/events/) + +Learn how to enable Events to keep track of everything that is happening on the platform. + +## [KubeSphere Logging System](../pluggable-components/logging/) + +Learn how to enable Logging to leverage the tenant-based system for log collection, query and management. + +## [KubeSphere Service Mesh](../pluggable-components/service-mesh/) + +Learn how to enable Service Mesh to use different traffic management strategies for microservices governance. + +## [KubeSphere Alerting and Notification](../pluggable-components/alerting-notification/) + +Learn how to enable Alerting and Notification to identify any potential issues in advance before they take a toll on your business. + +## [Network Policy](../pluggable-components/network-policy/) + +Learn how to enable Network Policy to control traffic flow at the IP address or port level. \ No newline at end of file diff --git a/content/en/docs/pluggable-components/release-v300.md b/content/en/docs/pluggable-components/overview.md similarity index 93% rename from content/en/docs/pluggable-components/release-v300.md rename to content/en/docs/pluggable-components/overview.md index 15eacc468..c6d840151 100644 --- a/content/en/docs/pluggable-components/release-v300.md +++ b/content/en/docs/pluggable-components/overview.md @@ -4,7 +4,7 @@ keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" description: "KubeSphere Release Notes For 3.0.0" linkTitle: "Overview" -weight: 50 +weight: 3510 --- TBD