Expert Session Blog #RedHat #vimaldaga #righteducation #educationredefine #rightmentor #linuxworld #makingindiafutureready #righeducation #arthbylw #containerbylw #kubernetes #google #infosysbelgium # #expertsession
I've listed out all the deep dive concepts that I've learnt from the session
* CVS is a Centralized Version Control System and it is used to store code in one centralized version.
* Git preferred over CVS because Git offers much more tools than CVS. It has branching capabilities. Unlike centralized version control systems, Git branches are cheap and easy to merge. Git is faster to commit.
* We need a different environment in production because multiple teams can look up to different subproblems and functionalities at the same time thus achieving goals in less time.
* Global Traffic manager applies an Internet-centric approach to global load balancing to provide high site availability and responsiveness to online user requests.
* Chaos testing is simply creating the capability to continuously, but randomly, cause failures in your production system.
* CPU request refers to a request made for using CPU resource by application, CPU limit refers as it will limit the resource access after certain use, CPU leaks means CPU requested by the application and the limit of the resource is reached.
* Re-Purpose means using the same resource again and again as it gets free from other processes.
Comments
Post a Comment