Alluxio / k8s-operator

An operator for managing Alluxio system on Kubernetes cluster
https://www.alluxio.io/
Apache License 2.0
11 stars 9 forks source link

Operator for Dora #2

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago

An operator for Dora. Mostly able to do 3 things:

  1. Create/delete alluxio cluster (master, worker, proxy, fuse, csi)
  2. Run bin/alluxio fs load <path> w/ kubectl command instead of logging into pods to run the command
  3. Able to check alluxio status and load status w/ kubectl commands.
ssz1997 commented 1 year ago

@Kai-Zhang Made some changes and did manual testings of all the state transitions specified in the newly added graph. PTAL. Thanks!