What are common use cases for Kubernetes+ Platform

What are common use cases for Kubernetes+ Platform

Example use cases for Kubernetes+ Platform

Make workloads portable

Because container apps are separate from infrastructure, apps become portable when running on Kubernetes. Move them from local machines to production among on-premises, hybrid, and multiple Cloud environments while maintaining consistency across environments.

Scale containers easily

Define complex containerized applications and deploy them across a cluster of servers or even multiple clusters with Kubernetes. As Kubernetes scales applications according to the desired state, it automatically monitors and maintains container health.

Build more extensible apps

A sizeable open-source community of developers and companies actively build extensions and plugins that add security, monitoring, and management capabilities to Kubernetes.

Stateless Applications

Easy to deploy and manage stateless applications on Kubernetes. Some examples:

Stateful Application

Deploy and manage stateful applications on Kubernetes. Some example applications using a StatefulSet: