ncsokas / 100-days-of-code

Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)
http://www.100daysofcode.com
0 stars 0 forks source link

Okteto - interactive dev envs in k8s #77

Open sync-by-unito[bot] opened 2 months ago

sync-by-unito[bot] commented 2 months ago

Saw a presentation where they used Okteto at KubeCon, and it looked really cool. Helps with setting up dev envs in k8s and developing inside the cluster.

In the demo they also showed working on a specific service in a deployment, okteto would then spin a development container, installing the required runtimes/tools, and create an SSH tunnel to the container, which means that you can continue writing the code on your workstation, but execute the code in the container in the production-like cluster.

I think this could make the development experience of working on microservices targeted at k8s much nicer.

https://www.okteto.com/ https://github.com/okteto/okteto/

demo: https://youtu.be/KSl-oKk6TPA?t=812

┆Issue is synchronized with this Trello card by Unito

sync-by-unito[bot] commented 2 months ago

➤ Sofus Albertsen commented:

You already tried it out, right zah23

sync-by-unito[bot] commented 2 months ago

➤ Zander Havgaard commented:

Yes I have used it and I liked it :-)