Skip to content

Commit b50d9c1

Browse files
Automated build from blog source
1 parent 5e2a413 commit b50d9c1

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

tech_blog/7.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,13 @@ <h2 id="conclusion">Conclusion 🤔</h2>
129129
<p>k3s markets itself as a simple way to deploy kubernetes, but this is
130130
only true if you have a simple use case, it pretty much pushes you
131131
towards deploying all the components of your cluster from scratch with
132-
every edge case not well thought out. This is not a bad thing though,
133-
because frequently I wonder if you do not know how to deploy your own
134-
kubernetes cluster from scratch anyway, should you be given the
135-
privelage to use kubernetes at all? If one thing starts to not work, you
136-
will have to learn how to anyway</p>
132+
every edge case not well thought out. To give credit where credit is
133+
due, they do give you quite a few options to choose what components of a
134+
cluster to deploy with wether it be choosing which CNI protocol to use
135+
(wireguard/VXLAN via Flannel) or choosing which cluster database to use
136+
(ETCD/Postgres/sqlite via KINE)</p>
137+
<p>Not catching every edge case is not bad though, because frequently I
138+
wonder if you do not know how to deploy your own kubernetes cluster from
139+
scratch anyway, should you be given the privelage to use kubernetes at
140+
all? If one thing starts to not work, you will have to learn how to
141+
anyway</p>

0 commit comments

Comments
 (0)