Skip to content

Use independent pods / deployments for each container service #184

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

Open
jrbe228 opened this issue Mar 20, 2025 · 1 comment
Open

Use independent pods / deployments for each container service #184

jrbe228 opened this issue Mar 20, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@jrbe228
Copy link

jrbe228 commented Mar 20, 2025

Currently the runtime deploys as 3 containers within 1 pod -

Image

Eventually we would want 1 container per pod (plus any helpful sidecars) for independent scaling and resilience. Then pod-to-pod communication happens via ClusterIP services. I started a PR for that purpose.

This topic may be a longer-term goal, per the reasons explained here.

@EItanya EItanya added the enhancement New feature or request label Mar 27, 2025
@EItanya
Copy link
Contributor

EItanya commented Mar 27, 2025

As we think about transitioning kagent into a product which can be run in production this will become more important. As I've mentioned before the pre-cursors should be:

  1. Regression testing which ensures this change does not break existing functionality.
  2. The continued ability to run as 1 pod for demo purposes

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

No branches or pull requests

2 participants