A development principle for cloud-native applications
Question:
Which of the following is a development principle for cloud-native applications?
- Combine applications to create microservices with multiple functions
- Containerize the microservices for maximum flexibility, scalability, and portability
- Bring the various single-function components of an application into one huge piece of software
- Tightly couple the different functions of the application so that they can work together as a whole
Answer:
B - is the correct answer. Each microservice in a cloud-native application is packaged with its libraries and dependencies into individual containers