Files
blog/content/posts/12-build-your-kubernetes-cluster-part-3/index.md
2023-01-28 18:44:08 +01:00

872 B

title, date, description, tags, draft
title date description tags draft
Setup a HA Kubernetes cluster Part III - Ingress & storages with NFS & S3 2022-12-10 Follow this opinionated guide as starter-kit for your own Kubernetes platform...
kubernetes
traefik
cert-manager
nfs
minio
true

{{< lead >}} Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by following this opinionated guide 🎉 {{< /lead >}}

  1. Traefik & cert-manager
  2. Resilient Storage with Longhorn
  3. Samples with Portainer & Minio
  4. S3 Backup with longhorn

2nd check

Our cluster is now perfectly securely accessible from outside with minimal setup needed for any new apps. Persistence is insured by NFS provisioner and S3 app. The next important part is now to have a [working database for real world apps]({{< ref "/posts/13-build-your-kubernetes-cluster-part-4" >}}).