use k3s now
This commit is contained in:
@@ -46,8 +46,8 @@ Have some experiences with many mid-range cloud providers as [Digital Ocean](htt
|
||||
Some notes of this blog :
|
||||
|
||||
* Powered by [`Hugo`](https://gohugo.io/)
|
||||
* Hosted on **Hetzner Cloud**, fully **GitOps managed** from custom [`Terraform Hcloud project`](https://github.com/adr1enbe4udou1n/terraform-hcloud-k0s)
|
||||
* Running on bare-metal `Kubernetes` multi-nodes cluster from [`k0s`](https://k0sproject.io/) distribution
|
||||
* Hosted on **Hetzner Cloud**, fully **GitOps managed** from custom [`Terraform Hcloud project`](https://github.com/adr1enbe4udou1n/terraform-hcloud-k3s)
|
||||
* Running on bare-metal lightweight `Kubernetes` multi-nodes cluster from [`K3s`](https://k3s.io/) distribution
|
||||
* Kubernetes infrastructure completely managed with [`Terraform`](https://github.com/adr1enbe4udou1n/terraform-kube-okami) 🌴
|
||||
* **HA** setup using **Hetzner LB**, targeting 2 worker nodes, with **Postgres cluster** (managed on same Kubernetes cluster)
|
||||
* `Traefik` as reverse proxy, configured for HA 🛣️
|
||||
|
@@ -2,7 +2,7 @@
|
||||
title: "Setup a HA Kubernetes cluster Part II - Installation, GitOps way"
|
||||
date: 2022-09-02
|
||||
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
||||
tags: ["kubernetes", "terraform", "hetzner", "k0s", "gitops"]
|
||||
tags: ["kubernetes", "terraform", "hetzner", "k3s", "gitops"]
|
||||
draft: true
|
||||
---
|
||||
|
||||
@@ -11,7 +11,7 @@ Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by
|
||||
{{< /lead >}}
|
||||
|
||||
1. Terraform
|
||||
2. K0S install
|
||||
2. K3S usage
|
||||
|
||||
## 1st check ✅
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
<div class="flex justify-between items-center">
|
||||
<div class="flex items-center gap-4">
|
||||
<img src="/kube.png" width="30" height="30" alt="Kubernetes"
|
||||
title="Run on bare metal Kubernetes on Hetzner Cloud" />
|
||||
title="Run on K3s over Hetzner Cloud" />
|
||||
|
||||
<a href="https://concourse.okami101.io/teams/main/pipelines/okami-blog" target="_blank">
|
||||
<img src="https://concourse.okami101.io/api/v1/teams/main/pipelines/okami-blog/badge" />
|
||||
|
Reference in New Issue
Block a user