docs: propose datumctl compute developer experience#111
Open
scotwells wants to merge 1 commit into
Open
Conversation
Outlines the proposed `datumctl compute` command group — covering deploy, status, rollout, logs, instance inspection, and quota — with example output for each workflow. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2cbe48b to
a775ae6
Compare
mattdjenkinson
previously approved these changes
May 22, 2026
mattdjenkinson
left a comment
There was a problem hiding this comment.
This is great - would be good as a follow up to do similar with AI Edge?
Contributor
Author
|
@mattdjenkinson yes, something I'd like to play with is a plugin system for datumctl datum-cloud/datumctl#197. |
savme
previously approved these changes
May 22, 2026
|
|
||
| All filters translate to label selectors against the platform's telemetry system. There is no per-city fan-out — the CLI queries a single endpoint and the label index handles scoping. | ||
|
|
||
| ### 5. Inspect and debug instances |
There was a problem hiding this comment.
do we want to support datumctl compute ssh or similar to get a shell into a running instance?
Contributor
Author
There was a problem hiding this comment.
Yes, that will be a long term goal. Though, I'd probably do datumctl compute exec to align with kubectl / docker.
Contributor
Author
There was a problem hiding this comment.
I'd also want to have a debug command that lets you attach ephemeral containers to instances so you can get additional tools that may not be installed on the running containers.
1e2baaa to
a775ae6
Compare
privateip
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Proposes the developer experience for
datumctl compute— the CLI surface for deploying and managing containerized workloads on Datum Cloud.The RFC covers the command taxonomy, flag design, interactive flows, output formats, and example workflows for the three primary use cases: flag-driven deploy, manifest-driven deploy, and day-2 operations (scale, rollout, restart, status).
Related
Part of #98. Implementation tracked in #113.