Kubernetes overview.
Use Cases and Deployment Scope
Kubernetes is widely used in the organization as the main workload for all microservices and applications, including infrastructure and dev/sec/ops deployments throughout the stack. Our Kubernetes software uses all of the orchestration's capabilities. As a tool for Kubernetes we use VMWare Tanzu.
Pros
- Work get done fast.
- Deployments are easy.
- Infra setup is easier than ever.
- No downtime.
Cons
- Broader support for older software.
- Get easier on the update cycle and introduce fewer but more not-so-breaking changes.
- A dashboard that provides a whole Kubernetes experience (Such as OpenShift or similar products) is missing.
Likelihood to Recommend
The Orchestrator is very well suited for fast-paced organizations where deployments are a must. It's also well-suited for organizations with multiple teams that want to use multiple Kubernetes clusters according to their needs. The scenario where it's less appropriate is with organizations that usually do not require containerized applications.
