Eli5: What is Kubernetes in software development?

902 views

Eli5: What is Kubernetes in software development?

In: Engineering

3 Answers

Anonymous 0 Comments

It’s a set of tools for managing containers. Containers are basically a way of packaging software in a lightweight unit that contains everything needed for the software to run. It’s meant to speed up the deployment of applications by making them portable, easy to set up and configure, and easy to scale. Kubernetes is a system for managing many containers. It lets you configure and manage things like automatic application scaling, load balancing, deployments etc.

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