Apply suggestions from code review

This commit is contained in:
Kevin Wang 2020-11-20 17:40:17 +08:00
parent 69d3f1b275
commit f05e032328
1 changed files with 7 additions and 8 deletions

View File

@ -6,18 +6,17 @@ The roadmap below outlines new features that will be added to Karmada.
## 2020-Q4
- Karmada deployments with Kubernetes YAML and helm.
- Attach Kubernetes clusters to Karmada for centralized operations and management.
- Support creating federated applications with Kubernetes APIs.
- Attach Kubernetes clusters to Karmada for federated operations and management.
- Push based propagation of arbitrary types to member clusters.
- CLI utility (karmadactl).
- Advanced scheduling strategy.
- Advanced scheduling strategy support, e.g. ClusterAffinity.
## Future
- Large-scale clusters and applications support.
- Resource Pull mode support.
- Horizontal Pod Autoscale across clusters.
- Centralize authentication and authorization, with federated identity from multiple sources.
- Edge clusters and nodes management.
- Cross-cluster service communication.
- Horizontal Pod Autoscaling across clusters.
- Unified authentication and authorization, with federated identity from multiple sources.
- Provide support to manage clusters behind firewall or on edge.
- Cross-cluster service discovery.