Skip to content

Commit c91375d

Browse files
committed
fleshed out the conclusion
1 parent 0284f56 commit c91375d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/tech_blog/7.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,7 @@ $ <install Calico CRD>
8888
```
8989

9090
## Conclusion 🤔
91-
k3s markets itself as a simple way to deploy kubernetes, but this is only true if you have a simple use case, it pretty much pushes you towards deploying all the components of your cluster from scratch with every edge case not well thought out. This is not a bad thing though, because frequently I wonder if you do not know how to deploy your own kubernetes cluster from scratch anyway, should you be given the privelage to use kubernetes at all? If one thing starts to not work, you will have to learn how to anyway
91+
k3s markets itself as a simple way to deploy kubernetes, but this is only true if you have a simple use case, it pretty much pushes you towards deploying all the components of your cluster from scratch with every edge case not well thought out. To give credit where credit is due, they do give you quite a few options to choose what components of a cluster to deploy with wether it be choosing which CNI protocol to use (wireguard/VXLAN via Flannel) or choosing which cluster database to use (ETCD/Postgres/sqlite via KINE)
92+
93+
Not catching every edge case is not bad though, because frequently I wonder if you do not know how to deploy your own kubernetes cluster from scratch anyway, should you be given the privelage to use kubernetes at all? If one thing starts to not work, you will have to learn how to anyway
9294

0 commit comments

Comments
 (0)