#devops
Read more stories on Hashnode
Articles with this tag
day42 of 90daysofdevops ยท IAM Programmatic access In order to access your AWS account from a terminal or system, you can use AWS Access keys and AWS...
Day41 of 90daysofdevops ยท What is Load Balancing? Load balancing is the distribution of workloads across multiple servers to ensure consistent and...
Day40 of 90daysofdevops ยท Automation in EC2: Amazon EC2 or Amazon Elastic Compute Cloud can give you secure, reliable, high-performance, and...
Day 23 of 90daysofdevops ยท What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple...
What is Jenkins? Jenkins is an open-source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written...
Docker set up in ubuntu ยท Install Docker 1. Installed docker in ubuntu sudo apt-get install docker.io -y 2. Check service is start or not systemctl...