Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/googlecloudplatform/cloud-code-samples

Code templates to make working with Kubernetes feel like editing and debugging local code.
https://github.com/googlecloudplatform/cloud-code-samples

code-template debugger dotnet gcloud golang java kubernetes nodejs python samples yaml

Last synced: about 4 hours ago
JSON representation

Code templates to make working with Kubernetes feel like editing and debugging local code.

Awesome Lists containing this project

README

        

# Code Templates for Google Cloud Code

## What is Google Cloud Code

Cloud Code brings the power and convenience of IDEs to cloud-native application development. Cloud Code integrates with Google Cloud services like Google Kubernetes Engine, Cloud Run, Cloud APIs and Secret Manager, and makes you feel like you are working with local code.

Cloud Code works with Google’s command-line container tools like skaffold, minikube, and kubectl under the hood, providing local, continuous feedback on your project as you build, edit, run, and deploy your applications locally or in the cloud. Cloud Code also deeply integrates with Cloud SDK to provide a unified authentication experience when you develop with Google Cloud Services.

## What's in this repo

Code templates for easy Getting-Started experience with Google Cloud Code in Python, Java, Nodejs, Go and .NET Core.
We support two IDEs: Visual Studio Code and IntelliJ (and other JetBrains IDEs).

VS Code:
![Create New Application VS Code](https://cloud.google.com/code/docs/vscode/images/create-new-app.gif)

IntelliJ:
![Create New Application IntelliJ](https://cloud.google.com/code/docs/intellij/images/intellij-quickstart-runthrough.gif)

## Useful Links

- [Cloud Code for VS Code](https://marketplace.visualstudio.com/items?itemName=GoogleCloudTools.cloudcode)
- [Cloud Code for IntelliJ](https://plugins.jetbrains.com/plugin/8079-cloud-code)
- [Cloud Code Docs](https://cloud.google.com/code/docs/)
- [Cloud Code for VS Code Repo](https://github.com/GoogleCloudPlatform/cloud-code-vscode)
- [Cloud Code for IntelliJ Repo](https://github.com/GoogleCloudPlatform/cloud-code-intellij)