Blogg
Här finns tekniska artiklar, presentationer och nyheter om arkitektur och systemutveckling. Håll dig uppdaterad, följ oss på LinkedIn
Här finns tekniska artiklar, presentationer och nyheter om arkitektur och systemutveckling. Håll dig uppdaterad, följ oss på LinkedIn
The Spring2GX 2015 mantra is Get Cloud Native, but what does it mean?
Many of the talks at Spring2GX 2015 is about building cloud native applications and mention the twelve-factor. The twelve-factor is a collection of characteristics that describes elements of a cloud native application. These characteristics should meet the requirements of a modern application with demands like:
For cloud platform providers these twelve-factor characteristics helps to build mechanisms that is needed for cloud native applications, such as
For DevOps these characteristics helps to build, test and run applications in isolation with explicit isolated dependencies. It also enables to build systems that:
For third party providers It also gives possibilities to build tools like application monitoring and log monitoring to be integrated through the published and versioned API’s.
When it comes to security though, the twelve-factor comes a little bit short handed. Only in two places can you read some information that can be related to security, in chapter III. Config and IV. Backing Services, but very vague. In a collection of cloud native application patterns describing characteristics for applications in such a heterogeneous environment as the cloud, some more explicit information in security would be expected.