1.

How does the Cloud Native Computing Foundation define cloud-native applications?

Answer»

The CLOUD Native Computing Foundation gives a CLEAR DEFINITION of cloud-native:

  • Container packaged: This means a standard WAY to package applications that is resource-efficient. By using a standard container format, more applications can be densely packed.
  • Dynamically managed: This means a standard way to discover, deploy, and scale up and down containerized applications.
  • Microservices oriented: This means a method to decompose the application into modular, independent services that interact through well-defined SERVICE contracts.


Discussion

No Comment Found