kubeweek Day1 : Kubernetes Architecture and Components, Kubernetes installation and configuration.Apr 24, 2023·5 min read
Basic To Advance Quick Guide to Linux Shell Scripting for DevOps Engineers.#90 days of DevOps challenge- (Day4,5,6,7)Mar 28, 2023·12 min read
Day 3 Task: Basic Linux CommandsLinux command To view what's written in a file. cat <filename> To change the access permissions of files. chmod <permissions> <file name> To check which commands you have run till now. history To remove a directory/ Folder. rm -r To create a frui...Mar 24, 2023·2 min read