Kubernetes – Labels & Selectors
Kubernetes – Labels & Selectors Labels Labels are key-value pairs that are attached to pods, replication controllers,s and services. They
Read moreKubernetes – Labels & Selectors Labels Labels are key-value pairs that are attached to pods, replication controllers,s and services. They
Read moreKubernetes Architecture Kubernetes follows a client-server architecture. Wherein, we have master installed on one machine and the node on separate
Read moreKubernetes – introduction Kubernetes is a container management technology developed in Google lab to manage containerized applications in different kinds
Read moretcpdump: Linux Network Sniffer Tool tcpdump is a most powerful and widely used command-line packets sniffer or package analyzer tool which
Read morenmcli – Linux command nmcli, the network manager command-line interface is a nifty and easy to use tool that saves
Read morefind command in Linux The find command in UNIX or Linux is one of the most important and frequently used command. It’s a
Read morels -lt command ls -lt: Sorting the Formatted listing by time modification Usages: # ls -lt Output: total 160 drwxr-xr-x 2
Read morels -al command ls -al : Formatted listing with hidden files. Usages: # ls -al Output list of all directories
Read morels command ls – Directory listing Usages : # ls Output list of all directories or files in the current
Read moredirname Command dirname is mostly used in situations where you need to strip the last component from an absolute file name.
Read more