Question 7
Consider an application that can scale from handling 1000 users to handling 100 million users by simply making copies of itself, is able to seamlessly react to machines going offline by again making new copies of itself in new machines, and otherwise leaves behind no trace of its workings. Which of the following statements is true?
This application has adopted cloud-native design
This application cannot be called as cloud-native since it is not observable at alltimes
This application cannot be called as cloud-native since it is not manageableeasily
This application cannot be called as cloud-native since it is not resilient