Add Cadence Samples: Dockerfile, Deployment YAML, and Usage Guide#31
Add Cadence Samples: Dockerfile, Deployment YAML, and Usage Guide#31CosminL-DEV wants to merge 3 commits into
Conversation
| @@ -0,0 +1,30 @@ | |||
| apiVersion: v1 | |||
There was a problem hiding this comment.
Thanks for dockerizing this. We can do this in the samples repo and have CI to push image to dockerhub. This way, chart users can simply use it and avoid bunch of steps. I will track this separately.
|
@taylanisikdemir I created a new PR in cadence-samples. We can keep this one here until the versioning and official Docker Hub image are ready, and then we can add the cadence-samples pod deployment to the examples folder once it's complete. |
Sounds good. Let's add a TODO in the README file about this and link cadence-workflow/cadence-samples#94 |
This PR introduces a comprehensive set of examples for running and testing Cadence workflows using containers in Kubernetes. It includes:
Dockerfile.samples) to build images with Cadence samples.cadence-samples-pod.yaml) for easy test pod deployment.README.md) with instructions for:These additions make it easier to validate, learn, and automate workflow tests in Kubernetes environments.