My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
DevOps
Software Engineering
Security
Data Science
Disclaimer
About
▼
Wednesday, 14 January 2026
Elasticsearch Data Streams
›
In Elasticsearch, a data stream is an abstraction layer designed to simplify the management of continuously generated time-series data , suc...
Wednesday, 7 January 2026
Kubernetes Scheduling
›
Pod scheduling is controlled by pod scheduling constraints section of the Kubernetes pod/deployment configuration which can be found in ...
Useful kubectl commands
›
To get the list of all the nodes (physical nodes, e.g. EC2 instances in AWS EKS cluster) in the cluster: kubectl get nodes Output columns:...
Kubernetes DaemonSet
›
Kubernetes DaemonSet is a workload resource that ensures a specific pod runs on all (or selected) nodes in a cluster. It's commonly us...
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