#trainwithshubham
Read more stories on Hashnode
Articles with this tag
Prerequisites Assuming that Kubernetes installation processes are done. Let's dive in:- Commands used for running the Kubernetes practice To get the...
#TrainwithShubham #KubeWeekchallenge What is Kubernetes Kubernetes is a portable, extensible, open-source platform for managing containerized...
#90DaysofDevops #Day7 Installing Docker in Ubuntu sudo apt-get update sudo-apt install docker.io Installing Jenkins in Ubuntu curl -fsSL...
#90DaysofDevops #Day5 1)Write a bash script which when the script is executed with three given arguments (one is the directory name and second is the...
#90DaysofDevops #Day4 · Shell Scripting for DevOps Shell Scripting - It is a command-line interpreter that translates every command run by the user into...
#90DaysofDevops - Day 3 Challenge · 1. To view what's written in a file. 2. To change the access permissions of files. To check which commands you...