File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,6 +117,14 @@ <h2 id="issue-5-flannel-does-not-work-after-a-while">😭 Issue 5: Flannel
117117else that node will never be usable again? I really dont want to have to
118118delete the node and add another one every time something happens! (maybe
119119I should do this anyway as immutable deployments, but I digressed)</ p >
120+ < p > I dont think this will be an issue with Calico though because the
121+ whole idea of k3s is it sets up as much of the management stuff as
122+ possible without spinning up a memory intensive constiner everywhere, it
123+ just runs in one process instead. This has the issue that managing
124+ things is a lot harder since every component in the process needs to be
125+ coordinated, and that is what kubernetes excells at, which is
126+ cordinating things, so there will be a lot of edge cases is you dont use
127+ kubernetes.</ p >
120128< p > What if I just dont use flannel at all, and install the well-loved
121129Calico instead? Lickilly there is prescident for this, you just install
122130k3s without a CNI, and bolt one on later</ p >
You can’t perform that action at this time.
0 commit comments