My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
DevOps
Software Engineering
Security
Data Science
Disclaimer
About
▼
Friday, 31 October 2025
Elasticsearch Nodes
›
Elasticsearch nodes are individual instances of Elasticsearch servers that are part of a cluster. Each node stores data and participates in ...
Elasticsearch Indices
›
An Elasticsearch index is a logical namespace that stores and organizes a collection of related JSON documents, similar to a database table ...
Friday, 24 October 2025
Introduction to Kubernetes CoreDNS
›
CoreDNS is a DNS server that runs inside Kubernetes and is responsible for service discovery — i.e., translating service names (like my-serv...
Thursday, 16 October 2025
AWS Web Application Firewall (WAF)
›
A web application firewall is in place to protect public-facing web applications from outside threats. WAF should be appropriately deployed ...
Extended Arguments (xargs) Unix command
›
xargs builds and executes command lines from standard input. While pipe command (|) takes the stdout of the previous command and forwards i...
Monday, 13 October 2025
AWS VPC Endpoint
›
A VPC Endpoint is a network component that enables private connectivity between AWS resources in a VPC and supported AWS services , withou...
Policy types in AWS
›
There are several types of AWS policies, but the primary and most commonly referenced categories are identity-based policies and resource-...
›
Home
View web version