From 2648711a196b665a95c919ef7ba924fb8a1dd2b8 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 13 Jul 2022 11:40:30 +1200 Subject: [PATCH] Update titles Signed-off-by: David Young --- manuscript/index.md | 2 +- manuscript/kubernetes/cluster/index.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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