4th August 2021
DevOps⚑
Infrastructure Solutions⚑
Kubernetes⚑
-
New: Add Velero as interesting tool.
Velero is a tool to backup and migrate Kubernetes resources and persistent volumes.
Architecture⚑
-
New: Give suggestions on how to choose the number of kubernetes clusters to use.
You can run a given set of workloads either on few large clusters (with many workloads in each cluster) or on many clusters (with few workloads in each cluster).
Here's a table that summarizes the pros and cons of various approaches:
Figure: Possibilities of number of clusters from learnk8s.io article
Operative Systems⚑
Linux⚑
Linux Snippets⚑
-
New: Explain how to allocate space for a virtual filesystem.
fallocate -l 20G /path/to/file
Arts⚑
Writing⚑
Grammar and Orthography⚑
-
New: Explain the use of z or s in some words.
It looks like American english uses
z
while British usess
, some examples:Both forms are correct, so choose the one that suits your liking.