---
title: Kubeflow at KubeCon Europe 2019 in Barcelona
description: Kubeflow, is a Kubernetes native application for AI and Machine Learning,
  for those attending KubeCon Europe 2019 in Barcelona, you can learn more about it.
url: https://canonical.com/blog/kubeflow-at-kubecon-europe-2019-in-barcelona?format=md
---

1. [Blog](https://canonical.com/blog)
2. Article

---

[Carmine Rimi](https://canonical.com/blog/author/carmine-rimi "More about Carmine Rimi")

20 May 2019

# Kubeflow at KubeCon Europe 2019 in Barcelona

[AI](https://canonical.com/blog/tag/ai)
[AI/ML](https://canonical.com/blog/tag/ai-ml)
[artificial intelligence](https://canonical.com/blog/tag/artificial-intelligence)
[KubeCon](https://canonical.com/blog/tag/kubecon)
[Kubeflow](https://canonical.com/blog/tag/kubeflow)
[kubernetes](https://canonical.com/blog/tag/kubernetes)
[machine learning](https://canonical.com/blog/tag/machine-learning)
[ML](https://canonical.com/blog/tag/ml)
[MLOps](https://canonical.com/blog/tag/mlops)

---

Share the article

[Kubeflow,](https://kubeflow.org) the Kubernetes native application for AI and Machine Learning, continues to accelerate feature additions and community growth. The community has released two new versions since the last Kubecon – 0.4 in January and 0.5 in April – and is currently working on the 0.6 release, to be released in July. The key features in each release are briefly discussed below.

# Kubeflow at Kubecon

For those attending KubeCon + CloudNativeCon Europe 2019 in Barcelona, you can learn more about Kubeflow and how to apply it to your business in the following sessions:

#### TUESDAY, May 21

|  |  |
| --- | --- |
| 14:00 | [Kubernetes the New Research Platform](https://kccnceu19.sched.com/event/MPY6/kubernetes-the-new-research-platform-lindsey-tulloch-brock-university-bob-killen-university-of-michigan) – Lindsey Tulloch, Brock University & Bob Killen, University of Michigan |
| 14:00 | [Tutorial: Introduction to Kubeflow Pipelines](https://kccnceu19.sched.com/event/MPgr/tutorial-introduction-to-kubeflow-pipelines-michelle-casbon-dan-sanche-dan-anghel-michal-zylinski-google) – Michelle Casbon, Dan Sanche, Dan Anghel, & Michal Zylinski, Google |
| 15:55 | [KubeFlow BoF (Birds of a Feather)](https://kccnceu19.sched.com/event/PiUF/kubeflow-bof-birds-of-a-feather-david-aronchick-microsoft-yaron-haviv-iguazio) – David Aronchick, Microsoft & Yaron Haviv, Iguazio |

#### WEDNESDAY, May 22

|  |  |
| --- | --- |
| 11:55 | [Towards Kubeflow 1.0, Bringing a Cloud Native Platform For ML to Kubernetes](https://kccnceu19.sched.com/event/MPax/towards-kubeflow-10-bringing-a-cloud-native-platform-for-ml-to-kubernetes-david-aronchick-microsoft-jeremy-lewi-google)  – David Aronchick, Microsoft & Jeremy Lewi, Google |
| 14:00 | [Building Cross-Cloud ML Pipelines with Kubeflow with Spark & Tensorflow](https://kccnceu19.sched.com/event/MPaZ/building-cross-cloud-ml-pipelines-with-kubeflow-with-spark-tensorflow-holden-karau-google-trevor-grant-ibm) – Holden Karau, Google & Trevor Grant, IBM |
| 14:50 | [Managing Machine Learning in Production with Kubeflow and DevOps](https://kccnceu19.sched.com/event/MPar/managing-machine-learning-in-production-with-kubeflow-and-devops-david-aronchick-microsoft) – David Aronchick, Microsoft |

#### THURSDAY, May 23

|  |  |
| --- | --- |
| 11:55 | [A Tale of Two Worlds: Canary-Testing for Both ML Models and Microservices](https://kccnceu19.sched.com/event/MPau/a-tale-of-two-worlds-canary-testing-for-both-ml-models-and-microservices-jorg-schad-arangodb-vincent-lesierse-vampio)  – Jörg Schad, ArangoDB & Vincent Lesierse, Vamp.io |
| 14:00 | [Moving People and Products with Machine Learning on Kubeflow](https://kccnceu19.sched.com/event/MPac/moving-people-and-products-with-machine-learning-on-kubeflow-jeremy-lewi-google-willem-pienaar-go-jek)  – Jeremy Lewi, Google & Willem Pienaar, GO-JEK |
| 14:50 | [Economics and Best Practices of Running AI/ML Workloads on Kubernetes](https://kccnceu19.sched.com/event/MPaf/economics-and-best-practices-of-running-aiml-workloads-on-kubernetes-maulin-patel-google-yaron-haviv-iguazio)  – Maulin Patel, Google & Yaron Haviv, Iguazio |

Come by the Canonical booth to learn how to get started with Kubeflow quickly and easily – on Ubuntu with [Microk8s](https://microk8s.io), and on Windows or macOS with [Multipass](https://multipass.run) and [Microk8s](https://microk8s.io).

# What’s in Kubeflow 0.5?

* This is a summary of some of the key features:
* UI Improvements – new Central Dashboard and a new sidebar navigation
* JupyterHub Improvements – launch multiple notebooks, attach volume
* Fairing Python Library – build, train, and deploy models from notebooks or IDE
* Katib (hyperparameter) Improvements – more generic, updated CRD, better status
* KFCTL binary (configure and platform deploy). (<https://deploy.kubeflow.cloud/>)
* Pipelines Persistence ([upgrade or reinstall](https://www.kubeflow.org/docs/pipelines/upgrade/))
* 150+ closed issues and 250+ merged PRs

You can learn more about the 0.5 release from the [Kubeflow blog on 0.5](https://medium.com/kubeflow/kubeflow-v0-5-simplifies-model-development-with-enhanced-ui-and-fairing-library-78e19cdc9f50).

# What’s in Kubeflow 0.4?

* An updated [JupyterHub UI](https://github.com/kubeflow/kubeflow/tree/master/components/jupyterhub) that makes it easy to spawn notebooks with Persistent Volume Claims (PVCs).
* An alpha release of [fairing](https://github.com/kubeflow/fairing), a python library that simplifies the build and train process for data scientists – they can start training jobs directly from a notebook or IDE.
* An initial release of a Custom Resource Definition (CRD) for managing Jupyter notebooks. You can use kubectl to create notebook containers.
* [Kubeflow Pipelines](https://github.com/kubeflow/pipelines) for orchestrating ML workflows, which speeds the process of productizing models by reusing pipelines with different datasets or updated data.
* [Katib](https://github.com/kubeflow/katib) support for TFJob, which makes it easier to tune models and compare performance with different hyper-parameters.
* Beta versions of the [TFJob](https://github.com/kubeflow/tf-operator) and [PyTorch](https://github.com/kubeflow/pytorch-operator) operators, which enable data scientists to program their training jobs against a more stable API and to more easily switch between training frameworks.

You can learn more about the 0.4 release from the [Kubeflow blog on 0.4](https://medium.com/kubeflow/kubeflow-0-4-release-enhancements-for-machine-learning-productivity-d77c54df07a9).

# Learn more about Kubeflow

There is a wealth of information at [kubeflow.org](https://kubeflow.org), this includes docs, blogs, and examples. In addition, you can go to [ubuntu.com/ai/install](https://ubuntu.com/ai/install) to get started quickly.

## Sign up for our newsletter

Get the latest Canonical news and updates in your inbox.

Work email:

\*I agree to receive information about Canonical's
products and services.

By submitting this form, I confirm that I have read and agree to [Canonical's Privacy Policy](https://canonical.com/legal/dataprivacy).

Sign up

## Share on

---

## Related posts

[### Securing AI agent workflows on Ubuntu with the new NVIDIA OpenShell snap](https://canonical.com/blog/nvidia-openshell-ubuntu-announcement)

By packaging OpenShell as a snap, Canonical is enabling enterprises to confidently run next-generation agentic workflows across local devices, hybrid environments, and private clouds.

[Canonical](https://canonical.com/blog/author/canonical)

1 June 2026

[### Canonical joins the Open Secure AI Alliance](https://canonical.com/blog/open-secure-ai-alliance)

Canonical is now part of the Open Secure AI Alliance, announced by NVIDIA with partners across cloud computing, cybersecurity, enterprise software, open source foundations, and...

[Canonical](https://canonical.com/blog/author/canonical)

28 August 2026

[### Arduino® VENTUNO™ Q is available for pre-order with Ubuntu pre-installed](https://canonical.com/blog/arduino-ventuno-q-is-available-for-pre-order-with-ubuntu-pre-installed)

London, UK – August 25, 2026 – Following our initial collaboration announcement in March 2026, Canonical and Arduino (a subsidiary of Qualcomm Technologies, Inc.) are excited...

[Canonical](https://canonical.com/blog/author/canonical)

25 August 2026

[### A look into Ubuntu Core 26: Building a local AI inference appliance in a virtual machine](https://canonical.com/blog/ubuntu-core-26-ai-box)

Welcome to this blog series which explores innovative uses of Ubuntu Core. Throughout this series, Canonical’s Engineers will show what you can build with this Core 26 release,...

[Gabriel Aguiar Noury](https://canonical.com/blog/author/g-aguiar-noury)

16 June 2026
