This commit is contained in:
2023-01-07 15:34:02 +01:00
parent 9ed201ab58
commit 87b7fc92ab
8 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
---
title: "Setup a HA Kubernetes cluster for less than $50 / month"
date: 2022-09-02
title: "Setup a HA Kubernetes cluster for less than $60 / month"
date: 2022-12-08
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes"]
draft: true
@@ -66,4 +66,4 @@ Concourse / FluxCD
## Lets party 🎉
Enough talk, [let's go Charles !]({{< ref "/posts/11-build-your-kubernetes-cluster-part-ii" >}}).
Enough talk, [let's go Charles !]({{< ref "/posts/11-build-your-kubernetes-cluster-part-2" >}}).

View File

@@ -1,6 +1,6 @@
---
title: "Setup a HA Kubernetes cluster Part II - Installation, GitOps way"
date: 2022-09-02
title: "Setup a HA Kubernetes cluster Part II - Cluster initialization, GitOps way"
date: 2022-12-09
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "terraform", "hetzner", "k3s", "gitops"]
draft: true
@@ -15,4 +15,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
## 1st check ✅
We now have a working cluster, let's install [a load balanced ingress controller for external access through SSL]({{< ref "/posts/12-build-your-kubernetes-cluster-part-iii" >}}).
We now have a working cluster, let's install [a load balanced ingress controller for external access through SSL]({{< ref "/posts/12-build-your-kubernetes-cluster-part-3" >}}).

View File

@@ -1,6 +1,6 @@
---
title: "Setup a HA Kubernetes cluster Part III - Ingress & storages with NFS & S3"
date: 2022-09-02
date: 2022-12-10
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "traefik", "cert-manager", "nfs", "minio"]
draft: true
@@ -17,4 +17,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
## 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" >}}).
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" >}}).

View File

@@ -1,6 +1,6 @@
---
title: "Setup a HA Kubernetes cluster Part IV - Databases & backups"
date: 2022-09-02
date: 2022-12-11
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "mysql", "postgresql", "minio", "restic"]
draft: true
@@ -19,4 +19,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
## 3rd check ✅
Databases are ready to be consumed by any apps. In real world situation, we should have a full monitoring suite, see [next part]({{< ref "/posts/14-build-your-kubernetes-cluster-part-v" >}}) for complete monitoring and logging stack.
Databases are ready to be consumed by any apps. In real world situation, we should have a full monitoring suite, see [next part]({{< ref "/posts/14-build-your-kubernetes-cluster-part-5" >}}) for complete monitoring and logging stack.

View File

@@ -1,6 +1,6 @@
---
title: "Setup a HA Kubernetes cluster Part V - Monitoring Stack"
date: 2022-09-02
date: 2022-12-12
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "prometheus", "loki", "grafana"]
draft: true
@@ -17,4 +17,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
## 4th check ✅
We now have a full monitoring suite ! Go [next part]({{< ref "/posts/15-build-your-kubernetes-cluster-part-vi" >}}) if you want a complete CI suite for apps building.
We now have a full monitoring suite ! Go [next part]({{< ref "/posts/15-build-your-kubernetes-cluster-part-6" >}}) if you want a complete CI suite for apps building.

View File

@@ -1,6 +1,6 @@
---
title: "Setup a HA Kubernetes cluster Part VI - VCS & CI"
date: 2022-09-02
date: 2022-12-13
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "gitea", "concourse"]
draft: true
@@ -18,4 +18,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
## 5th check ✅
We have everything we need for app building, it's now time to deploy them automatically (Continuous Delivery) with GitOps way on [next part]({{< ref "/posts/16-build-your-kubernetes-cluster-part-vii" >}}).
We have everything we need for app building, it's now time to deploy them automatically (Continuous Delivery) with GitOps way on [next part]({{< ref "/posts/16-build-your-kubernetes-cluster-part-7" >}}).

View File

@@ -1,6 +1,6 @@
---
title: "Setup a HA Kubernetes cluster Part VII - CD, GitOps way"
date: 2022-09-02
date: 2022-12-14
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "fluxcd", "gitops"]
draft: true
@@ -16,4 +16,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
## 6th check ✅
You now have a GitOps ready cluster for any apps deployment, let's go further with load testing and tracing on [next part]({{< ref "/posts/17-build-your-kubernetes-cluster-part-viii" >}}).
You now have a GitOps ready cluster for any apps deployment, let's go further with load testing and tracing on [next part]({{< ref "/posts/17-build-your-kubernetes-cluster-part-8" >}}).

View File

@@ -1,6 +1,6 @@
---
title: "Setup a HA Kubernetes cluster Part VIII - Load testing & tracing"
date: 2022-09-02
date: 2022-12-15
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "k6", "jaeger"]
draft: true