# endpoints-samples **Repository Path**: mirrors_GoogleCloudPlatform/endpoints-samples ## Basic Information - **Project Name**: endpoints-samples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Using Endpoints on Google Compute Engine or Container Engine This repository contains samples and utilities for using Google Cloud Endpoints on GCE(Google Compute Engine) or GKE(Google Kubernetes Engine) ## Repository Structure: * [getting-started](getting-started): ESPv2 Google Kubernetes Engine deployment yaml files used in Cloud Endpoint [tutorials](https://cloud.google.com/endpoints/docs/openapi/tutorials). * [gke](gke): ESPv2 deployment yaml files for Google Kubernetes Engine. * [kubernetes](kubernetes): ESPv2 deployment yaml files for Kubernetes. It is almost the same as GKE except that they all need to mount a service account key file to the ESP container. * [k8s](k8s): ESPv1 deployment files for mixed GKE(Google Kubernetes Engine) and Kubernetes deployment. If a file is has `_gke` in the file name it is for GKE, otherwise it is for Kubernetes.