Files
school-of-sre/courses/level102/containerization_and_orchestration/conclusion.md
rajalakshmi Vaidyanathan b194798985 SOS level102 Containerization and Orchestration (#111)
* SOS level102 Containerization and Orchestration

* Typos and links fixed. Minor rephrasing work done

Co-authored-by: rajalakshmi Vaidyanathan <ravaidya@ravaidya-ld1.linkedin.biz>
2021-08-04 22:28:27 +05:30

628 B

Conclusion

In this sub-module we have toured the world of containers starting from why we use containers, how containers evolved from the virtual machine past (though they are, in no means, obsolete) and how they are different from virtual machines. We then saw how containers are implemented with emphasis on cgroups and namespaces along with some hands-on exercises. Finally we concluded our journey with container orchestration where we learnt a bit of Kubernetes with some practical examples.

Hope this module gives you enough knowledge and interest to continue learning and applying these technologies in greater depth!