docs(tutorial): connect your local IDE to a Development Container - #1311
Open
ekline[bot] wants to merge 1 commit into
Open
docs(tutorial): connect your local IDE to a Development Container#1311ekline[bot] wants to merge 1 commit into
ekline[bot] wants to merge 1 commit into
Conversation
…ntainer ekline[bot] <202747777+ekline[bot]@users.noreply.github.com> Signed-off-by: ekline[bot] <202747777+ekline[bot]@users.noreply.github.com>
ekline
Bot
requested review from
codyjlandstrom,
ifbyol,
pchico83 and
rlamana
as code owners
July 22, 2026 10:10
✅ Deploy Preview for okteto-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
rberrelleza
reviewed
Jul 22, 2026
| @@ -0,0 +1,93 @@ | |||
| --- | |||
Member
There was a problem hiding this comment.
interesting! we have an old blog post that covers something like this. do you think this is an scenario we want to showcase more @codyjlandstrom ?
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.
Context
This how-to guide addresses a gap identified through a tutorial/how-to coverage review that combined competitor analysis, persona-needs assessment, and a feature-coverage audit of the Okteto docs.
Top 3 gaps found
What this PR adds
A how-to guide, Connect your local IDE to a Development Container, placed under Development Environments → Development Containers. It teaches developers to open a running Development Container in VS Code (Remote - SSH) or a JetBrains IDE (Gateway) over the SSH connection that
okteto upalready creates. The guide covers starting the container, the auto-generated~/.ssh/confighost entry and key pair, connecting each IDE, verifying the connection, and troubleshooting. It serves the developer persona (intermediate, working context).The guide is grounded entirely in existing product behavior documented in the SSH Server reference — the SSH server injected by
okteto up, the forwarded local port, the<name>.oktetohost entry, the$HOME/.okteto/id_rsa_oktetokey pair, and thedev.<svc>.remotemanifest field for pinning the port.Research sources
Remaining gaps (follow-up)
npm link#2 — Running Okteto Test in CI with GitHub Actions. A how-to that mirrors the existing Preview Environments CI guides but forokteto test.How to verify
yarn buildfromdocs/to confirm no broken links or anchors.yarn startand open the new page under Development Environments → Development Containers → Connect your IDE.okteto up, confirm the~/.ssh/configentry, and connect VS Code via Remote - SSH.📝 Created with EkLine · View session
ekline[bot] <202747777+ekline[bot]@users.noreply.github.com>