Adding ssh-keys to GitHub accountFor security reasons on GitHub, now users have to verify themselves before they can push, commit, etc on their GitHub account using Git. Otherwise, you will get an error when you try to push your files to GitHub - "You do not have access to this repo...Jan 26, 2024·3 min read
Day 22: Getting Started with Jenkins.What is Jenkins? Jenkins is an open-source DevOps tool for continuous integration and continuous delivery and deployment of software applications. It is used to build software applications manually or automatically. When the code commits on GitHub, J...Aug 23, 2023·2 min read
Cloud Computing: IntroductionCloud Computing - Cloud computing is the delivery of computing services over the Internet. Computing services include command IT infrastructure such as virtual machines, databases, storage, and networking. Cloud services also include things like the ...Aug 20, 2023·4 min read
Day 19: Docker project for Resume (Source-code given).Docker-Volume Docker allows you to create something called volumes. Volumes are like separate storage areas that can be accessed by containers. They allow you to store data, like a database, outside the container, so it doesn't get deleted when the c...Aug 15, 2023·3 min read
Day 18: Docker for DevOpsDocker Compose Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down. ...Aug 15, 2023·2 min read
Fixing errors during installation of MySql Workbench in Linux.Here, I have provided detailed instructions to set this up easily and error-free.Aug 12, 2023·1 min read
Day 20 and 21: Docker cheat sheet and interview questions for DevOps.You can download these questions as pdf from my GitHub repository. Happy Learning :)Aug 7, 2023·1 min read