0 votes
in CakePHP by

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

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Dec 1, 2021 in Cloud Computing by DavidAnderson
0 votes
asked Mar 13, 2022 in Azure by Robindeniel
...