Developing and Testing with Cloud Code
Cloud Code is a set of extensions for popular integrated development environments (IDEs). Cloud Code gives developers a suite of tools to build, test, and deploy applications on Google Cloud, making it easy for developers to write, debug, and deploy their applications without having to leave their IDE.
As an IDE extension, Cloud Code is at the beginning of your secure source-to-production workflow. Skaffold, which you learned about in the previous chapter, is an integrated component of Cloud Code.
In this chapter, you will learn how to use Cloud Code to do the following:
- Continuously deploy and test locally while you code
- Create a GKE cluster from your editor
- Continuously deploy and test a Kubernetes app remotely while you code
- Debug