diff options
Diffstat (limited to 'k8s/DesignNotes.md')
-rw-r--r-- | k8s/DesignNotes.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/k8s/DesignNotes.md b/k8s/DesignNotes.md new file mode 100644 index 0000000..556e0f0 --- /dev/null +++ b/k8s/DesignNotes.md @@ -0,0 +1,13 @@ +## Design Notes: DCAE on Kubernetes +### Background: Previous Support for DCAE on Docker +### Key Design Elements for DCAE on Kubernetes +#### Use of Kubernetes Abstractions +#### Networking +#### Service Discovery +#### Component Configuration +#### Health Checking and Resiliency +#### Scaling +#### Software Updates +### Changes to Cloudify Type Definitions +### Impact to Other DCAE Components +### Status of Work |