3 ms·
SRE here, why would you create your own node images for Kubernetes Nodes? Unless they deliver some weird kernel that would cause containers not to run, there is
by stackskipton 1mo ago
SRE here, why would you create your own node images for Kubernetes Nodes? Unless they deliver some weird kernel that would cause containers not to run, there is no reason not to take cloud provider image.
If you need something extra on the nodes, 99% of the time, DaemonSets will do the job.
- tomrod 1mo agoIn many spaces, higher security requirements.