Files
kubesphere/docs/en/concepts-and-designs/README.md
KubeSphere CI Bot 0bc5529ea1 Merge pull request #1681 from huanggze/logging-doc
add logging dev guides
2020-02-24 16:31:36 +08:00

65 lines
1.8 KiB
Markdown

# Concepts and Designs
Concepts and Designs help you to learn and understand the KubeSphere and the landscape.
## What is Kubesphere ?
- [Overview and Core concepts](overview.md). Provides a high-level description and introduction, including the problems the project solves.
- Project Goals. Provides the goals, which KubeSphere is trying to focus and provide features about them.
After you read the above documents, you should understand the KubeSphere basic goals. Now, you can choose which following parts you are interested, then dive in.
### KubeSphere Core
### KubeSphere Installer
### KubeSphere UI
TODO: UI opensource is on the way
### KubeSphere Application Management
TODO(@pengcong)
### KubeSphere Service Mesh
TODO(@zryfish)
## Porter
TODO(@magicsong)
### KubeSphere Networking
TODO
### KubeSphere DevOps
Read [DevOps Pipeline Overview](devops-pipeline-overview.md).
### KubeSphere S2I/B2I
Read [S2I/B2I Overview](s2i_b2i_overview.md)
### KubeSphere Monitoring
- [Overview](kubesphere-monitoring.md#Overview): Explains the architecture and key components behind the monitoring system.
- [Setup](kubesphere-monitoring.md#Setup): Introduces manifests related to Prometheus setup.
### KubeSphere Logging
- [Overview](kubesphere-logging.md#Overview): Explains the architecture and key components behind the logging system.
- [Log Collection and Forward](kubesphere-logging.md#Log-Collection-and-Forward): Introduces logging agent and the sidecar-based solution for collecting application logs on disk.
- [Log Store and Management](kubesphere-logging.md#Log-Store-and-Management): Introduces long-term log storage and management.
- [Log Search, Export and Visualization](kubesphere-logging.md#Log-Search,-Export-and-Visualization): Introduces log query and reporting.
### KubeSphere Altering
TODO
### KubeSphere Notification
TODO