Files
blog/content/posts/12-build-your-kubernetes-cluster-part-iii/index.md
2022-09-03 18:35:13 +02:00

797 B

title, date, description, tags, draft
title date description tags draft
Setup a HA Kubernetes cluster Part III - Traefik & persistence storages (NFS & S3) 2022-09-02 Follow this opinionated guide as starter-kit for your own Kubernetes platform...
kubernetes
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. NFS subdirectory provisioner
  3. Portainer
  4. Minio

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-iv" >}}).