What is Kubernetes and why does it matter so much

7.95K views

Anyone who works in IT, in any capacity connected to software will have heard Kubernetes more than once.

While the answer is obvious to anyone in the prog/dev space and many people outside, for others it’s really unclear. People keep trying to explain it to me but it sounds like gibberish. please ?

In: 483

25 Answers

Anonymous 0 Comments

Basically it let’s you combine multiple computers (their capabilities) into one “cluster” then treat the cluster as a single (more capable) computer.

So instead of running programs A and B on one computer and programs C and D on another computer, you run everything on the “cluster” computer.

You are viewing 1 out of 25 answers, click here to view all answers.