Skip to content

Commit

Permalink
Merge pull request #100 from ortelius/dev
Browse files Browse the repository at this point in the history
fixed type in application
  • Loading branch information
TracyRagan authored Dec 6, 2022
2 parents b70779a + 9efc95c commit f6cd80f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
2 changes: 1 addition & 1 deletion content/en/guides/userguide/Introduction/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Ortelius is particularly suited for a microservice architecture where hundreds o

**Decoupled Environments are Complex**

Migrating to decoupled, cloud-native architecture breaks the way we assemble and configure software. With a decoupled implementation, we no longer build a complete software solution, or Application Version. Instead we manage many moving parts that communicate at run-time based on APIs. The loss of the 'Application Version' disrupts the core of software delivery. It impacts most of our standard software practices including the generation of application security level reports. After all, everything is based on an Application Version from tracking changes request, determining differences, tracking relationships and supporting users. Without a method of tracking the logical _Applicaiton_, IT teams struggle to confirm that the software they deliver to end users is safe.
Migrating to decoupled, cloud-native architecture breaks the way we assemble and configure software. With a decoupled implementation, we no longer build a complete software solution, or Application Version. Instead we manage many moving parts that communicate at run-time based on APIs. The loss of the 'Application Version' disrupts the core of software delivery. It impacts most of our standard software practices including the generation of application security level reports. After all, everything is based on an Application Version from tracking changes request, determining differences, tracking relationships and supporting users. Without a method of tracking the logical _Application_, IT teams struggle to confirm that the software they deliver to end users is safe.

Ortelius is not a 'microservice registry' or 'API Gateway." Instead, Ortelius interacts with the DevOps pipeline to automatically gather supply chain metadata. Tracking microservices and _Components_ in this way facilitates their sharing and reuse across teams. Ortelius serves as an internal market place for finding, tracking and versioning microservices and relating them to the _Applications_ that consume them. The publishing catalog is based on a _Domain_ structure to support a Domain Driven Design.

Expand Down
50 changes: 0 additions & 50 deletions content/en/guides/userguide/integrations/OrteliusKeptn.md

This file was deleted.

0 comments on commit f6cd80f

Please sign in to comment.