Releases: Alluxio/k8s-operator
Releases · Alluxio/k8s-operator
v1.0.1
Alluxio k8s operator v1.0.1 is a patch release that based on v1.0.0 which adds some new functionalities.
Features
- An individual CSI Helm Chart that is able to manage multiple Alluxio clusters.
- Supports Etcd-backed membership for Alluxio clusters starting from Alluxio 303.
- An Alluxio real-time dashboard based on Prometheus + Grafana.
- Supports dataset Unload and Update.
v1.0.0
Alluxio k8s operator v1.0.0 is the first release that manages Alluxio cluster on Kubernetes.
Notes
- Minimum supported Kubernetes version is 1.19
- Minimum supported Alluxio version is 300
- See documentation at https://github.com/Alluxio/alluxio/blob/main/docs/en/kubernetes/Running-Alluxio-On-Kubernetes.md
Features
- Concept of Dataset. An intuitive way to understand the relationship between the data and Alluxio.
- Cloud-native way to interact with Alluxio. Everything through kubectl.
- Supports all Alluxio client APIs, including Java API, POSIX API, S3 API, and REST API.