#devops-articles
Read more stories on Hashnode
Articles with this tag
Kubernetes Services Kubernetes services Allow you to dynamically access a group of replica Pods via IP and Port from your network and define a name...
Task - 1 Create "N" number of directories using shell scripts & loops. Example create day1 day2 day3.... day100 directories. #!/bin/bash ...
The LINUX system is functionally organized at four levels: Hardware: Linux operating system contains a hardware layer that consists of several...
All these below commands work on Linux, macOS, WSL, and anywhere you have a UNIX environment. sudo command sudo is one of the most popular basic...
What is DevOps?? · DevOps (“development” + “operations”) is a collaboration between Development and IT Operations to make software production and...