Skip to content

Commit de4f14a

Browse files
authored
Merge pull request #203 from robszumski/summary
readme: add framework summary and links
2 parents 571ae4b + f08a3c9 commit de4f14a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ See the [design docs][design_docs] for planned work on upcoming milestones.
88

99
## Overview
1010

11+
This project is a component of the [Operator Framework](https://github.com/operator-framework), an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way. Read more in the [introduction blog post](https://coreos.com/blog/introducing-operator-framework).
12+
1113
[Operators][operator_link] make it easy to manage complex stateful applications on top of Kubernetes. However writing an operator today can be difficult because of challenges such as using low level APIs, writing boilerplate, and a lack of modularity which leads to duplication.
1214

1315
The Operator SDK is a framework designed to make writing operators easier by providing:

0 commit comments

Comments
 (0)