For advanced experiments with Kubernetes, users may need to have a dedicated Kubernetes cluster.
Currently, CrownLabs has the "sandbox" object that tries to implement such a feature, but not all the permissions can be granted to the student as they use the main CrownLabs API server and shared objects, hence preventing them from having full control to the cluster.
The idea would be to create a new cluster dedicated to the student, e.g., using ClusterAPI and Kamaji as a lightweight control plane.
An initial implementation is available in PR #977 , but it requires some more work to be integrated with the CrownLabs master.