organize kube chapters

This commit is contained in:
2023-01-28 19:37:30 +01:00
parent 70aaff09a8
commit 52bb84cfa2
5 changed files with 25 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
---
title: "Setup a HA Kubernetes cluster Part II - Cluster initialization, GitOps way"
title: "Setup a HA Kubernetes cluster Part II - Cluster initialization with Terraform"
date: 2022-12-09
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "terraform", "hetzner", "k3s", "gitops"]
@@ -16,4 +16,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-3" >}}).
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" >}}) and proper HA storage.