Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/circleci-public/gcp-gke-orb
Interact with Google Kubernetes Engine (GKE) from CircleCI
https://github.com/circleci-public/gcp-gke-orb
circleci circleci-orbs gcp gke google-cloud google-cloud-platform google-kubernetes-engine kubernetes
Last synced: 3 months ago
JSON representation
Interact with Google Kubernetes Engine (GKE) from CircleCI
- Host: GitHub
- URL: https://github.com/circleci-public/gcp-gke-orb
- Owner: CircleCI-Public
- License: mit
- Created: 2019-03-22T02:16:35.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:34:16.000Z (4 months ago)
- Last Synced: 2024-10-25T16:16:53.939Z (3 months ago)
- Topics: circleci, circleci-orbs, gcp, gke, google-cloud, google-cloud-platform, google-kubernetes-engine, kubernetes
- Language: Shell
- Homepage: https://circleci.com/orbs/registry/orb/circleci/gcp-gke
- Size: 72.3 KB
- Stars: 7
- Watchers: 11
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GCP: GKE Orb [![CircleCI Build Status](https://circleci.com/gh/CircleCI-Public/gcp-gke-orb.svg?style=shield "CircleCI Build Status")](https://circleci.com/gh/CircleCI-Public/gcp-gke-orb) [![CircleCI Orb Version](https://badges.circleci.com/orbs/circleci/gcp-gke.svg)][reg-page] [![GitHub License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/CircleCI-Public/gcp-gke-orb/master/LICENSE) [![CircleCI Community](https://img.shields.io/badge/community-CircleCI%20Discuss-343434.svg)](https://discuss.circleci.com/c/ecosystem/orbs)
A GKE Orb for CircleCI.
It allows you to interact with Google Cloud Platform's (GCP) Google Kubernetes Engine (GKE) from within a CircleCI build job.## Prerequisites
The following environment variables need to be set in CircleCI either directly or via a context:
- GCLOUD_SERVICE_KEY (required)
- GOOGLE_PROJECT_ID
- GOOGLE_COMPUTE_ZONE
- GOOGLE_COMPUTE_REGIONSee [CircleCI Documentation](https://circleci.com/docs/2.0/env-vars) for instructions on how you would set this up.
## Usage
Example use as well as a list of available executors, commands, and jobs are available on this orb's [registry page][reg-page].
## Resources
[CircleCI Orb Registry Page][reg-page] - The official registry page for this orb will all versions, executors, commands, and jobs described.
[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating CircleCI Orbs.
[Google Cloud Platform (GCP) Docs](https://cloud.google.com/docs/) - General docs for GCP.
[GCP: Google Kubernetes Engine (GKE) Docs](https://cloud.google.com/kubernetes-engine/docs/) - GCP Docs specifically on GKE.## Contributing
We welcome [issues](https://github.com/CircleCI-Public/gcp-gke-orb/issues) to and [pull requests](https://github.com/CircleCI-Public/gcp-gke-orb/pulls) against this repository!
For further questions/comments about this or other orbs, visit the Orb Category of [CircleCI Discuss](https://discuss.circleci.com/c/ecosystem/orbs).[reg-page]: https://circleci.com/orbs/registry/orb/circleci/gcp-gke