Skip to content

Commit 1123672

Browse files
kvapsTim Bannister
andauthored
Update content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-1/index.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 79d50cf commit 1123672

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-1

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ So, suppose you've decided to build your own cloud. To start somewhere, you need
7373

7474
Of course you can use standard distributions like Ubuntu or Debian, or you can consider specialized ones like Flatcar Container Linux, Fedora Core, and Talos Linux. Each has its advantages and disadvantages.
7575

76-
What about us? We use quite a few specific kernel modules like ZFS, DRBD, and OpenvSwitch, so we decided to go the route of forming a system image with all the necessary modules in advance. In this case, Talos Linux turned out to be the most convenient for us. For example, such a config is enough to build a system image with all the necessary kernel modules:
76+
What about us? At Ænix, we use quite a few specific kernel modules like ZFS, DRBD, and OpenvSwitch, so we decided to go the route of forming a system image with all the necessary modules in advance. In this case, Talos Linux turned out to be the most convenient for us. For example, such a config is enough to build a system image with all the necessary kernel modules:
7777

7878
```yaml
7979
arch: amd64

0 commit comments

Comments
 (0)