[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],[],[[["\u003cp\u003eCloud Code simplifies Kubernetes development by providing tools for creating, deploying, debugging, and managing applications, including support for local clusters and Google Kubernetes Engine (GKE).\u003c/p\u003e\n"],["\u003cp\u003eCloud Code enables Cloud Run service development by allowing users to create, develop, debug, deploy, and manage services directly from their IDE, including the ability to view logs.\u003c/p\u003e\n"],["\u003cp\u003eCloud Code extends support to other cloud development tasks, such as creating and deploying Cloud Functions, managing Apigee APIs, replatforming Linux apps to containers, and managing secrets.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can enhance their workflow with Cloud Code features like YAML editing assistance, managing kubeconfig files, speeding up development with hot reloading and file sync, and exploring various build options.\u003c/p\u003e\n"],["\u003cp\u003eCloud Code offers a range of additional features, like managing Cloud APIs and libraries, handling Compute Engine VMs, and using Skaffold modules for independent development.\u003c/p\u003e\n"]]],[],null,["# How-to Guides\n\nInstall the Cloud Code extension\n--------------------------------\n\n- [### Install the Cloud Code extension\nInstall the Cloud Code extension for your IDE.](/code/docs/vscode/install) \n\nUsing pre-release features\n--------------------------\n\n- [### Use pre-release features\n Join the Insiders program and try pre-release\nCloud Code features.](/code/docs/vscode/insiders) \n\nWork with Kubernetes\n--------------------\n\n- [### Overview of Kubernetes in Cloud Code\n Get an overview of Cloud Code Kubernetes\n development capabilities.](/code/docs/vscode/k8s-overview)\n\n\u003c!-- --\u003e\n\n- [### Get started with Cloud Code for Kubernetes\n Create a Kubernetes application from a template using\n Cloud Code.](/code/docs/vscode/get-started-k8s)\n\n\u003c!-- --\u003e\n\n- [### Use minikube for local development\n Create and deploy a local minikube cluster using a\n template or your own application.](/code/docs/vscode/minikube-local-development)\n\n\u003c!-- --\u003e\n\n- [### Store your container images\n Define the container image repository for your project.](/code/docs/vscode/store-container-images)\n\n\u003c!-- --\u003e\n\n- [### Create and configure a GKE cluster\n Create and deploy a Kubernetes cluster with Google\n Kubernetes Engine (GKE).](/code/docs/vscode/create-configure-gke-cluster)\n\n\u003c!-- --\u003e\n\n- [### Configure a private cluster\n Use Cloud Code to connect to private clusters with and\n without public endpoint access and permit private clusters to access\n resources from outside Google Cloud.](/code/docs/vscode/configure-private-cluster)\n\n\u003c!-- --\u003e\n\n- [### Use an existing Kubernetes application\n Create a `skaffold.yaml` file for your Kubernetes run\n configuration using Cloud Code's automatic configuration creation, or\n manually with templating assistance.](/code/docs/vscode/use-existing-kubernetes-app)\n\n\u003c!-- --\u003e\n\n- [### Develop a Kubernetes app with remote development\n Open your codebase in a remote container where your application is built,\n debugged, and deployed.](/code/docs/vscode/develop-k8s-remote-dev)\n\n\u003c!-- --\u003e\n\n- [### Debug Kubernetes applications\n Debug your Kubernetes application without manual setup\n on a local cluster or any Cloud provider.](/code/docs/vscode/debug)\n\n\u003c!-- --\u003e\n\n- [### View Kubernetes logs\n View streaming logs from your application and check the\n status of resources from within Cloud Code.](/code/docs/vscode/view-logs)\n\n\u003c!-- --\u003e\n\n- [### Explore your build options with buildpacks, Jib, or Docker\n Select or edit your build settings and set up Skaffold\n profiles for build, test, and deployment contexts.](/code/docs/vscode/image-build-settings)\n\n\u003c!-- --\u003e\n\n- [### Deploy your applications to ARM64, AMD64, or mixed-architecture GKE clusters\n Add an environment variable in your IDE or a parameter in your\n `skaffold.yaml` file that specifies what platform to build, which overrides\n Skaffold's automatic detection.](/code/docs/vscode/deploy-to-arm-amd-mixed-arch)\n\n\u003c!-- --\u003e\n\n- [### Speed up development\n Take advantage of file sync and hot reloading, automatic\n deployment on save, and use Skaffold modules for microservices applications\n using Skaffold configurations.](/code/docs/vscode/speed-up-k8s-development)\n\n\u003c!-- --\u003e\n\n- [### Work with kubeconfig files\n Organize cluster access, users, and contexts using\n Kubernetes configuration files.](/code/docs/vscode/kubeconfigs)\n\n\u003c!-- --\u003e\n\n- [### Edit YAML\n Explore Cloud Code's YAML editing assistant features\nincluding schema based validation, diagnostics, and quick documentation.](/code/docs/vscode/yaml-editing) \n\nWork with Cloud Run\n-------------------\n\n- [### Create a Cloud Run service from a template\n Create a Cloud Run service with Cloud Code\n using a sample application.](/code/docs/vscode/create-service)\n- [### Develop a Cloud Run service locally\n Developing a Cloud Run service locally using a\n Cloud Run emulator.](/code/docs/vscode/develop-service)\n- [### Debug a Cloud Run service\n Debugging a Cloud Run service locally.](/code/docs/vscode/debug-service)\n- [### Deploy a Cloud Run service\n Deploy a Cloud Run service with Cloud Code and preview it live.](/code/docs/vscode/deploy-service)\n- [### View Cloud Run logs\n View your Cloud Run logs in your IDE with Cloud Code's\n built-in support.](/code/docs/vscode/viewing-cloud-run-logs)\n- [### Manage Cloud Run services\nManage Cloud Run services in your IDE.](/code/docs/vscode/manage-cloud-run-services) \n\nWork with Cloud Functions\n-------------------------\n\n- [### Create and deploy a function\n Create, download, deploy, and invoke a 2nd gen HTTP function using Cloud\n Functions with Cloud Code.](/code/docs/vscode/create-deploy-function)\n- [### Manage functions in Shell workspace\n Manage your Cloud Functions in Shell's workspace with\n Cloud Code using a sample application.](/code/docs/vscode/manage-functions-workspace)\n- [### Setup local development environment\n Enable functions framework visibility for local development and run\nFunctions Framework and commands to generate custom eventarc inputs for local testing.](/code/docs/vscode/setup-local-functions-dev-environment) \n\nWork with Apigee\n----------------\n\n- [### Develop APIs with Apigee\nDevelop, test, and deploy APIs using Apigee.](/apigee/docs/api-platform/local-development/overview) \n\nReplatform Linux applications to containers\n-------------------------------------------\n\n- [### Replatform Linux applications to containers\n Migrate an existing application to a GKE container on\na Linux machine.](/code/docs/vscode/replatform-apps-to-containers) \n\nSecret Manager\n--------------\n\n- [### Manage secrets\nCreate, view, update, and use secrets with Secret Manager and Cloud Code.](/code/docs/vscode/secret-manager) \n\nCloud Client Libraries\n----------------------\n\n- [### Manage Cloud APIs and libraries\n Browse, read documentation for, and manage Cloud APIs and client\nlibraries for your projects with Cloud Code.](/code/docs/vscode/client-libraries) \n\nCompute Engine VMs\n------------------\n\n- [### Manage VMs in Cloud Code\n View relevant Compute Engine VMs running your\n applications, establish connections to your VMs using SSH, and view\napplication logs.](/code/docs/vscode/manage-vms) \n\nSkaffold modules\n----------------\n\n- [### Develop portions of an application independently\n Learn how to develop and debug parts of your application independently by\nsplitting your application into Skaffold modules and defining dependencies.](/code/docs/vscode/config-dependencies) \n\nCommand Palette\n---------------\n\n- [### Complete tasks using the Command Palette\n Reference documentation for Cloud Code-related commands.](/code/docs/vscode/reference)"]]