mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:22:54 +00:00
Add project amdin _index
Signed-off-by: Ray Zhou <ray@yunify.com>
This commit is contained in:
parent
73ee93ddcc
commit
fd621c2c49
|
|
@ -9,3 +9,25 @@ weight: 4500
|
|||
icon: "/images/docs/docs.svg"
|
||||
|
||||
---
|
||||
|
||||
A KubeSphere project is a Kubernetes namespace. There are two types of projects, the single-cluster project and the multi-cluster project. The former one is the regular Kubernetes namespace, while the latter one is the federation namespace across multiple clusters. As a project administrator, there are a bunch of work to do, such as setting project quotas, managing gateway, access control, etc.
|
||||
|
||||
## [Project Quotas](../project-administration/project-quota/)
|
||||
|
||||
Learn how to configure project quotas of resources such as workloads, CPU, memory.
|
||||
|
||||
## [Project Gateway](../project-administration/project-gateway/)
|
||||
|
||||
Understand the concept of project gateway and how to manage it.
|
||||
|
||||
## [Project Network Isolation](../project-administration/project-network-isolation/)
|
||||
|
||||
Understand the concept of network isolation and how to configure policies for a project.
|
||||
|
||||
## [Projects and Multi-cluster Projects](../project-administration/project-and-multicluster-project/)
|
||||
|
||||
Learn how to manage different types of projects.
|
||||
|
||||
## [Role and Member Management](../project-administration/role-and-member-management/)
|
||||
|
||||
Learn how to manage access control for a project.
|
||||
|
|
|
|||
Loading…
Reference in New Issue