1

I'm developping an application which is splitted in 15 micro services. I've been using Minikube with skaffold for development.

Now, I want to migrate to multipass nodes. Is it possible to use skaffold with multipass on Ubuntu 18.04 ?

T00rk
  • 2,178
  • 3
  • 17
  • 23

1 Answers1

0

You'll need to use a Kubernetes distribution. I haven't tested it, but the microk8s documentation describes installing microk8s on multipass.

Brian de Alwis
  • 2,814
  • 2
  • 18
  • 32