You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a service provider I need my service to run on Kubernetes So that I can easily scale and manage the service
Assumptions
Kubernetes manifests will be created in yaml format
These manifests could be useful to create a CD pipeline
The actual deployment will be to OpenShift
Acceptance Criteria
Given the Kubernetes manifests have been created
When I use the oc command to apply the manifests
Then the service should be deployed and run in Kubernetes
The text was updated successfully, but these errors were encountered:
Title: Deploy your Docker image to Kubernetes
As a service provider
I need my service to run on Kubernetes
So that I can easily scale and manage the service
Assumptions
Acceptance Criteria
Given the Kubernetes manifests have been created
When I use the oc command to apply the manifests
Then the service should be deployed and run in Kubernetes
The text was updated successfully, but these errors were encountered: