As a: Service Provider
I need: the ability to deploy my service on Kubernetes
So that: I can easily scale it out horizontally as needed
Assumptions:
- Need to create Kubernetes manifests
- Need a to deploy a Redis database in Kubernetes
Tasks:
Acceptance Criteria:
Given I have my service in Kubernetes
When I ask Kubernetes to scale to 5 instance
Then I should have 5 instances of my service running
As a: Service Provider
I need: the ability to deploy my service on Kubernetes
So that: I can easily scale it out horizontally as needed
Assumptions:
Tasks:
deployment.yamlfile for serviceservice.yamlfile for the serviceredis.yamlfile to deploy Redis as aStatefulServiceAcceptance Criteria: