KubeFATE v1.3.0
By downloading, installing or using the software, you accept and agree to be bound by all of the terms and conditions of the LICENSE and DISCLAIMER.
KubeFATE v1.3.0 supports the deployment and management of below FATE components:
- FATE v1.3.0;
- FATE-Serving v1.2.0
KubeFATE provides two approaches to deploy FATE :
1 . Using Docker Compose :
This approach is simple and can be used for setting up environments of dev / test purposes. Get started from here: Install FATE by Docker Compose .
2 . Using Kubernetes (K8s) :
a) Since V1.2, Helm charts and shell scripts can be used to deploy FATE. Get started from here: K8s installation by scripts. Note: This method will be deprecated in future release.
b) In this release(V1.3), a new command line (CLI) of KubeFATE is introduced. It is currently a preview version and will be a preferred method to deploy FATE. Its major features are:
- Provide a single executable binary (CLI) for initiating and managing FATE cluster;
- Manage full life-cycle of FATE clusters : deploying a new cluster, querying an existing cluster, destroying a cluster and etc.;
- Support customized deployment;
- Support one KubeFATE service to manage multiple FATE deployments;
- Provide cluster management service with RESTful APIs.
For more details, please refer to: KubeFATE Overview and KubeFATE-k8s-deploy .
The deliverables includes:
This KubeFATE release includes KubeFATE CLI binary, the samples of config.yaml, kubefate.yaml, rbac-config.yaml and cluster.yaml.