Chef vs Puppet vs Ansible vs Saltstack | Configuration Management Tools | DevOps Tools | Simplilearn

preview_player
Показать описание

This Chef vs Puppet vs Ansible vs Saltstackcomparison video will compare the DevOps configuration management tools Chef, Puppet, Ansible and Saltstack in terms of their capabilities, architecture, performance, ease of setup, language, scalability and pros and cons.

Below are the contents of our Chef vs Puppet vs Ansible vs Saltstackconfiguration management tools comparison video:
1) Need for Configuration Management Tools ( 1:22 )
2) Chef - Infrastructure, Architecture, Pros and Cons ( 1:40 )
3) Puppet- Infrastructure, Architecture, Pros and Cons ( 3:50 )
4) Ansible - Infrastructure, Architecture, Pros and Cons ( 5:06 )
5) Saltstack - Infrastructure, Architecture, Pros and Cons ( 7:07 )
6) Comparison on the basis of architecture, ease of setup, language, scalability, management and interoperability ( 8:33 )

#Chef #Puppet #Ansible #Saltstack #ConfigurationManagement #DevOpsTutorial #DevOpsTraining #DevOpsTools #Simplilearn

➡️About Post Graduate Program In DevOps
DevOps training course will bring out the scientist in you. You'll learn how to formalize and document development processes and create a self-documenting system. DevOps certification course will also cover advanced tools like Puppet, SaltStack, and Ansible that help self-governance and automated management at scale.

✅Key features
- Caltech CTME Post Graduate Certificate
- Enrolment in Simplilearn’s JobAssist
- Receive up to 25 CEUs from Caltech CTME upon course completion
- Simplilearn's JobAssist helps you get noticed by top hiring companies
- Attend Masterclasses from Caltech CTME instructors
- Live virtual classes led by industry experts, hands-on projects and integrated labs
- Online Convocation by Caltech CTME Program Director
- 20+ real-life projects on integrated labs
- Capstone project in 3 domains
- Caltech CTME Circle Membership

✅Skills Covered
- DevOps Methodology
- Continuous Integration
- Continuous Delivery
- Configuration Management
- Containerization
- DevOps on Cloud
- Source Control
- Deployment Automation
- Cloud Platforms

🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688
Рекомендации по теме
Комментарии
Автор

11:48 SSH is Secure SHell, not secure socket hashing

andywong
Автор

Now both Ansible and Saltstack are available in AWS.

UtpalBhattacharjee
Автор

Salt all the way! Have used ansible since 1.7 and last was 2.x, until I discovered salt. The speed of execution and flexibility of salt just blew me away!

mzs
Автор

Firstly, thanks for the video. In my opinion, Ansible is on the top. Easy for setting up, a lot of modules and if you want, make your own modules in easy coding like is python. No master-client arquitecture and tower or AWX like GUI. Pull and push working mode. The best

albertogonzalezmesas
Автор

11:15 author should take notice that Ansible is available and was in cloud providers such as AWS, also Azure and also GCP

est
Автор

The way of explaining with animations is awesome

shiva
Автор

It should be noted for Puppet environments, the master node does not push to client nodes, clients PULL configuration catalogs from the master node(and this can be set on intervals)

elib
Автор

Saltstack doesn't use SSH for communication. The controller opens a port that the agents on each node connect to and the controller publishes commands through that port.

irascibe
Автор

The comments about SaltStack requiring Minion client install are not accurate. Currently Salt-ssh requires absolutely no minion (client) installation.

wolfflighttzw
Автор

Enjoying the very Alan Partridge voiceover. Thank you!

habs
Автор

Ansible and Puppet Bolt are available in the Microsoft Azure Cloud Shell

francisconavarro
Автор

Excellent video, summed up everything I needed to know.

neild
Автор

Do you have any questions on this topic? Please share your feedback in the comment section below and we'll have our experts answer it for you. Thanks for watching the video. Cheers!

SimplilearnOfficial
Автор

SSH = secure shell, not secure socket hashing.

chbrules
Автор

I didn't know that Ruby was used in chef & puppet. I will learn Ruby & excel with the two tools. Thanks 👍

ramprasad_v
Автор

Ansible uses WinRM to interact with Windows machines, as far as I know.

yevgenyzamsky
Автор

Great stuff! But could you please give an example of "advanced tasks" you mentioned when you discussed the cons of Puppet/ Chef using Ruby?

ChrisChris-jhuy
Автор

Need to update this vid- great details, a great deal of it is out of date.

pjguibord
Автор

Btw... If you want to do advanced stuffs with Ansible, you can Python

besrabasant
Автор

Tbh, except for a few points, this was pretty superficial comparison. For instance agent based tools will work across networks restrictions. And event driven automation of salt. I don't think any of the other tools have this. Also salt has SSH b
Push based feature too.

mzs