*: k0.hswaw.net somewhat working
diff --git a/cluster/README b/cluster/README
new file mode 100644
index 0000000..5b2fb7b
--- /dev/null
+++ b/cluster/README
@@ -0,0 +1,20 @@
+HSCloud Clusters
+================
+
+Current cluster: `k0.hswaw.net`
+
+Accessing via kubectl
+---------------------
+
+There isn't yet a service for getting short-term user certificates. Instead, you'll have to get admin certificates:
+
+    clustercfg admincreds $(whoami)-admin
+    kubectl get nodes
+
+Provisioning nodes
+------------------
+
+ - bring up a new node with nixos, running the configuration.nix from bootstrap (to be documented)
+ - `clustercfg nodestrap bc01nXX.hswaw.net`
+
+That's it!