#learning
Read more stories on Hashnode
Articles with this tag
In this blog, we will learn about the Architecture of Kubernetes, which is an important topic in the learning of Kubernetes. Most of the interviewers...
In the previous blog, we completed the Installation process of Docker on Windows & Ubuntu machines. Also, we understood some basic commands of Docker...
In the journey to DevOps, Let's continue and learn the new tools in DevOps & the Cloud i.e. Docker from basics to advanced. In the previous blog, we...
Let's continue our journey of DevOps... In this blog, we will learn the step-by-step process of hosting a static website on the Microsoft Azure cloud...
Prerequisite - Install Git-scm in your local system. (Refer 1st blog) Pushing files in GitHub Repository Suppose we want to push this file "My Task"...
GitHub Basic Commands git config: This command sets the author name and email address respectively to be used with your commits. git config –global...