Hopsworks on kubernetes

Hello can we install hops work on the top of Kubernetes

No.
Hopsworks can be installed alongside kubernetes. That is, Hopsworks can run:
(1) Python jobs on k8s
(2) Jupyter notebooks on k8s
(3) Model serving on k8s
But Hopsworks itself has stateful services: the feature store, HopsFS, Kafka, Elastic, Prometheus and NDB. And Hopsworks runs Spark applications on its own YARN cluster (Spark does not work properly on k8s yet - shuffle is pretty broken for Spark on k8s). If you only want to use the feature store, you could install Hopsworks on a single VM (32GB ram at least) and connect it to k8s, so you can use it from k8s.