Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Code templates to make working with Kubernetes feel like editing and debugging local code.
- Host: GitHub
- URL: https://github.com/googlecloudplatform/cloud-code-samples
- Owner: GoogleCloudPlatform
- License: 0bsd
- Created: 2019-03-28T02:06:05.000Z (over 5 years ago)
- Default Branch: v1
- Last Pushed: 2024-02-26T03:42:46.000Z (9 months ago)
- Last Synced: 2024-02-27T03:41:36.392Z (9 months ago)
- Topics: code-template, debugger, dotnet, gcloud, golang, java, kubernetes, nodejs, python, samples, yaml
- Language: Java
- Homepage:
- Size: 26.9 MB
- Stars: 375
- Watchers: 36
- Forks: 204
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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)