Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add container images and deployments for Quickstarts #1046

Open
marcduiker opened this issue Jul 4, 2024 · 1 comment · May be fixed by #1045
Open

Add container images and deployments for Quickstarts #1046

marcduiker opened this issue Jul 4, 2024 · 1 comment · May be fixed by #1045

Comments

@marcduiker
Copy link
Contributor

marcduiker commented Jul 4, 2024

Describe the feature

Instead of building/running all the Quickstarts locally, we should also add container images and deployment files so they can be run quickly in Kubernetes (either locally or in the cloud). Creating images and running apps on Kubernetes is still a big learning curve for many developers so lets try to make it easier for them to run Dapr Quickstarts on K8s.

I suggest we start with one API (PubSub) for each of the languages in QS Pubsub to see if this works. When we have this initial set of images, other contributors can help out to build images for the other APIs.

@marcduiker marcduiker linked a pull request Jul 4, 2024 that will close this issue
4 tasks
@paulyuk
Copy link
Contributor

paulyuk commented Jul 9, 2024

Hey @marcduiker yes I'm very interested in this idea. I feel it can help productivity a lot. In fact, having Kubernetes flavors of quickstarts is probably the most interesting goal here; and having container images is a side implementation detail.

The challenge is docker and podman have added notable challenges and instabilities to our matrix testing, and I spend a lot of time wrestling with that already. So I'd want to make sure we maintain or improve stability in process, and not make life worse. If we can't test, we can't scale, no matter how productive it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants