Running Eclipse Ditto on minikube with kubernetes descriptor files or Ditto Helm chart.
In the following sections you can find a short description how to run Eclipse Ditto on minikube.
Start Minikube with one of the provided drivers.
minikube start
# verify minikube is started
minikube status
Currently, there are to possibilities to start Eclipse Ditto inside your minikube cluster. Either use the files in the deploymentFiles directory and the Readme or use the Ditto Helm chart.
Now Ditto should be up & running.
minikube service ditto
minikube dashboard
Have Fun!