Skip to content

Commit ddcd264

Browse files
committed
workong on mission statement
1 parent cfecc71 commit ddcd264

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

blog/2023-12/platform-engineering-year-in-review/index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,17 @@ With these definitions, we can then summarise DEaaS as:
4646
* What: Platform engineering describing the work done by platform teams
4747
* How: An IDP providing the interface between DevOps teams and platform teams
4848

49-
![Diagram showing the relationship between DEaaS and platform teams](pe-diagram.png)
49+
![Diagram showing the relationship between DEaaS and platform teams](pe-diagram.png)
50+
51+
## Defining the mission
52+
53+
One of the most important steps when implementing a DEaaS strategy is to define which architectural decisions provide the most value.
54+
55+
Solutions engineering has a unique set of challenges, but the most glaring is the incredible complexity of the ecosystem we have to work in. Solutions engineers often have to build convincing demos, usually in days or weeks, integrating any number of platforms like CI systems, cloud platforms, operating systems, security requirements, and container orchestration platforms. You only need to look at the simplified diagram from the Octopus home page to understand how many combinations of technologies and given demo could integrate:
56+
57+
![tech stack image](tech-stack.png)
58+
59+
It is simply not feasible to create these demos from scratch every time. We needed a solution to bootstrap a demo environment with the common 80% of requirements to let solutions engineers customize the last 20% for each customer.
60+
61+
It also became increasingly clear that it was not enough to be able to create these demos on our own private Octopus instances: our partners needed the ability to implement and customize these demo environments for customers, and customers themselves wanted the ability to recreate these environments to then iterate on them for their own needs.
62+
Loading

0 commit comments

Comments
 (0)