Lightning talk on Gerrit on Kubernetes
Change-Id: I411c4185e302cfb1f7471f021888da0f74a0600f
diff --git a/schedule.md b/schedule.md
index f2018e3..7478f2c 100644
--- a/schedule.md
+++ b/schedule.md
@@ -71,7 +71,11 @@
| 11:00 | __Talk available__
| 12:00 | Lunch& Networking
| 14:00 | [Keeping an eye on your repository metrics](sessions/git-repo-metrics.md)
-| 14:10 | __Lightning talks (5x 10 mins)__
+| 14:10 | [Status update of the "Gerrit on Kubernetes" project](sessions/k8s-gerrit.md)
+| 14:20 | __Lightning talk available__
+| 14:30 | __Lightning talk available__
+| 14:40 | __Lightning talk available__
+| 14:50 | __Lightning talk available__
| 15:00 | Break & Networking
| 15:30 | Final retrospective and proposals
| 16:30 | Conference wrap-up and Closing Keynote
diff --git a/sessions/k8s-gerrit.md b/sessions/k8s-gerrit.md
new file mode 100644
index 0000000..03685f4
--- /dev/null
+++ b/sessions/k8s-gerrit.md
@@ -0,0 +1,16 @@
+# Status update of the "Gerrit on Kubernetes" project
+
+The "Gerrit on Kubernetes" (short: k8s-gerrit) project aims to provide a simple
+way of deploying Gerrit into a Kubernetes cluster.
+
+At SAP we are planning to move our Gerrit instances to Kubernetes clusters in
+the upcoming year. To make this possible, we are working on a Kubernetes operator
+to manage Gerrit deployments and on making Gerrit scalable using the multisite
+plugin.
+
+Thomas will present a short overview over the current status and the upcoming
+plans.
+
+This talk will be presented online.
+
+*[Thomas Draebing, SAP](../speakers.md#anchor)*
diff --git a/speakers.md b/speakers.md
index 678ec30..572761a 100644
--- a/speakers.md
+++ b/speakers.md
@@ -37,3 +37,12 @@
He has extensive experience in working on backend systems, on-premise and
cloud-based, with different programming languages, such as Scala, Java, NodeJS
and related ecosystems.
+
+### Thomas Draebing - SAP {#tdraebing}
+
+[LinkedIn](https://www.linkedin.com/in/thomasdraebing/)
+
+Thomas is a Software Developer at SAP, where he is part of the team providing
+Gerrit for development teams within SAP. He is actively contributing to Gerrit
+since 2018 and has started the [k8s-gerrit](https://gerrit-review.googlesource.com/admin/repos/k8s-gerrit,general)
+project.