Posts

Showing posts from March, 2021

Kubernetes Industry Case Study - SPOTIFY

Image
👉 Spotify is the most popular audio streaming service. 👉 There are many companies that are shifting from traditional homegrown container orchestration systems. 👉 The homegrown orchestration of Spotify is Helios. 👉 Till 2017 they were using the same Helios. 👉  Then thought of shifting to Kubernetes as it was far superior to Helios. 👉 While migrating to Kubernetes from Helios they were parallelly using Helios. 👉 Before migration, they had to focus more on manual provisioning now able to focus more on delivering more features  👉 Currently running service the maximum it can handle is 10 million requests per second 👉 The task which would take hours to is now possible only in few seconds #vimaldaga #righteducation #educationredefine #rightmentor #worldrecordholder #linuxworld #makingindiafutureready #righeducation #arthbylw #ansibleglaxy#rightansibleconcepts#k8s#usecase#automation #kubernetes #microservices

INDUSTRY USE CASES KUBERNETES/OPENSHIFT - 2

Image
At first, I would like to thank these guys who gave me an overview of how companies work integrating many of the technologies 👦 Mr. Neeraj Bhatt (Senior Technical Engineer- OpenShift, Redhat ) 👦 Mr. Vijit  Kuntal (Consultant, Infosys Belgium) 👦 Mr. Rushil Sharma ( Customer Engineer Hybrid Cloud, Google) ✍ Cluster Designing is very important, it is not just about a cluster but also how maximum optimized it is. ✍ Having a well-optimized infrastructure will save a lot of money ✍ Git plays a crucial role in code migration previously CVS was used but it was very challenging and tedious ✍ Chaos testing is used to check how much optimized a cluster is ✍ For code migration, if Jenkins is used  then the task becomes much easier ✍ Kubernetes the container orchestration tool which is open source but we also have OpenShift from RedHat which is for Enterprise  #RedHat #vimaldaga #righteducation #educationredefine #rightmentor #linuxworld #makingindiafutureready #righeducation #arth...

INDUSTRY USE CASES KUBERNETES/OPENSHIFT - 1

Image
I would like to thank Vimal Daga sir, Preeti Chandak mam for organizing an expert session with professionals from RedHat. Amel Mathai and Daleep Singh Bais have given an overview of how Kubernetes and OpenShift are changing the way in which companies are deploying applications. OpenShift has overcome the challenges which are faced in Kubernetes.  Kubernetes provides only container orchestration while OpenShift will allow creating an image of application on the computing cloud space which is a major advantage. This is known as S2I (Source to Image) Framework. It plays a vital role in the complete development life cycle. Nowadays podman is preferred over docker because docker runs using daemon while podman does not require it. Podman is not restricted to root it can be used by any user. Docker has namespace issues. #RedHat #vimaldaga #righteducation #educationredefine #rightmentor #linuxworld #makingindiafutureready #righeducation #arthbylw #containersbylw #kubernetes #openshift #exp...