Kubeflow 1.0 brings cloud-native machine learning to Kubernetes

Share
  • March 4, 2020

Kubeflow became open source software in December of 2017 at Kubecon USA. Now, in March of 2020, the first major release has arrived. Kubeflow 1.0 graduates several applications that help develop, build, train, and deploy models on Kubernetes.

Kubeflow is a machine learning toolkit designed to make deploying scalable ML workflows on Kubernetes easier. It includes a custom TensorFlow training job operator and services for creating and deploying Jupyter notebooks and focuses on leveraging cloud assets.

Let’s take a look at what the 1.0 milestone includes and what else Kubeflow has under the hood.

SEE ALSO: Why Kubernetes and containers are the perfect fit for machine learning

Kubeflow v1.0 graduating apps

What’s new? According to the v1.0 announcement blog, 1.0 graduates a “core set of stable applications needed to develop, build, train, and deploy models on Kubernetes efficiently”.

These graduating applications include:

As work on Kubeflow continues, expect to see more applications graduate to 1.0, including Pipelines, Metadata, and Katib.

v1.0 features

Using a variety of different Kubeflow components, users can develop, build, train, and deploy. Version 1.0 allows users to use develop models with Jupyter, build containers with Kubeflow fairing, and deploy them with KFServing.

Kubeflow 1.0 makes it easier than ever to deploy. It provides a CLI and configuration files that deploy with only one command:

For a deeper look at the newest milestone, refer to the official Kubeflow blog by Thea Lamkin.

SEE ALSO: Unleash chaos engineering: Kubethanos kills half your Kubernetes pods

Tour of Kubeflow

Under the hood, Kubeflow makes scalable machine learning with Kubernetes easier by providing simple solutions and builds upon the power of Kubernetes.

With Kubeflow, anywhere that Kubernetes can run, you can also use the machine learning stack.

kubernetes

Kubeflow central dashboard. Source.

Its UI includes a central dashboard, Kubeflow Pipelines dashboard, Jupyter notebook servers, Katlib for hyperparameter tuning, artifact metadata tracking, and settings for sharing user access across namespaces in deployment.

The easy to navigate UI includes pre-built Docker images for Jupyter. You can use Jupyter notebooks to create interactive data science that integrates with the rest of the Kubeflow components. Users can set up multiple notebook servers per Kubeflow deployment.

That’s just scratching the surface of everything that Kubeflow can do. Visit the documentation for a getting started guide and learn all about its components and use cases.

Looking to get involved with the community? Join the kubeflow-discuss mailing list and keep up to date with progress or attend the weekly community meeting.

The post Kubeflow 1.0 brings cloud-native machine learning to Kubernetes appeared first on JAXenter.

Source : JAXenter