#devops-articles
Read more stories on Hashnode
Articles with this tag
📍Prerequisite AWS EC2 VM : We will be Using Amazon Machine Image As Ubuntu. GitHub : we will Bring our code from a github repo where we have pushed...
In this guide, we will see the steps to establish an automated CI/CD pipeline for a Node.js application using AWS EC2, Docker, GitHub, and...
What is CI/CD? CI/CD stands for Continuous Integration is the practice of automating the integration of code changes from multiple developers into a...
Introduction Docker is a good topic to ask in DevOps Engineer Interviews, mostly for freshers. One must surely try these questions in order to be...
Docker is a tool that helps developers to run their apps in isolated environments which also called containers. It's great for everyone, whether...
🐧Linux commands for DevOps with examples (Commands used in day-to-day activities). cat: To view what's written in a file. chmod: To change the...