diff --git a/slides/kube/setup-k8s.md b/slides/kube/setup-k8s.md
index fcb556ad..3921f8dd 100644
--- a/slides/kube/setup-k8s.md
+++ b/slides/kube/setup-k8s.md
@@ -30,12 +30,12 @@
- Doesn't set up the overlay network
-- Scripting is complex
-
- (because extracting the token requires advanced `kubectl` commands)
-
- Doesn't set up multi-master (no high availability)
+--
+
+ (At least ... not yet!)
+
--
- "It's still twice as many steps as setting up a Swarm cluster 😕" -- Jérôme
@@ -65,4 +65,23 @@
Probably the closest to a multi-cloud/hybrid solution so far, but in development
-- Also, many commercial options!
+---
+
+## Even more deployment options
+
+- If you like Ansible:
+ [kubespray](https://github.com/kubernetes-incubator/kubespray)
+
+- If you like Terraform:
+ [typhoon](https://github.com/poseidon/typhoon/)
+
+- You can also learn how to install every component manually, with
+ the excellent tutorial [Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way)
+
+ *Kubernetes The Hard Way is optimized for learning, which means taking the long route to ensure you understand each task required to bootstrap a Kubernetes cluster.*
+
+- There are also many commercial options available!
+
+- For a longer list, check the Kubernetes documentation:
+
+ it has a great guide to [pick the right solution](https://kubernetes.io/docs/setup/pick-right-solution/) to setup Kubernetes.
\ No newline at end of file