How is adoption of Kubernetes going for enterprises?
A lot of our customers are considering platforms and options for app modernization using containerization. Would be curious to know more perspectives about what platforms are resonating with real users as well as what they would like to see.
Solution Architect | Head of BizDev at Greg Solutions
Real User
2020-12-07T11:09:22Z
Dec 7, 2020
Since that was asked in the Kubernetes topic, I would recommend you to take a look at the management of Kubernetes services from the public providers (AKS from Azure, EKS from AWS, GKE from Google, Kubernetes Linode, IBM Kubernetes, etc.). For micro-services in the enterprise, it makes sense to use service meshes, like Istio or Linkerd.
Also, many enterprise companies are adopting OpenShift as enterprise-grade level Kubernetes.
Kubernetes (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. Kubernetes builds upon 15 years of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community.
Since that was asked in the Kubernetes topic, I would recommend you to take a look at the management of Kubernetes services from the public providers (AKS from Azure, EKS from AWS, GKE from Google, Kubernetes Linode, IBM Kubernetes, etc.). For micro-services in the enterprise, it makes sense to use service meshes, like Istio or Linkerd.
Also, many enterprise companies are adopting OpenShift as enterprise-grade level Kubernetes.