#devops
Read more stories on Hashnode
Articles with this tag
Kubernetes also known as K8s was built by Google based on their experience running containers in production. It is now an open-source project and is...
As in the previous blog, we came to know about Docker and its role in DevOps and why it's used and how it's used with the help of tables and diagrams....
Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called...
Git Rebasing In this section, we will take a look at git rebasing. Git merge We can merge the master branch into our own branch by the git merge...
In this section, we will take a look at initializing remote repositories Initialize Remote Repositories We can push code to the remote repositories...
In this section, we will take a look at git branches Branches Keep the project versioned using the branch A branch is basically a pointer to the...