mlops-playground is a hands-on practice repository for learning and experimenting with MLOps workflows, including model training, packaging, CI/CD automation, artifact management, containerization, and deployment to Kubernetes-based platforms like EKS or AKS.
Use scripts/setup-kind-mlflow.sh to create a local kind cluster.
Prerequisites:
- Docker
- kind
Run:
./scripts/setup-kind-mlflow.shThe script creates or reuses a kind cluster named mlops-playground.
Useful environment overrides:
CLUSTER_NAMEKIND_NODE_IMAGE