@@ -13,7 +13,6 @@ <h3 class="subtitle">High-level comparison</h3>
13
13
</ thead >
14
14
< tbody >
15
15
16
-
17
16
< tr >
18
17
< td colspan ="4 ">
19
18
< h3 class ="subtitle pt-4 ">
@@ -139,7 +138,7 @@ <h3 class="subtitle pt-4">
139
138
140
139
< tr >
141
140
< th class ="is-one-third "> Maximum functions per namespace</ th >
142
- < td class ="is-2 "> 15 </ td >
141
+ < td class ="is-2 "> 10 </ td >
143
142
< td class ="is-2 "> 500</ td >
144
143
< td class ="is-2 "> 5000</ td >
145
144
</ tr >
@@ -159,8 +158,8 @@ <h3 class="subtitle pt-4">
159
158
< tr >
160
159
< th class ="is-one-third "> Auto-scaling</ th >
161
160
< td class ="is-2 "> One global RPS rule</ td >
162
- < td class ="is-2 "> RPS, Capacity & CPU</ td >
163
- < td class ="is-2 "> RPS, Capacity & CPU</ td >
161
+ < td class ="is-2 "> RPS, Capacity, CPU, RAM, or Custom metric </ td >
162
+ < td class ="is-2 "> RPS, Capacity, CPU, RAM, or Custom metric </ td >
164
163
</ tr >
165
164
< tr >
166
165
< th class ="is-one-third "> Scale to zero</ th >
@@ -177,39 +176,39 @@ <h3 class="subtitle pt-4">
177
176
178
177
< tr >
179
178
< th class ="is-one-third "> Concurrency limiting</ th >
180
- < td class ="is-2 ">
179
+ < td class ="is-2 ">
181
180
{% include no.html %}
182
181
</ td >
183
- < td class ="is-2 ">
182
+ < td class ="is-2 ">
184
183
{% include yes.html %}
185
184
</ td >
186
- < td class ="is-2 ">
185
+ < td class ="is-2 ">
187
186
{% include yes.html %}
188
187
</ td >
189
188
</ tr >
190
189
191
190
< tr >
192
191
< th class ="is-one-third "> Custom readiness probes for functions</ th >
193
- < td class ="is-2 ">
192
+ < td class ="is-2 ">
194
193
{% include no.html %}
195
194
</ td >
196
- < td class ="is-2 ">
195
+ < td class ="is-2 ">
197
196
{% include yes.html %}
198
197
</ td >
199
- < td class ="is-2 ">
198
+ < td class ="is-2 ">
200
199
{% include yes.html %}
201
200
</ td >
202
201
</ tr >
203
202
204
203
< tr >
205
204
< th class ="is-one-third "> GPU support</ th >
206
- < td class ="is-2 ">
205
+ < td class ="is-2 ">
207
206
{% include no.html %}
208
207
</ td >
209
- < td class ="is-2 ">
208
+ < td class ="is-2 ">
210
209
{% include yes.html %}
211
210
</ td >
212
- < td class ="is-2 ">
211
+ < td class ="is-2 ">
213
212
{% include yes.html %}
214
213
</ td >
215
214
</ tr >
@@ -285,7 +284,7 @@ <h3 class="subtitle pt-4">Monitoring</h3>
285
284
< td class ="is-2 ">
286
285
{% include no.html %}
287
286
</ td >
288
- < td class ="is-2 ">
287
+ < td class ="is-2 ">
289
288
{% include no.html %}
290
289
</ td >
291
290
< td class ="is-2 ">
@@ -325,6 +324,12 @@ <h3 class="subtitle pt-4">
325
324
< td class ="is-2 "> {% include yes.html %}</ td >
326
325
< td class ="is-2 "> {% include yes.html %}</ td >
327
326
</ tr >
327
+ < tr >
328
+ < th class ="is-one-third "> RabbitMQ</ th >
329
+ < td class ="is-2 "> {% include no.html %}</ td >
330
+ < td class ="is-2 "> {% include yes.html %}</ td >
331
+ < td class ="is-2 "> {% include yes.html %}</ td >
332
+ </ tr >
328
333
< tr >
329
334
< th class ="is-one-third "> Postgresql</ th >
330
335
< td class ="is-2 "> {% include no.html %}</ td >
@@ -397,6 +402,12 @@ <h3 class="subtitle pt-4">
397
402
</ h3 >
398
403
</ td >
399
404
</ tr >
405
+ < tr >
406
+ < th class ="is-one-third "> Function Authentication</ th >
407
+ < td class ="is-2 "> User supplied</ td >
408
+ < td class ="is-2 "> User supplied</ td >
409
+ < td class ="is-2 "> By RBAC policy, or User supplied.</ td >
410
+ </ tr >
400
411
< tr >
401
412
< th class ="is-one-third "> Read-only filesystem & non-root</ th >
402
413
< td class ="is-2 "> {% include yes.html %}</ td >
0 commit comments