1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2026-01-04 12:29:20 +00:00

Tidy up Mastodon Kubernetes recipe

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-08-17 23:24:14 +12:00
parent 591ed465ae
commit 6e6033d168
10 changed files with 219 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
---
title: Install Mastodon in Docker Swarm
description: How to install your own Mastodon instance using Docker Swarm
title: Install Mastodon in Kubernetes
description: How to install your own Mastodon instance using Kubernetes
---
# Install Mastodon in Kubernetes
@@ -26,7 +26,7 @@ description: How to install your own Mastodon instance using Docker Swarm
* [x] [Flux deployment process](/kubernetes/deployment/flux/) bootstrapped
* [x] An [Ingress](/kubernetes/ingress/) to route incoming traffic to services
* [x] [Persistent storage](/kubernetes/persistence/) to store persistent stuff
* [x] [mastodon](/kubernetes/mastodon/) to create an DNS entry
* [x] [External DNS](/kubernetes/external-dns/) to create an DNS entry
New: