#trainwithshubham
Read more stories on Hashnode
Articles with this tag
Day 23 was all about Jenkins CI/CD, make sure you have done it and understood the concepts. As of today You will be doing one Project End to End and...
Kubernetes networking is the way that containers and services within a Kubernetes cluster communicate with each other. The network infrastructure of a...
Kubernetes is a container orchestration platform that automates the deployment, scaling, and management of containerized applications. It is designed...
What is Jenkins? Jenkins is an open-source automation tool that is widely used for continuous integration (CI) and continuous delivery (CD) of...
What is a package manager in Linux? A package manager in Linux is a software tool that automates the process of installing, upgrading, configuring,...
All 90 directories within seconds using a simple command. mkdir day{1..90} 1.You have to do the same using Shell Script i.e using either Loops or...