minikube
minikube deploys MLOps stack on top of minikube cluster on your machine. Please ensure that docker is installed and running on your machine, along with the latest version of minikube.
Complete
- Once the stacks have been deployed, there is one last step that allows the deployed stacks to be accessed on your local machine. You need to open a new terminal window and find the minikube profile that you're using
minikube profile listand runminikube tunnel --profile='<minikube-profile>'to allow the services to be accessible on the local instance.