Files
blog/content/posts/12-build-your-kubernetes-cluster-part-3/index.md
2023-05-08 21:41:45 +02:00

878 B

title, date, description, tags, draft
title date description tags draft
Setup a HA Kubernetes cluster Part III - Ingress & HA storage 2023-06-10 Follow this opinionated guide as starter-kit for your own Kubernetes platform...
kubernetes
traefik
cert-manager
longhorn
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. Test with PgAdmin (valid both ingress and storage)

2nd check

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