Docs
kubernetes
What is Kubernetes

What is Kubernetes?

Kubernetes Introduction

Reference (opens in a new tab)

Kubernetes, also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications.

— kubernetes.io

Kubernetes enables you to deploy multiple instances of your application as required and allows easy communication between different services within your application by hosting your applications as containers in an automated manner.