In this session, you will learn about the cutting-edge version of Eclipse Che - a next-generation container development platform, that allows you to run your favorite IDE on Kubernetes. During the talk, we are going to demo various IDEs powered by Eclipse Che and running on Kubernetes
Eclipse Che is now powered by the DevWorkspace Engine, which is a Kubernetes operator. It introduces a Custom Resource to define development environments and a controller that manages the resulting Kubernetes objects. That means that developers can specify their tooling, environment, and IDE as a Kubernetes object and share it with their team. It is even possible to start a workspace with a `kubectl apply` CI command!
Objective of the presentation:
promote Eclipse Che - a next-generation container development platform, that allows you to run your favorite IDE on Kubernetes;
demo various IDEs powered by Eclipse Che and running on Kubernetes;
show how it is possible to start a workspace using native kubectl commands;
Attendee pre-requisites - If none, enter "N/A":
Basic knowledge of Kubernetes would be nice to have