DevOps
DevOps is nothing but the combination of process and philosophies which contains four basic component culture, collaboration, tools, and practices. In return, this gives a good automated system and infrastructure which helps an organisation to deliver a quality and reliable build. The beauty of this culture is it enables a quality for organizations to better serve their customers and compete more effectively in the market and also add some promised benefits which include confidence and trust, faster software releases, ability to solve critical issues quickly, and better manage unplanned work.
1. What are the tasks of a DevOps Engineer?
- Design, build, test and deploy scalable, distributed systems from development through production
- Manage the code repository(such as Git, SVN, BitBucket, etc.) including code merging and integrating, branching and maintenance and remote repository management
- Manage, configure and maintain infrastructure system
- Design implement and support DevOps Continuous Integration and Continuous Delivery pipelines
- Continuously analyse tasks that are performed manually and can be replaced by code
- Creation and enhancement of Continuous Deployment automation built on Docker and Kubernetes.
2. Roadmap to becoming a DevOps Engineer
1. Create free account on AWS & practice Devops & its installations on it. PLease follow below video on how to create a free account on AWS.
https://www.youtube.com/watch?v=WviHsoz8yHk&feature=youtu.be
2. Learn how to launch Linux Virtual Machine on AWS(as we have selected AWS cloud for our workaround) & connect using Putty.
https://docs.aws.amazon.com/quickstarts/latest/vmlaunch/step-1-launch-instance.html
https://www.youtube.com/watch?v=VbTfYZpPJAU
3. Linux Basic Commands & Networking.
https://support-macha.blogspot.com/2021/06/basic-linux-commands.html
https://maker.pro/linux/tutorial/basic-linux-commands-for-beginners
https://www.educba.com/networking-commands/
https://www.iplocation.net/subnet-mask
What is Subnet Mask. Please follow below link.
https://www.aelius.com/njh/subnet_sheet.html
How to find a Gateway
https://www.cyberciti.biz/faq/how-to-find-gateway-ip-address/
===========================================
4. Git:- Installation on Linux & following commands.
5. Jenkins:- Installation & configuration of Jenkins Server. Running CI/CD Pipeline & automating routine System Administrative tasks.
6. Docker:- Learn run time docker containerization & implement it on Linux.
7. Ansible:- Deploy an Ansible Server & integrate it with Jenkins for Deployment.
8. Nagios:- Install & configure Nagios Monitoring tool to keep a track of all activities on a DataCenter/Cloud.
9. Kubernetes: Install & configure your own Kubernetes Cluster on RHEL based VM using KubeADM, Kubelet, Kubectl utility & orchestrate your container run time(Docker).
Comments
Post a Comment