1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-17 03:31:53 +00:00

Update titles

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-07-13 11:40:30 +12:00
parent 6f6b3249ac
commit 2648711a19
2 changed files with 3 additions and 2 deletions

View File

@@ -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 * [Automated backup](/recipes/elkarbackup/) of configuration and data
* [Monitoring and metrics](/recipes/swarmprom/) collection, graphing and alerting * [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? ## How will this benefit me?

View File

@@ -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 # Kubernetes Cluster