Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka DevOps Training and Certification curriculum, Visit our Website: bit.ly/2O59dHy Use code "RUclips20" to get Flat 20% off on this training.
Hi Anitha, thank you for watching our video. You can try any other editor, like Vi or Nano. If you are using CentOS try installing 'gedit' using: yum install gedit For installing a specific version of Git you can refer this video: ruclips.net/video/0yRkRiQUgWo/видео.html We hope to see you on our channel learning with us again! Cheers :)
We are super happy that Edureka is helping you learn better. Your support means a lot to us and it motivated us to create even better learning content and courses experience for you . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
Hey Rajendra, thank you for watching our video. If you liked our tutorial, then do check out our course here: www.edureka.co/devops You will find this interesting as well. Cheers :)
Hey Karthik, Thanks for the compliment! We are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
Session was good: DevOps means there is no manual testing at all? 1) Once automated testing is done as part of 'Continuous Integration" and 'Continuous Delivery", then directly deployed to production server? 2) Continuous monitoring is on production server or Pre-preproduction server? 3) Docker is used in testing environment or production environemnt?
Thank you for watching our video. DevOps not only means automated testing, it is a software development strategy which bridges the gap between the Dev and the Ops side of the company. After testing there are certain checks which should be done before deploying it on the prod environment. That depends on the kind of application you have. As a good practice, you can have Continuous Monitoring on both production and pre-production servers. Docker can be used in both Testing and Production environment. Check out this video on Docker: ruclips.net/video/lcQfQRDAMpQ/видео.html Hope this helps, do subscribe, like and share to stay connected with us. Cheers :)
====================== Pinned topics ====================== Agenda 0:33 Water fall model 1:19 Traditional Water fall model 2:04 Limitations of Water fall model 2:48 Agile Methodology 5:54 Water fall vs Agile 6:45 Limitations of Agile 7:45
Hey Fasheyitan, thank you for watching our video. We are glad that you liked our work. We will definitely work on this and make sure it doesn't happen in our future tutorials. Do subscribe and stay connected with us. Cheers :)
Great presentation! Very clear. Now a question - can I use your "what is devops" slide (11:31) for one of my presentations (the one that has all the tools listed).
Hi Renu, thank you for watching our video. We will make sure his speech rate decreases in the upcoming videos :) Here are few other videos from the same instructor: ruclips.net/video/lcQfQRDAMpQ/видео.html ruclips.net/video/p7-U1_E_j3w/видео.html ruclips.net/video/PL_J5Gj3GAQ/видео.html ruclips.net/video/OmRxKQHtDbY/видео.html You can also check out our course curriculum: www.edureka.co/devops Do subscribe, like and share to stay connected with us. Cheers :)
Hi ! Good to know that our videos are helping you to learn better 😊 Please share your mail id to share the data sheets, We’ll update you soon . Do subscribe the channel for more updates.
Hi Mayank, Yes these videos will help you in getting started with DevOps. To master all the DevOps concepts and to become a DevOps Engineer, you should go for our structured online training on DevOps: www.edureka.co/devops
Such a nice presentation .One question regarding Puppet.Do we have to make pull request from every single puppet node when we have to deal with 100 puppet node .Is not it little more manual process like going to each server ? .Will be appreciate if you can clarify this
Hi Mahir, thank you for watching our video. Puppet is a Configuration Management tool which uses pull configuration. Puppet slaves poll the central server (Puppet Master) at regular intervals. If there is any change, the slaves will pull it automatically. There is no need to manually go and pull configurations for each Slave from the Master. You can refer this video on Puppet: ruclips.net/video/PL_J5Gj3GAQ/видео.html Hope this helps, do subscribe, like and share to stay connected with us. Cheers :)
Question: What is the difference between configuration management and containerisation? Can docker perform the same operations as puppet? Could you just show the diagram how all tools are interconnected starting from git to docker including puppet/ansibel/chef? Thanks in advance.
Thank you for watching our video. You can actually use both, Containers and Configuration Management tools. Consider the below example: Docker itself needs to be installed, managed and deployed on a host. That host also needs to be managed. In turn, Docker containers may need to be orchestrated, managed and deployed, often in conjunction with external services and tools. Configuration management tools excel at providing these capabilities. The popular configuration management systems now have hooks for Docker integration. Chef has an integration that allows you to build Docker Images using Chef cookbooks and recipes, as well as manage how your containers are deployed to your servers. Ansible also has an integration that accomplishes similar objectives. Hope this helps! You can also check out other videos in the playlist to understand how different tools can be used together in order to facilitate seamless delivery of good quality software: ruclips.net/p/PL9ooVrP1hQOE5ZDJJsnEXZ2upwK7aTYiX
so where is the Dev part in this? As I see in this tutorial, it's all about tools, nothing about programming skills. I'm just concerned because I'm a developer trying to become a Devops engineer. And mostly everything presented in this video is completely new to me.
Hi Le! You can refer to many other videos by Edureka on DevOps. This video will help you to get started: ruclips.net/video/89iUP6fqAqk/видео.html Hope this is helpful. Cheers!
Hi Sandeep, thank you for watching our video. You can refer the following blogs on Configuration Management and Containerization:www.edureka.co/blog/what-is-puppet/ www.edureka.co/blog/docker-tutorial Hope this helps, do subscribe, like and share to stay connected with us. Cheers :)
Sure Saif, you can go ahead and learn DevOps. Currently DevOps is very hot in the market. Apart from development, you will learn testing, operations, monitoring skils also.
Hey Kingstan, Once a docker image runs/executed it becomes a container/docker container. Now, you can use this container in any environment that you wish Hope this helps!
Hi Harish, To trigger a unit testing or integration testing, you can use the Jenkins server and then in the project configuration, you can mention to create a test result also. Hope this is helpful. Cheers!
Hey, Well, DevOps is a a great domain. But, it may not serve your purpose for marketing. You can try Robotic Process Automation, as with this technology you can automate repetitive processes on a daily basis, and enhance your efficiency. Hope this helps!
Hi Killa, Yes, we do cover Nagios in our DevOps course. Kindly check out our devops course details here: www.edureka.co/devops Use code : RUclips20 to avail flat 20% off on the course. Happy Learning.
Got a query: I see you mention about the Git hub and Docker hub which seems to be public URL. Is there a way/process to create my own Git and/or Docker hub within my current environment ? My codes maybe sensitive and confidential and would not like to have it uploaded onto a public site (even though I have option to keep it public or private) and hence would like to know the same.
Hey Scorzz, Yes you can. You just have to create a dockerhub or a github account. You can then make your repository private. Yes you can. You just have to create a dockerhub or a github account. You can then make your repository private. Hope this helps!
Hi Karthik, thank you for watching our video. In the description, there is a link to the entire playlist. Below are the links to few videos: ruclips.net/video/xuB1Id2Wxak/видео.html ruclips.net/video/p7-U1_E_j3w/видео.html ruclips.net/video/lcQfQRDAMpQ/видео.html ruclips.net/video/PL_J5Gj3GAQ/видео.html ruclips.net/video/dCQpaTTTv98/видео.html ruclips.net/video/clZgb8GA6xI/видео.html ruclips.net/video/OmRxKQHtDbY/видео.html
Thank you for watching our video. A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language). The name compiler is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language, object code, or machine code) to create an executable program.Hope this helps, do subscribe, like and share to stay connected with us. Cheers :)
Just think a translator. Compiler and Interpreter... Both are software to translate your code to low level language. It means, The computer is a electronic device only knows the signals. The processors reads the the low level code then do some tasks. So when we write program in Java or PHP or Python or GoLang or any other languages, The computer (Processor) doesn't understand. So we need to translate our language to it's language. That is what compiler/interpreter does.
Hi sir this is Pranay i am trying for code devloper. But they had chose me in devops. Can i move as developer after one year. Is their any chance to move like that as devops to developer
Thank you for watching our video. You probably temporarily messed up your path. It may be enough to do: exec /bin/bash Then you can try touch, etc. to make sure things are normal. If that doesn't work, the PATH definition is wrong in one of your system files. You can also directly open an editor like Vim or Nano or Gedit. Hope this helps, do subscribe, like and share to stay connected with us. Cheers :)
This is the command 'npm install touch' which installs touch to execute this command you need to have node.js installed . You can refer to this link to download node.js nodejs.org/en/download/ .This is very simple to use.
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka DevOps Training and Certification curriculum, Visit our Website: bit.ly/2O59dHy Use code "RUclips20" to get Flat 20% off on this training.
my gedit is not working. it is installing git 2.17.0 version and mingw64 bash terminal is not recognizing the command gedit.
Hi Anitha, thank you for watching our video. You can try any other editor, like Vi or Nano.
If you are using CentOS try installing 'gedit' using: yum install gedit
For installing a specific version of Git you can refer this video: ruclips.net/video/0yRkRiQUgWo/видео.html
We hope to see you on our channel learning with us again! Cheers :)
Best Video for DevOps I have seen till now. Very easy and concise explanation.
Hi Dhimant, thank you for appreciating our efforts. Do subscribe, like and share to stay connected with us. Cheers :)
Enjoyed the presentation a lot! I watched the entire videos without even taking a break, very informative session.
We are super happy that Edureka is helping you learn better. Your support means a lot to us and it motivated us to create even better learning content and courses experience for you . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
This is much more than expected. Thanks Saurabh and Edureka for sharing the knowledge.
Good To know our videos are helping you learn better :) Stay connected with us and keep learning ! Do subscribe the channel for more updates : )
This is one of the excellent learning material that I went through recently
Thanks, this video was a great place to get a perspective on DevOps
Hey Rajendra, thank you for watching our video. If you liked our tutorial, then do check out our course here: www.edureka.co/devops
You will find this interesting as well. Cheers :)
Thank you! It is a very precise and clear presentation about DevOps. Well done!!
Hey Karthik, Thanks for the compliment! We are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
Session was good: DevOps means there is no manual testing at all?
1) Once automated testing is done as part of 'Continuous Integration" and 'Continuous Delivery", then directly deployed to production server?
2) Continuous monitoring is on production server or Pre-preproduction server?
3) Docker is used in testing environment or production environemnt?
Thank you for watching our video.
DevOps not only means automated testing, it is a software development strategy which bridges the gap between the Dev and the Ops side of the company.
After testing there are certain checks which should be done before deploying it on the prod environment. That depends on the kind of application you have.
As a good practice, you can have Continuous Monitoring on both production and pre-production servers.
Docker can be used in both Testing and Production environment.
Check out this video on Docker: ruclips.net/video/lcQfQRDAMpQ/видео.html
Hope this helps, do subscribe, like and share to stay connected with us. Cheers :)
Nice session. really liked it👍
======================
Pinned topics
======================
Agenda 0:33
Water fall model 1:19
Traditional Water fall model 2:04
Limitations of Water fall model 2:48
Agile Methodology 5:54
Water fall vs Agile 6:45
Limitations of Agile 7:45
Brilliant Saurabh! . An excellent session.
Thank you so much for the well articulated speech and knowledge shared. Please just talk a little bit slower next time . Thanks a lot
Hey Fasheyitan, thank you for watching our video. We are glad that you liked our work. We will definitely work on this and make sure it doesn't happen in our future tutorials. Do subscribe and stay connected with us. Cheers :)
Great tutorial.. crisp and clear!
Hey Abhirup, we are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
Great presentation! Very clear. Now a question - can I use your "what is devops" slide (11:31) for one of my presentations (the one that has all the tools listed).
Sure Aman, just use edureka! logo with it.
Extremely good summery. I'm very impressed with this learning tutorial. Thanks Edureka
Hey, thanks for the wonderful feedback! We're glad we could be of help. It's very encouraging to know that you found our content useful.
Saurabhji, thoda slow bol lete. I felt you were very fast..but very knowledgeable and nicely presented. Thank you.
Hi Renu, thank you for watching our video.
We will make sure his speech rate decreases in the upcoming videos :)
Here are few other videos from the same instructor:
ruclips.net/video/lcQfQRDAMpQ/видео.html
ruclips.net/video/p7-U1_E_j3w/видео.html
ruclips.net/video/PL_J5Gj3GAQ/видео.html
ruclips.net/video/OmRxKQHtDbY/видео.html
You can also check out our course curriculum:
www.edureka.co/devops
Do subscribe, like and share to stay connected with us. Cheers :)
Renu Rawat . We can use speed option of RUclips.
1.25 was much better!
Little bit faster...very details explanation.. thank you.
Very nice video. Clears the basic concepts.
thx for work
Great explanations! Kudos
Big thanks 🙏 Can we get the slides of this presentation
Hi ! Good to know that our videos are helping you to learn better 😊 Please share your mail id to share the data sheets, We’ll update you soon . Do subscribe the channel for more updates.
No questions sir
Its clear
Thank you for watching our video. Do subscribe, like and share to stay connected with us. Cheers :)
Thankyou so much...It was lovely
Hey Lalit, we are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
Nice video and explanation was good , after build docker image how i am gonna to deploy into server in gcp
Hii..
To learn devops is it compulsory to know programming? If so what al is basically required?
Hi Aswani, thanks for watching the video. You can refer this blog: www.edureka.co/blog/devops-skills Hope this helps!
hi sir i want to know that these videos are well sufficient to start DevOps??
Hi Mayank, Yes these videos will help you in getting started with DevOps.
To master all the DevOps concepts and to become a DevOps Engineer, you should go for our structured online training on DevOps: www.edureka.co/devops
plz make videos on LXD CONTAINER
Such a nice presentation .One question regarding Puppet.Do we have to make pull request from every single puppet node when we have to deal with 100 puppet node .Is not it little more manual process like going to each server ? .Will be appreciate if you can clarify this
Hi Mahir, thank you for watching our video.
Puppet is a Configuration Management tool which uses pull configuration. Puppet slaves poll the central server (Puppet Master) at regular intervals. If there is any change, the slaves will pull it automatically. There is no need to manually go and pull configurations for each Slave from the Master.
You can refer this video on Puppet: ruclips.net/video/PL_J5Gj3GAQ/видео.html
Hope this helps, do subscribe, like and share to stay connected with us. Cheers :)
Very nice
Yes, Ready...
Question: What is the difference between configuration management and containerisation?
Can docker perform the same operations as puppet?
Could you just show the diagram how all tools are interconnected starting from git to docker including puppet/ansibel/chef?
Thanks in advance.
Thank you for watching our video.
You can actually use both, Containers and Configuration Management tools. Consider the below example:
Docker itself needs to be installed, managed and deployed on a host. That host also needs to be managed. In turn, Docker containers may need to be orchestrated, managed and deployed, often in conjunction with external services and tools. Configuration management tools excel at providing these capabilities. The popular configuration management systems now have hooks for Docker integration. Chef has an integration that allows you to build Docker Images using Chef cookbooks and recipes, as well as manage how your containers are deployed to your servers. Ansible also has an integration that accomplishes similar objectives.
Hope this helps!
You can also check out other videos in the playlist to understand how different tools can be used together in order to facilitate seamless delivery of good quality software: ruclips.net/p/PL9ooVrP1hQOE5ZDJJsnEXZ2upwK7aTYiX
Thanks
Hey Harsha, thank you for watching our video. Do subscribe, like and share to stay connected with us. Cheers :)
so where is the Dev part in this? As I see in this tutorial, it's all about tools, nothing about programming skills.
I'm just concerned because I'm a developer trying to become a Devops engineer. And mostly everything presented in this video is completely new to me.
Hi Le! You can refer to many other videos by Edureka on DevOps.
This video will help you to get started:
ruclips.net/video/89iUP6fqAqk/видео.html
Hope this is helpful. Cheers!
What's difference between Configuration Management and Containerization ?
Hi Sandeep, thank you for watching our video.
You can refer the following blogs on Configuration Management and Containerization:www.edureka.co/blog/what-is-puppet/
www.edureka.co/blog/docker-tutorial
Hope this helps, do subscribe, like and share to stay connected with us. Cheers :)
Hi, I am working as Oracle Apps Developer, should I be learning Devops , How is it Beneficial for me as Oracle Apps Developer
Sure Saif, you can go ahead and learn DevOps. Currently DevOps is very hot in the market. Apart from development, you will learn testing, operations, monitoring skils also.
1.06.06 (Time stamp) ... Wats after u run the docker image?
Thank you.
Hey Kingstan, Once a docker image runs/executed it becomes a container/docker container. Now, you can use this container in any environment that you wish
Hope this helps!
How does a build triggered will perform unit and integration testing ?
Hi Harish, To trigger a unit testing or integration testing, you can use the Jenkins server and then in the project configuration, you can mention to create a test result also. Hope this is helpful. Cheers!
hi
I'm a web developer + digital marketer
planning to work in Marketing as a career.
Can devops help me enhance my career
Hey, Well, DevOps is a a great domain. But, it may not serve your purpose for marketing. You can try Robotic Process Automation, as with this technology you can automate repetitive processes on a daily basis, and enhance your efficiency.
Hope this helps!
Do you teach Nagios on this course ?
Hi Killa,
Yes, we do cover Nagios in our DevOps course. Kindly check out our devops course details here: www.edureka.co/devops
Use code : RUclips20 to avail flat 20% off on the course. Happy Learning.
How will I implement devops for Magento 2 ? Please help
Hey, It is pretty simple and straightforward. What is it that you need exact help in?
Got a query:
I see you mention about the Git hub and Docker hub which seems to be public URL.
Is there a way/process to create my own Git and/or Docker hub within my current environment ?
My codes maybe sensitive and confidential and would not like to have it uploaded onto a public site (even though I have option to keep it public or private) and hence would like to know the same.
Hey Scorzz, Yes you can. You just have to create a dockerhub or a github account. You can then make your repository private. Yes you can. You just have to create a dockerhub or a github account. You can then make your repository private.
Hope this helps!
Where are the links for DevOps tools like Jenkins, Puppet, Chef, Ansible. There is no links mentioned in the description over here.
Hi Karthik, thank you for watching our video.
In the description, there is a link to the entire playlist.
Below are the links to few videos:
ruclips.net/video/xuB1Id2Wxak/видео.html
ruclips.net/video/p7-U1_E_j3w/видео.html
ruclips.net/video/lcQfQRDAMpQ/видео.html
ruclips.net/video/PL_J5Gj3GAQ/видео.html
ruclips.net/video/dCQpaTTTv98/видео.html
ruclips.net/video/clZgb8GA6xI/видео.html
ruclips.net/video/OmRxKQHtDbY/видео.html
Nice
can you please share the GIt installation videos and basic useful comments using in GIT
Edureka Git Playlist: ruclips.net/p/PL9ooVrP1hQOGwtQOt8ZBlVjFlI-9Vr5hx
I am a application support guy, is it feasible for me to learn devops
Sure Ganesh, you can learn DevOps. Start with our DevOps playlist: ruclips.net/p/PL9ooVrP1hQOE5ZDJJsnEXZ2upwK7aTYiX
vat is meant by compile ?
Thank you for watching our video.
A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language). The name compiler is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language, object code, or machine code) to create an executable program.Hope this helps, do subscribe, like and share to stay connected with us. Cheers :)
Just think a translator. Compiler and Interpreter... Both are software to translate your code to low level language. It means, The computer is a electronic device only knows the signals. The processors reads the the low level code then do some tasks. So when we write program in Java or PHP or Python or GoLang or any other languages, The computer (Processor) doesn't understand. So we need to translate our language to it's language. That is what compiler/interpreter does.
Hi sir this is Pranay i am trying for code devloper. But they had chose me in devops. Can i move as developer after one year. Is their any chance to move like that as devops to developer
Hey Pranay, Yes you can move back to developer from DevOps. But DevOps has better career options.
'touch' is not recognized as internal or external command
Is there any alternative for touch edureka.py command
Thank you for watching our video.
You probably temporarily messed up your path. It may be enough to do:
exec /bin/bash
Then you can try touch, etc. to make sure things are normal. If that doesn't work, the PATH definition is wrong in one of your system files.
You can also directly open an editor like Vim or Nano or Gedit.
Hope this helps, do subscribe, like and share to stay connected with us. Cheers :)
This is the command 'npm install touch' which installs touch to execute this command you need to have node.js installed . You can refer to this link to download node.js nodejs.org/en/download/ .This is very simple to use.
Thanks
Where are the links for DevOps tools like Jenkins, Puppet, Chef, Ansible. There is no links mentioned in the description over here.
Hi Sirisha, Here is our DevOps playlist which has videos on all the tools: ruclips.net/p/PL9ooVrP1hQOE5ZDJJsnEXZ2upwK7aTYiX