summaryrefslogtreecommitdiffstats
path: root/k8s/DesignNotes.md
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-03-22 17:43:01 +0000
committerJack Lucas <jflucas@research.att.com>2018-03-23 12:46:10 +0000
commit1ed29c111f50e33ac89915ba86b530820da3a689 (patch)
tree314ad8dc5dd2cad4ba89bac5662015f8a9c43ced /k8s/DesignNotes.md
parent19a075b395d687753de0f0266842cb9af8f24682 (diff)
Add DCAE Kubernetes plugin
Change-Id: Ic329f77bb09dcccfd49a34a8f84d387e8da929c6 Issue-ID: DCAEGEN2-410 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s/DesignNotes.md')
-rw-r--r--k8s/DesignNotes.md13
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