We intend to deploy a trained model in production. since we can not keep the same in the code base, we need to upload into the cloud and refer it on runtime.
We are using kubernetes, and I'm relatively new to it. Below is my stepwise understanding on how to solve this.
I tried referring documentation pv with no luck. I also tried to move the model to PV via "kubectl cp", with no success.
Any idea on how to resolve this? any helps would be appreciated.