Hello, I took CKAD and am trying to apply learnings
Would it be considered weird if i deploy components (ingestion, validation, prepreocessing, feature generation, training, model pusher, etc…) of ML pipelines as microservices using Kubernetes Primitives? I i ideally wanted to use Kubeflow pipelines but installing/getting Kubeflow up and running on a self-managed ARM64 cluster cluster is so hard! I gave up.
the easier route is to package each component of my training pipeline as docker image and expose it as clusterip service. Would it be considered **naive ** to use primitives in real life instead of other stuff like kubeflow, zenml, etc?
I’d appreciate any insight - small or big! Thanks.