cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Setup a HA Kubernetes cluster for less than $50 / month"
|
title: "Setup a HA Kubernetes cluster for less than $60 / month"
|
||||||
date: 2022-09-02
|
date: 2022-12-08
|
||||||
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
||||||
tags: ["kubernetes"]
|
tags: ["kubernetes"]
|
||||||
draft: true
|
draft: true
|
||||||
@@ -66,4 +66,4 @@ Concourse / FluxCD
|
|||||||
|
|
||||||
## Let’s party 🎉
|
## Let’s 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" >}}).
|
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Setup a HA Kubernetes cluster Part II - Installation, GitOps way"
|
title: "Setup a HA Kubernetes cluster Part II - Cluster initialization, GitOps way"
|
||||||
date: 2022-09-02
|
date: 2022-12-09
|
||||||
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
||||||
tags: ["kubernetes", "terraform", "hetzner", "k3s", "gitops"]
|
tags: ["kubernetes", "terraform", "hetzner", "k3s", "gitops"]
|
||||||
draft: true
|
draft: true
|
||||||
@@ -15,4 +15,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
|
|||||||
|
|
||||||
## 1st check ✅
|
## 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" >}}).
|
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Setup a HA Kubernetes cluster Part III - Ingress & storages with NFS & S3"
|
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..."
|
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
||||||
tags: ["kubernetes", "traefik", "cert-manager", "nfs", "minio"]
|
tags: ["kubernetes", "traefik", "cert-manager", "nfs", "minio"]
|
||||||
draft: true
|
draft: true
|
||||||
@@ -17,4 +17,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
|
|||||||
|
|
||||||
## 2nd check ✅
|
## 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" >}}).
|
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Setup a HA Kubernetes cluster Part IV - Databases & backups"
|
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..."
|
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
||||||
tags: ["kubernetes", "mysql", "postgresql", "minio", "restic"]
|
tags: ["kubernetes", "mysql", "postgresql", "minio", "restic"]
|
||||||
draft: true
|
draft: true
|
||||||
@@ -19,4 +19,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
|
|||||||
|
|
||||||
## 3rd check ✅
|
## 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.
|
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Setup a HA Kubernetes cluster Part V - Monitoring Stack"
|
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..."
|
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
||||||
tags: ["kubernetes", "prometheus", "loki", "grafana"]
|
tags: ["kubernetes", "prometheus", "loki", "grafana"]
|
||||||
draft: true
|
draft: true
|
||||||
@@ -17,4 +17,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
|
|||||||
|
|
||||||
## 4th check ✅
|
## 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.
|
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Setup a HA Kubernetes cluster Part VI - VCS & CI"
|
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..."
|
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
||||||
tags: ["kubernetes", "gitea", "concourse"]
|
tags: ["kubernetes", "gitea", "concourse"]
|
||||||
draft: true
|
draft: true
|
||||||
@@ -18,4 +18,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
|
|||||||
|
|
||||||
## 5th check ✅
|
## 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" >}}).
|
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Setup a HA Kubernetes cluster Part VII - CD, GitOps way"
|
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..."
|
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
||||||
tags: ["kubernetes", "fluxcd", "gitops"]
|
tags: ["kubernetes", "fluxcd", "gitops"]
|
||||||
draft: true
|
draft: true
|
||||||
@@ -16,4 +16,4 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
|
|||||||
|
|
||||||
## 6th check ✅
|
## 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" >}}).
|
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Setup a HA Kubernetes cluster Part VIII - Load testing & tracing"
|
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..."
|
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
||||||
tags: ["kubernetes", "k6", "jaeger"]
|
tags: ["kubernetes", "k6", "jaeger"]
|
||||||
draft: true
|
draft: true
|
Reference in New Issue
Block a user