-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathelastic-agents.html
225 lines (202 loc) · 8.75 KB
/
elastic-agents.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!doctype html>
<html lang="en">
<head>
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta charset="utf-8" />
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport" />
<meta content="Elastic Agent plugin and API help users scale while optimizing utilization and costs." name="description" />
<meta content="GoCD, continuous delivery, elastic agent, gocd elastic agent, AWS elastic agent, AWS ECS, AWS ECS Elastic Agent, elastic agent plugin" name="keywords" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@goforcd" />
<meta name="twitter:title" content="Elastic Agents" />
<meta name="twitter:description" content="Elastic Agent plugin and API help users scale while optimizing utilization and costs." />
<meta name="twitter:image" content="https://preview.gocd.org/assets/images/gocd_continuous_delivery_thoughtworks_twitter-9cfe1828.jpg" />
<link rel="canonical" href="https://preview.gocd.org/elastic-agents.html" />
<title>Elastic Agents</title>
<link href="assets/images/favicon.ico" rel="shortcut icon" />
<link href="assets/stylesheets/site-8aa753e5.css" rel="stylesheet" />
<script src="assets/javascripts/all-10e8d5d5.js" data-manual="true"></script>
<script src="assets/javascripts/elastic-agents/index-31eb938d.js"></script>
<link rel="alternate" type="application/atom+xml" title="GoCD blog feed" href="feed.xml" />
<script>
$(document).ready(function(){
$('.chocolat-parent').Chocolat();
});
</script>
</head>
<body class="elastic-agents">
<header class="top">
<div class="container">
<a href="./" class="logo" analytics-label="logo"><img src="assets/images/go_logo-5b5ca9e1.svg" title="GoCD Logo" alt="GoCD Logo" /></a>
<nav class="mainnav">
<ul class="level0">
<li><a href="why-gocd/" class="link_whygocd" analytics-label="link_whygocd">Features</a></li>
<li><a href="https://docs.gocd.org/current/" class="link_documentation" analytics-label="link_help>link_documentation">Documentation</a></li>
<li><a href="blog/" class="link_blog" analytics-label="Blog">Blog</a></li>
<li><a href="download/" class="link_download" analytics-label="Download">Download</a></li>
</ul>
</nav>
<button class="navbtn menu collapse">
<span></span>
</button>
</div>
</header>
<span id="top"></span>
<header class="banner-container ea-banner-container">
<div class="container">
<div class="grid-shift">
<h1 class="banner-container_heading ea-banner_header">
COST SAVINGS AND INTELLIGENT SCALABILITY WITH GoCD’S ELASTIC AGENTS
</h1>
<p class="banner-container_content ea-banner_desc">
GoCD operates on a server-agent model where a server communicates with many agents. Agents are the workers in
the GoCD ecosystem. Rather than having dedicated idle agents at all times, elastic agents allow you to scale up,
with on-demand agents, based on the needs of the pipeline being executed.
</p>
</div>
</div>
</header>
<section class="ea-feature-container" data-aos="fade-up"
data-aos-duration="500" data-aos-offset="100">
<div class="container">
<h2 class="text-center ea-ent-feature_header">OPEN SOURCE PLUGINS</h2>
<p class="grid-shift ea-feature_desc">
GoCD has several community supported plugins, allowing you to connect to and configure your agents on both
physical and cloud environments.
</p>
<ul class="flex-items-container ea-feature-list">
<li class="flex-item_sm ea-feature-list_item" data-aos="fade-up"
data-aos-duration="500" data-aos-offset="100">
<h3 class="ea-feature_header">Docker</h3>
<p class="ea-ent-feature-list_desc">
GoCD Elastic agent plugin for Docker
</p>
</li>
<li class="flex-item_sm ea-feature-list_item" data-aos="fade-up"
data-aos-duration="500" data-aos-offset="100">
<h3 class="ea-feature_header">
Docker Swarm
</h3>
<p class="ea-ent-feature-list_desc">
GoCD Elastic agent plugin for Docker Swarm
</p>
</li>
</ul>
<ul class="flex-items-container ea-feature-list">
<li class="flex-item_sm ea-feature-list_item" data-aos="fade-up"
data-aos-duration="500" data-aos-offset="100">
<h3 class="ea-feature_header">
Kubernetes
</h3>
<p class="ea-ent-feature-list_desc">
GoCD Elastic Agent plugin for bringing up GoCD agents on a Kubernetes cluster on demand.
</p>
</li>
<li class="flex-item_sm ea-feature-list_item" data-aos="fade-up"
data-aos-duration="500" data-aos-offset="100">
<h3 class="ea-feature_header">
OpenStack
</h3>
<p class="ea-ent-feature-list_desc">
GoCD Elastic Agent plugin for bringing up GoCD agents on a Kubernetes cluster on demand.
</p>
</li>
</ul>
<a href="plugins/" class="button-brand ea-button">Get Started</a>
</div>
</section>
<section class="ea-enterprise-feature" data-aos="fade-up"
data-aos-duration="500" data-aos-offset="100">
<div class="container">
<ul class="grid-container ea-ent-feature-list">
<li class="grid-col-6_mobile" data-aos="fade-up"
data-aos-duration="500" data-aos-offset="100">
<h3 class="ea-ent-feature-list_header">
Run elastic agents on Amazon ECS
</h3>
<p class="ea-ent-feature-list_desc">
You can configure how many EC2 instances to bring up or reuse, how many ECS elastic agents within these EC2 to
bring up, what AMI to use for the EC2 instance, the instance type, security groups, the Docker image for the
ECS container and memory limits etc.
</p>
</li>
<li class="grid-col-6_mobile" data-aos="fade-up"
data-aos-duration="500" data-aos-offset="100">
<h3 class="ea-ent-feature-list_header">
Run elastic agents on Windows Azure
</h3>
<p class="ea-ent-feature-list_desc">
You can configure the plugin to use a Azure virtual network, resource group and region. The elastic profiles
can be configured to use an image from Azure marketplace or a custom image from your subscription. You can
configure the size of the VM, disk space and more.
</p>
</li>
</ul>
</div>
</section>
<footer>
<div class="join-community">
<ul>
<li>
<a href="https://groups.google.com/g/go-cd" target="_blank" analytics-label="google-group">
<i class="icon fa fa-users fa-4x join-us" aria-hidden="true"></i>
<span>Join our discussion forum</span>
</a>
</li>
<li>
<a href="https://github.com/gocd/gocd/discussions" target="_blank" analytics-label="github-discussions">
<i class="icon fa fa-comments fa-4x develop-with-us" aria-hidden="true"></i>
<span>Chat with us</span>
</a>
</li>
<li>
<a href="https://github.com/gocd/gocd" target="_blank" analytics-label="github">
<i class="icon fa fa-github fa-4x watch-us" aria-hidden="true"></i>
<span>watch us</span>
</a>
</li>
</ul>
</div>
<div class="page-footer">
<div class="container">
<div class="row">
<div class="col-md-2">
<ul class="unordered-list">
<li><a href="download/">DOWNLOAD GoCD</a></li>
<li><a href="getting-started/part-1/">INTRO TO GoCD</a></li>
<li><a href="test-drive-gocd.html">TEST DRIVE GoCD</a></li>
</ul>
</div>
<div class="col-md-2">
<ul class="unordered-list">
<li><a href="plugins/">PLUGINS</a></li>
<li><a href="resources/">RESOURCES</a></li>
</ul>
</div>
<div class="col-md-2">
<ul class="unordered-list">
<li><a href="https://www.github.com/gocd" target="_blank">FORK US ON GITHUB</a></li>
<li><a href="assets/gocd-brand-styleguide.zip">LOGOS + BRAND</a></li>
<li><a href="contribute/">CONTRIBUTE</a></li>
</ul>
</div>
<div class="col-md-2">
</div>
<div class="col-md-4">
<p>
GoCD is an open-source project, sponsored by <a target="_blank" href="https://www.thoughtworks.com" analytics-label="link_footer_thoughtworks">Thoughtworks Inc.</a>
under the <a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank" title="Apache 2.0 License">Apache License, Version 2.0</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<div class='imagemodal'>
<div class='imagemodalcontent'>
</div>
<div class='close'>✖
</div>
</div>
</body>
</html>