Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in DevOps and Agile by (47.6k points)

 What is an example for using Kubernetes in layman's terms?

1 Answer

0 votes
by (106k points)

Let’s say you have built a platform for E-learning. It lands on a virtual server (VM) and consists of three components: Front-end for users, Back-end that does all the functions and a database to store the data. Now, for each new customer, you will have to deploy these three components and possible a server for each customer you will get. If you want to know more about Kubernetes then you can have a look at the following DevOps Tutorial. 

Here comes Kubernetes which provides you an extra layer of functionality that helps you automate everything. It can move containers, relay data of users to the right containers and everything is software defined. For getting extra virtual servers for the cluster, kill containers, spin them up on demand, the works. For example; Kubernetes can scale down at night to work cost effective for New customer? They have to do a few clicks and it’s all done. If you are moving to another cloud provider? No problem. Move some loads on-premises? Doable. This is contrast of moving virtual servers to other providers. However, more and more cloud providers offer managed kubernetes. At the beginning Kubernetes is quite hard to learn. It is complex, you need to have an understanding of many concepts. With managed kubernetes it’s easier to get started and in operation. Kubernetes is in high-demand, so if you want to have a certificate in it to make a better future in this field then you can go with following Kubernetes Training Course. Here is the video by which I get to know all these things the link of the video is as follows:-

.

Browse Categories

...