Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (19k points)

What are the specific roles of Ansible and Kubernetes and their differences?

1 Answer

0 votes
by (106k points)

Ansible just like the Chef which is designed to make standing up virtual machines easier by creating playbooks or recipes that get applied when you run it on the specific host. On the other hand, Kubernetes is a container orchestration engine. It takes docker containers organizes and schedules them onto worker nodes. You can, of course, use Chef/Ansible in conjunction with Kubernetes. In fact, Chef/Ansible makes standing up new worker nodes in Kubernetes a lot easier. If you want to learn more about these technologies then you must have a look at the following DevOps Tutorial where these topics are covered in detail. I am mentioning the link of the video by which I came to know about these things in detail. Link is as follows:-

.

Browse Categories

...