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>
This commit is contained in:
rajalakshmi Vaidyanathan
2021-08-04 22:28:27 +05:30
committed by GitHub
parent 2522176cd2
commit b194798985
30 changed files with 593 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# 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!