Kubernetes (K8s) is an open source project launched by Google in 2015 and the new standard for your Cloud Native infrastructure and application deployment.
Benefits
Scalability and flexibility
Scalability is automatic as it is pre-configured. The number of instances adapts to your needs in real time. You only use what you need.
Standardisation and customisation
Kubernetes uses standard interfaces. You can choose your storage solution and network, and use customised resources in Kubernetes.
High availability
The Kubernetes native mechanisms provide service continuity during application updates. High availability is guaranteed on the Kubernetes cluster and the aspects that compose it.