-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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:
- Create a
deployment.yamlfile for service - Create a
service.yamlfile for the service - Create a
redis.yamlfile to deploy Redis as aStatefulService
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 runningMetadata
Metadata
Assignees
Labels
No labels