Skip to content

Commit b5e34c1

Browse files
Automated build from blog source
1 parent b50d9c1 commit b5e34c1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tech_blog/7.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,14 @@ <h2 id="issue-5-flannel-does-not-work-after-a-while">😭 Issue 5: Flannel
117117
else that node will never be usable again? I really dont want to have to
118118
delete the node and add another one every time something happens! (maybe
119119
I 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
121129
Calico instead? Lickilly there is prescident for this, you just install
122130
k3s without a CNI, and bolt one on later</p>

0 commit comments

Comments
 (0)