https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/

 

Why do I need Kubernetes and what can it do?

At a minimum, Kubernetes can schedule and run application containers on clusters of physical or virtual machines. However, Kubernetes also allows developers to ‘cut the cord’ to physical and virtual machines, moving from a host-centric infrastructure to a container-centric infrastructure, which provides the full advantages and benefits inherent to containers. Kubernetes provides the infrastructure to build a truly container-centric development environment.

Kubernetes satisfies a number of common needs of applications running in production, such as:

This provides the simplicity of Platform as a Service (PaaS) with the flexibility of Infrastructure as a Service (IaaS), and facilitates portability across infrastructure providers. 

相关文章:

  • 2021-09-08
  • 2021-09-12
  • 2022-12-23
  • 2021-08-29
  • 2022-02-09
  • 2021-09-14
  • 2021-04-21
  • 2021-12-19
猜你喜欢
  • 2021-09-01
  • 2021-12-12
  • 2021-12-04
  • 2021-11-29
  • 2021-06-24
  • 2021-06-10
  • 2021-08-31
相关资源
相似解决方案