Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Deploy to kubernetes

kubernetes/examples folder of the ozone distribution contains kubernetes deployment resource files for multiple use cases.

...

  1. You can have multiple datanodes even if you have only one host (in a real production cluster usually you need one datanode per physical host)
  2. The services are publish with node port

Access the services

Now you can access any of the services. For each web endpoint an additional NodeType service is defined in the minikube k8s resource set. NodeType services are available via a generated port of any of the host nodes:

...