Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 963 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 963 Bytes

Eclipse Ditto :: Minikube

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.

Requirements

Start Minikube

Start Minikube with one of the provided drivers.

minikube start 

# verify minikube is started
minikube status

Start Eclipse Ditto

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.

Ditto up & running

Now Ditto should be up & running.

Use Eclipse Ditto

minikube service ditto

Use Minikube Dashboard

minikube dashboard

Have Fun!