diff --git a/manuscript/index.md b/manuscript/index.md index 5a6ae12..01dbcf4 100644 --- a/manuscript/index.md +++ b/manuscript/index.md @@ -50,7 +50,7 @@ Running such a platform enables you to run selfhosted services such as the [Auto * [Automated backup](/recipes/elkarbackup/) of configuration and data * [Monitoring and metrics](/recipes/swarmprom/) collection, graphing and alerting -Recent updates and additions are posted on the [CHANGELOG](/changelog/), and there's a friendly community of like-minded geeks in the [Discord server](http://chat.funkypenguin.co.nz). +Recent updates and additions are posted on the [CHANGELOG](/recent-changes/), and there's a friendly community of like-minded geeks in the [Discord server](http://chat.funkypenguin.co.nz). ## How will this benefit me? diff --git a/manuscript/kubernetes/cluster/index.md b/manuscript/kubernetes/cluster/index.md index fec1089..6f0a2fd 100644 --- a/manuscript/kubernetes/cluster/index.md +++ b/manuscript/kubernetes/cluster/index.md @@ -1,5 +1,6 @@ --- -description: Choosing HOW to deploy Kubernetes +title: How to choose a managed Kubernetes cluster vs build your own +description: So you want to play with Kubernetes? The first decision you need to make is how your cluster will run. Do you choose (and pay a premium for) a managed Kubernetes cloud provider, or do you "roll your own" with kubeadm on bare-metal, VMs, or k3s? --- # Kubernetes Cluster