You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To recreate the next generation of cloud infrastructure with the
6
+
following core tenents.
7
+
8
+
## Tenets (unless you know better ones)
9
+
10
+
These tenets guide OPS' development. They are guidelines and goals.
11
+
12
+
1.**Security**:
13
+
14
+
OPS is a builder/orchestrator for the Nanos unikernel. The underlying
15
+
kernel does not have the notion of users. It only runs one process per
16
+
virtual machine and does it's best to minimize the amount of code
17
+
incorporated into each vm. OPS as an interface to this unikernel should
18
+
reflect these concerns.
19
+
20
+
2.**Minimalist**:
21
+
22
+
KISS - Keep it Simple Stupid. Current cloud infrastructure projects suffer from too much complexity which leads to performance, security and agility problems. The unikernel design philosophy is a rejection of this complexity.
23
+
24
+
3.**Performant**:
25
+
26
+
There is much to be gained from incorporating a unikernel
27
+
infrastructure. One of them is performance. While there is much work to
28
+
be done here we should take care to keep this in mind in the surrounding
0 commit comments