okteto

Using okteto with Jenkins X

If you install okteto it has a command you can use to spin up a development container inside a deployment so you can iteratively rebuild an application.

Then if your application is deployed to your staging environment you can cd into a git clone of your application and run…

# switch to the staging namespace
jx ns jx-staging

okteto up

You will now have a development container setup you can perform incremental builds


Last modified March 15, 2021: fix: add inner loop docs (4c4769b07b)