Add talk about k8s-gerrit

Change-Id: I67193b9f0665e6741064ef9b6648f2c5695c8ae0
diff --git a/schedule.md b/schedule.md
index 44a7cc4..73093bc 100644
--- a/schedule.md
+++ b/schedule.md
@@ -51,7 +51,7 @@
 | 11:45     |           | Break
 | 12:00     |           | [What's new in Gerrit v3.8](sessions/whats-new-gerrit-3.8.md)
 | 12:45     |           | Lunch & Networking
-| 14:00     |           | *TALK AVAILABLE - Sweden*
+| 14:00     |           | [Gerrit on Kubernetes](sessions/k8s-gerrit.md)
 | 14:45     |           | *TALK AVAILABLE - Sweden*
 | 15:30     |           | *TALK AVAILABLE - Sweden*
 | 16:00     |           | End of the Summit - Sweden
diff --git a/sessions/k8s-gerrit.md b/sessions/k8s-gerrit.md
new file mode 100644
index 0000000..eb62611
--- /dev/null
+++ b/sessions/k8s-gerrit.md
@@ -0,0 +1,15 @@
+# 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 using the operator pattern.
+The resulting Gerrit Operator allows to install a Gerrit cluster consisting of
+multiple primary Gerrits and replica Gerrits to serve workloads at scale and
+provide high availability. The Gerrit Operator manages boilerplate configuration
+and simplifying Gerrit deployment on Kubernetes.
+
+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#tdraebing)*
diff --git a/speakers.md b/speakers.md
index 2c8b113..ebd58ae 100644
--- a/speakers.md
+++ b/speakers.md
@@ -104,3 +104,12 @@
 and contribute to the long list of plugin's maintained by them.
 
 [LinkedIn](https://www.linkedin.com/in/danielesassoli/)
+
+### 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.