Kurator
Kurator is an open source distributed cloud native platform that helps users to build their own distributed cloud native infrastructure and facilitates enterprise digital transformation.
Kurator integrates popular cloud native software stacks including Karmada, KubeEdge, Volcano, Kubernetes, Istio, Prometheus, etc.
It provides powerful capabilities to multi-cloud and multi-cluster, including:
- Multi-cloud, Edge-cloud, Edge-edge Synergy
- Unified Resource Orchestration
- Unified Scheduling
- Unified Traffic Management
- Unified Telemetry
Quick start
This guide will cover:
- Install Kurator
- Install Karmada and join a Kubernetes member cluster
- Install Istio
- Install KubeEdge and join an edge node
- Install Volcano
- Install Prometheus
Install Kurator
Clone this repo to your machine:
Change to the Kurator directory:
Build Kurator:
An executable file named kurator
will be created at out/$(GOOS)-$(GOARCH)/
Put the kurator
to the executable directory:
Local env setup
This script will create three clusters for you, one is used to host Karmada control plane and the other two will be joined as member clusters.
Install Karmada
Install Karmada control plane:
Join cluster member1
:
–cluster-kubeconfig=/root/.kube/kurator-members.config
–cluster-context=kurator-member1
Join cluster member2
:
–cluster-kubeconfig=/root/.kube/kurator-members.config
–cluster-context=kurator-member2
Install Istio
Install KubeEdge
Install KubeEdge control plane:
Join edge node:
–cloudcore-address=<ip:port>
–node-ip= <node ip>
-p=”${NODE_PWD}“
Install Volcano
Install Prometheus
Contributing
If you’re interested in being a contributor and want to get involved in
developing the Kurator code, please see CONTRIBUTING for
details on submitting patches and the contribution workflow.
License
Kurator is under the Apache 2.0 license. See the LICENSE file for details.