Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

CloudTik 1.1.0 Release

Compare
Choose a tag to compare
@jerrychenhf jerrychenhf released this 05 Jun 08:29
· 318 commits to main since this release
6ff84d0

CloudTik 1.1.0 release includes the following new features and enhancements:

  • Support managed cloud database for AWS, GCP and Azure. The cluster runtimes can utilize the managed cloud database if it is configured.
  • Support virtual provider to allow user to run virtual clustering on a single node providing the similar clustering functionality as public cloud. This is useful for user to develop their applications locally and run it on cloud.
  • Support local provider to allow user to run a single cluster with multiple local nodes for making it easy for such cases.
  • Enhanced on-premise provider to allow multiple workspaces. Each workspace can run multiple clusters.
  • Refactor cluster dump functionality to use exec and rsync based on common abstraction of a provider implementation.
  • Refactor runtime infrastructure to provide common and simpler tools for a new runtime implementation.
  • Rename ML runtime to AI runtime. Add a prototype for AI modeling (more matured implementation coming soon)
  • Many other improvements and bug fixes.