Skip to content

Commit

Permalink
modify docs format
Browse files Browse the repository at this point in the history
  • Loading branch information
justedennnnn committed Jun 29, 2023
1 parent 29881ab commit 5281401
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: 关键特性
---

## 跨云多集群多模式管理

Karmada支持:

* 安全隔离:
* 为每个集群创建一个namespace,以`karmada-es-`为前缀。
* [多模式](https://karmada.io/zh/docs/userguide/clustermanager/cluster-registration)
Expand All @@ -19,7 +21,9 @@ Karmada支持:
![overall-relationship.png](../resources/key-features/overall-relationship.png)

## 多策略的多集群调度

Karmada支持:

* 不同 [调度策略](https://karmada.io/zh/docs/userguide/scheduling/resource-propagating) 下的集群分发能力:
* ClusterAffinity:基于ClusterName、Label、Field的定向调度。
* Toleration:基于Taint和Toleration的调度。
Expand All @@ -43,7 +47,9 @@ Karmada支持:
![overall-relationship.png](../resources/key-features/overall-rescheduling.png)

## 应用的跨集群故障迁移

Karmada支持:

* [集群故障迁移](https://karmada.io/zh/docs/userguide/failover/)
* Karmada支持用户设置分发策略,在集群发生故障后,将故障集群实例进行自动的集中式或分散式的迁移。
* 集群污点设置:
Expand All @@ -56,7 +62,9 @@ Karmada支持成员集群的故障迁移,一个成员集群故障会导致集
![overall-relationship.png](../resources/key-features/cluster-failover.png)

## 全局统一资源视图

Karmada支持:

* [资源状态收集与聚合](https://karmada.io/zh/docs/userguide/globalview/customizing-resource-interpreter) :借助资源解释器(Resource Interpreter),将状态收集并聚合到资源模板
* 用户自定义,触发Webhook远程调用。
* 对于一些常见资源,在Karmada中固定编码。
Expand All @@ -74,9 +82,10 @@ Karmada支持:

![overall-relationship.png](../resources/key-features/unified-resourcequota.png)


## 最佳生产实践

Karmada支持:

* [统一认证鉴权](../userguide/bestpractices/unified-auth.md)
* 聚合API统一访问入口。
* 访问权限控制与成员集群一致。
Expand All @@ -96,7 +105,9 @@ Karmada支持:
![overall-relationship.png](../resources/key-features/unified-resourcequota.png)

## 跨集群服务治理

Karmada支持:

* [多集群服务发现](https://karmada.io/zh/docs/userguide/service/multi-cluster-service)
* 使用ServiceExport和ServiceImport,实现跨集群的服务发现。
* [多集群网络支持](https://karmada.io/zh/docs/userguide/network/working-with-submariner)
Expand Down

0 comments on commit 5281401

Please sign in to comment.