Industry Expert Session on Use Cases for Kubernetes

Rithik Sharma
2 min readMar 10, 2021

On the 8th March2021, I attended a session on Kubernetes — Industry Use Cases which was delivered by Neeraj Bhatt (Senior Technical Engineer- OpenShift, Redhat ), Vijit Kuntal (Consultant, Infosys Belgium) and Rushil Sharma( Customer Engineer Hybrid Cloud, Google) which was organized by the LinuxWorld India.

It was an extremely beneficial session. After seeing how kubernetes operates, it was crucial to understand how it is used in the industry to solve different use cases Apart from that, I took away a number of other takeaways from this session, including:-

  • CVS — Centralized version control systems and how Git is better than CVCS.(the parallel working of git using rest API and Easy reconciliation in git.)
  • Jenkins integration: It is done in order to hit the customer more quickly. Jenkins in various versions. CQA (code quality assurance). How Job is reduced from an hour to a minute.
  • Global Traffic manager is an Application level load-balancer which works on layer-7 of the OSI model.
  • Chaos Testing: It allows us to create random failures for the application & with the help of this we can monitor how our application reacts to these situations and improve the performance of the application.
  • SIT- system integration testing where you test the application which almost ready to deploy.
  • What is the need for different production environments in a company?
  • Also learnt about CPU limits ,CPU request and CPU leaks , namespaces, context constrain , use of Grafana.

I would like to thank all the experts for explaining the industry use cases about such important technology like Kubernetes and making it a worthwhile experience.

Also, I would like to thank Vimal Daga Sir and LinuxWorld India for organizing such a wonderful session.

--

--