Shared Development Environments based on Kubernetes, Part 2 Working with GitPod in Practice
Online workplaces are gaining momentum massively, the functions sound great. But how does it work in practice? In Gitpod we look at an exemplary workflow.
Cloud IDE, online workplace, IDE in the browser – the names are diverse. As a rule, we are talking about containers with an operating system, any software and just the actual IDE (for example, Microsoft Visual Studio Code), in this context usually simply called Editor. Access to these containers is then available via browser.
In some cases, however, the desktop versions of the editors can also be used, whereby the online container still provides the working environment. We have already presented some of these solutions to you side by side, as well as GitHub’s own GitHub codespace offer separately