Articles in this series
DEVOPS DevOps is a methodology which Involves practices to bridge the gap of Dev and ops team by using Open source automation build tools. Formal...
How pods talk to each other /etc/resolv.conf file DNS server in K8s Core DNS kubectl get pod -n kube-system #there will be 2 coredns pods Whenever...
VI editor is a powerful and widely used text editor in UNIX and Linux operating systems. It allows us to create, edit and manage text files. Vim is...
Grep is a command-line utility for searching plain-text data sets for lines that match a regular expression. It's name comes from the ed command...
SED command in UNIX stands for stream editor and it can perform lots of functions on files like searching, finding and replacing, insertion or...
The find command in LINUX is a command line utility for walking a file hierarchy. It can be used to find files and directories and perform subsequent...