Skip to content

Commit d885390

Browse files
committed
Uplink: Clarify that pricing is per cluster with a min of 10
Each cluster/installation requires a license which gives that cluster up to 10 tunnels to run, before incuring 25 USD / mo additional costs for each extra tunnel. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent c1f7036 commit d885390

File tree

2 files changed

+69
-9
lines changed

2 files changed

+69
-9
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM ruby:2.7
22
ENV PATH=$PATH:/usr/local/bin/
33
USER root
4-
# RUN curl -sLS https://get.arkade.dev | sh
5-
RUN curl -SLs https://github.com/alexellis/arkade/releases/download/0.11.28/arkade-arm64 -o /usr/local/bin/arkade && find /usr/local/bin/ \
6-
&& chmod +x /usr/local/bin/arkade
4+
RUN curl -sLS https://get.arkade.dev | sh
5+
#RUN curl -SLs https://github.com/alexellis/arkade/releases/download/0.11.28/arkade-arm64 -o /usr/local/bin/arkade && find /usr/local/bin/ \
6+
# && chmod +x /usr/local/bin/arkade
77
RUN arkade system install node
88

99
WORKDIR /srv/jekyll

_includes/pricing/pricing-grid.html

Lines changed: 66 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Personal</h2>
102102
</td>
103103
</tr>
104104

105+
<tr class="border-t border-gray-200">
106+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">IP Whitelist/ACL</th>
107+
<td class="py-5 pr-4">
108+
<!-- Heroicon name: check -->
109+
<svg class="ml-auto h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
110+
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
111+
</svg>
112+
<span class="sr-only">Yes</span>
113+
</td>
114+
</tr>
115+
105116
<tr class="border-t border-gray-200">
106117
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Kubernetes Integration.</th>
107118
<td class="py-5 pr-4">
@@ -297,6 +308,17 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Business</h2>
297308
</td>
298309
</tr>
299310

311+
<tr class="border-t border-gray-200">
312+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">IP Whitelist/ACL</th>
313+
<td class="py-5 pr-4">
314+
<!-- Heroicon name: check -->
315+
<svg class="ml-auto h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
316+
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
317+
</svg>
318+
<span class="sr-only">Yes</span>
319+
</td>
320+
</tr>
321+
300322
<tr class="border-t border-gray-200">
301323
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
302324
<td class="py-5 pr-4">
@@ -393,21 +415,21 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Uplink for SaaS</h2>
393415
<tbody class="divide-y divide-gray-200">
394416

395417
<tr class="border-t border-gray-200">
396-
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Tunnels included.</th>
418+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Tunnels included per cluster.</th>
397419
<td class="py-5 pr-4">
398-
<span class="block text-sm text-gray-700 text-right">10.</span>
420+
<span class="block text-sm text-gray-700 text-right">10</span>
399421
</td>
400422
</tr>
401423

402424
<tr class="border-t border-gray-200">
403-
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Cost per tunnel.</th>
425+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Cost per additional tunnel.</th>
404426
<td class="py-5 pr-4">
405427
<span class="block text-sm text-gray-700 text-right">25 USD / mo</span>
406428
</td>
407429
</tr>
408430

409431
<tr class="border-t border-gray-200">
410-
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Platform fee.</th>
432+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Cost per Kubernetes cluster.</th>
411433
<td class="py-5 pr-4">
412434
<span class="block text-sm text-gray-700 text-right">250 USD / mo</span>
413435
</td>
@@ -486,6 +508,17 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Uplink for SaaS</h2>
486508
</td>
487509
</tr>
488510

511+
<tr class="border-t border-gray-200">
512+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">IP Whitelist/ACL</th>
513+
<td class="py-5 pr-4">
514+
<!-- Heroicon name: check -->
515+
<svg class="ml-auto h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
516+
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
517+
</svg>
518+
<span class="sr-only">Yes</span>
519+
</td>
520+
</tr>
521+
489522
<tr class="border-t border-gray-200">
490523
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
491524
<td class="py-5 pr-4">
@@ -651,7 +684,7 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Uplink for SaaS</h2>
651684
</tr>
652685

653686
<tr>
654-
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">Platform fee.</th>
687+
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">Cost per Kubernetes cluster.</th>
655688
<td class="py-5 px-6">
656689
<span class="block text-sm text-gray-400">n/a</span>
657690
</td>
@@ -828,8 +861,35 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Uplink for SaaS</h2>
828861
</td>
829862
</tr>
830863

864+
865+
<tr>
866+
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">IP Whitelist/ACL</th>
867+
<td class="py-5 px-6">
868+
<!-- Heroicon name: check -->
869+
<svg class="h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
870+
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
871+
</svg>
872+
<span class="sr-only">Included</span>
873+
</td>
874+
<td class="py-5 px-6">
875+
<!-- Heroicon name: check -->
876+
<svg class="h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
877+
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
878+
</svg>
879+
<span class="sr-only">Included</span>
880+
</td>
881+
<td class="py-5 px-6">
882+
<!-- Heroicon name: check -->
883+
<svg class="h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
884+
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
885+
</svg>
886+
<span class="sr-only">Included</span>
887+
</td>
888+
</tr>
889+
890+
831891
<tr>
832-
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">Inlets Uplink Control Plane.</th>
892+
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">Inlets Uplink Control Plane for Kubernetes</th>
833893
<td class="py-5 px-6">
834894
<!-- Heroicon name: minus -->
835895
<svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">

0 commit comments

Comments
 (0)