Kubernetes
https://kubernetes.ioKubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.
Kubernetes - Wikipedia
https://en.wikipedia.org/wiki/KubernetesKubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation. It aims to provide a "platform for automating deployment, scaling, and operations of Container workloads". It works with a range of container tools and runs containers in a cluster, often with images built using Docker. Kubernetes originall…
Kubernetes
kubernetes.ioKubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.. It groups containers that make up an application into logical units for easy management and discovery.
What is a Kubernetes Cluster? - weave.works
https://www.weave.works/blog/kubernetes-cluster04.11.2021 · Kubernetes is an open source system for managing container-based applications – and if you’re reading this article, you probably already know that containers represent the most popular approach to cloud application architecture. But let’s assume that’s all you know, and take a moment to walk through what containers are, what Kubernetes is and from there, cover off …