My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
DevOps
Software Engineering
Security
Data Science
Disclaimer
About
▼
Monday, 5 January 2026
Kubernetes ReplicaSets
›
A ReplicaSet is a Kubernetes object that ensures a specified number of identical pod replicas are running at any given time. It's a fu...
Friday, 2 January 2026
Kubernetes Probes
›
Kubernetes restarts the containers if they exit or crash. But this is sometimes not enough indication that the apps are running fine. They...
›
Home
View web version