-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ian Eyberg
committed
Feb 15, 2019
1 parent
276925e
commit a63a2b2
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# OPS Charter | ||
|
||
## Mission | ||
|
||
To recreate the next generation of cloud infrastructure with the | ||
following core tenents. | ||
|
||
## Tenets (unless you know better ones) | ||
|
||
These tenets guide OPS' development. They are guidelines and goals. | ||
|
||
1. **Security**: | ||
|
||
OPS is a builder/orchestrator for the Nanos unikernel. The underlying | ||
kernel does not have the notion of users. It only runs one process per | ||
virtual machine and does it's best to minimize the amount of code | ||
incorporated into each vm. OPS as an interface to this unikernel should | ||
reflect these concerns. | ||
|
||
2. **Minimalist**: | ||
|
||
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. | ||
|
||
3. **Performant**: | ||
|
||
There is much to be gained from incorporating a unikernel | ||
infrastructure. One of them is performance. While there is much work to | ||
be done here we should take care to keep this in mind in the surrounding | ||
ecosystem. | ||
|
||
## Contributions & Project Roles | ||
|
||
All contributions must align with this charter. |