Versions Compared

Key

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

As the apache/ozone docker images are available from the dockerhub the deployment process is very similar Minikube deployment. The only big difference is that we have dedicated set of k8s files for hosted clusters (for example we can use one datanode per host)

Deploy to kubernetes

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

...

Code Block
kubectl get pod

Access the services

Now you can access any of the services. By default the services are not published but you can access them with port-foward rules.

...