Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Develop inside a container with the Okteto CLI (github.com/okteto)
3 points by pchico83 on June 25, 2020 | hide | past | favorite | 1 comment


The Okteto CLI lets you develop inside a container, no matter if it is running locally or in a remote cluster. The main advantages of developing inside containers are:

- replicability: development containers eliminate the need to install your dependencies locally, everything is pre-configured in your development image.

- fast inner loop development: native builds inside your development container are faster than the docker build/redeploy cycle.

- less integration issues: your development container reuses the same variables, secrets, sidecars, volumes, etc... than your original deployment.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: