About Cloud Code
Cloud Code is available as an extension for Visual Studio Code and JetBrains IDEs, such as IntelliJ IDEA, PyCharm, and GoLand. In addition to being an extension to each of those popular IDEs, Cloud Code is built into the Cloud Shell editor, a web-based IDE built on Theia (https://theia-ide.org). Also, itβs available in Visual Studio Code and JetBrains IDEs from within Cloud Workstations, which we describe in Chapter 4.
Cloud Code helps these IDEs support the full development cycle, from writing code to continuously building and deploying the application on Kubernetes or Cloud Run. Cloud Code includes ready-to-use code and configuration samples and works with many popular programming languages.
Cloud Code uses Skaffold to run and debug your application, but with Cloud Code, you interact with these capabilities through your IDE as opposed to by using Skaffold commands directly.
With Cloud Code, you can deploy your application to Kubernetes, Cloud Run...