https://github.com/gocd/kubernetes-elastic-agents
Kubernetes Elastic agent plugin for GoCD
https://github.com/gocd/kubernetes-elastic-agents
gke gocd gocd-elastic-agents kops kubernetes kubernetes-elastic-agents minikube
Last synced: 6 months ago
JSON representation
Kubernetes Elastic agent plugin for GoCD
- Host: GitHub
- URL: https://github.com/gocd/kubernetes-elastic-agents
- Owner: gocd
- License: apache-2.0
- Created: 2017-10-25T10:50:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-25T05:16:42.000Z (11 months ago)
- Last Synced: 2025-07-25T10:46:10.106Z (11 months ago)
- Topics: gke, gocd, gocd-elastic-agents, kops, kubernetes, kubernetes-elastic-agents, minikube
- Language: Java
- Homepage: https://www.gocd.org
- Size: 3.99 MB
- Stars: 33
- Watchers: 11
- Forks: 32
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes Elastic agent plugin for GoCD
Kubernetes Elastic Agent Plugin provides production grade support to run GoCD Elastic Agents on Kubernetes Cluster.
Table of Contents
=================
* [Building the code base](#building-the-code-base)
* [Documentation](#documentation)
* [Install and configure the plugin](/docs/install.md)
* [Prerequisites](/docs/install.md#prerequisites)
* [Installation](/docs/install.md#installation)
* [Configuration](/docs/install.md#configuring-the-plugin)
* [Configure Cluster Profile](/docs/configure_cluster_profile.md)
* [Configure Elastic Profile](/docs/configure_elastic_profile.md)
* [Configuring SSH keys](/docs/configure_elastic_profile.md#configuring-ssh-keys-for-kubernetes-elastic-agents)
* [Pull image from private registry](/docs/configure_elastic_profile.md#pull-image-from-private-registry)
* [Troubleshooting](/docs/troubleshoot.md)
## Building the code base
To build the jar, run `./gradlew clean test assemble`
# Documentation
Read about setting up a Kubernetes cluster and using GoCD on Kubernetes in [GoCD's documentation](https://docs.gocd.org/current/gocd_on_kubernetes/introduction.html). Installation and configuration documentation for this plugin is available [here](docs/install.md).
## License
```plain
Copyright 2022 Thoughtworks, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```