File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
130130only true if you have a simple use case, it pretty much pushes you
131131towards 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 >
You can’t perform that action at this time.
0 commit comments