Skip to content

Commit 0d35967

Browse files
committed
Tune up pricing page, uplink announcement and add CLI example
* Adds CLI example for uplink * Reduces discussion on pricing page about personal use * Crops developer use-case/background from uplink announcement Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c24a261 commit 0d35967

24 files changed

+5759
-1701
lines changed

_includes/cli.html

+21-9
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,49 @@
1313
<h3 class="text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10">
1414
Expose multiple ports from a private network
1515
</h3>
16-
<p class="mt-4 max-w-3xl mx-auto text-center text-xl leading-7 text-gray-500">
17-
In TCP mode, traffic received on the server is sent directly to the client.
18-
</p>
1916
<p>
2017
<img class="relative mx-auto" width="800" src="/images/tcp-cli.png" alt="A TCP tunnel exposing multiple ports">
2118
</p>
19+
<p class="mb-6 max-w-3xl mx-auto text-center text-xl leading-7 text-gray-500">
20+
In TCP mode, traffic received on the server is sent directly to the client.
21+
</p>
2222
</div>
2323

2424
<div class="relative">
2525
<h3 class="text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10">
2626
Self-host any HTTP endpoint with a HTTPS certificate
2727
</h3>
28-
<p class="mt-4 max-w-3xl mx-auto text-center text-xl leading-7 text-gray-500">
29-
Built-in Let's Encrypt makes it really easy to get users to access your private service.
30-
</p>
3128
<p>
3229
<img class="relative mx-auto" width="800" src="/images/https-cli.png" alt="CLI example with a HTTPS cert from Let's Encrypt">
3330
</p>
31+
<p class="mb-6 max-w-3xl mx-auto text-center text-xl leading-7 text-gray-500">
32+
Built-in Let's Encrypt makes it really easy to get users to access your private service.
33+
</p>
3434
</div>
3535

3636
<div class="relative">
3737
<h3 class="text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10">
3838
Local Kubernetes, but with public IPs
3939
</h3>
40-
<p class="mt-4 max-w-3xl mx-auto text-center text-xl leading-7 text-gray-500">
40+
<p>
41+
<img class="relative mx-auto" width="800" src="/images/k8s-cli.png" alt="CLI example showing Kubernetes integration">
42+
</p>
43+
44+
<p class="mb-6 max-w-3xl mx-auto text-center text-xl leading-7 text-gray-500">
4145
The <a class="text-gray-500 hover:text-gray-900 transition duration-150 ease-in-out underline" href="https://github.com/inlets/inlets-operator/">inlets-operator for Kubernetes</a> makes it look and feel like you're using a cloud Kubernetes cluster.
4246
</p>
47+
</div>
48+
49+
<div class="relative">
50+
<h3 class="text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10">
51+
Add a new customer to your SaaS
52+
</h3>
4353
<p>
44-
<img class="relative mx-auto" width="800" src="/images/k8s-cli.png" alt="CLI example showing Kubernetes integration">
54+
<img class="relative mx-auto" width="800" src="/images/uplink-cli.png" alt="CLI commands to add a new customer tunnel with inlets uplnk">
55+
</p>
56+
<p class="mb-6 max-w-3xl mx-auto text-center text-xl leading-7 text-gray-500">
57+
Connect customer devices and services to your SaaS, the easy way with <a class="text-gray-500 hover:text-gray-900 transition duration-150 ease-in-out underline" href="https://docs.inlets.dev/uplink/become-a-provider/">inlets uplink</a>
4558
</p>
46-
4759
</div>
4860

4961
</div>

_includes/comparison.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,22 @@ <h3 class="text-center text-3xl leading-8 font-extrabold tracking-tight text-gra
1818

1919
</th>
2020
<th class="px-6 py-3 bg-gray-50 text-left text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider">
21-
VPN
21+
inlets Pro
2222
</th>
2323
<th class="px-6 py-3 bg-gray-50 text-left text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider">
24-
SAAS Tunnel
24+
SaaS Tunnel
2525
</th>
2626
<th class="px-6 py-3 bg-gray-50 text-left text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider">
27-
inlets Pro
27+
VPN
2828
</th>
2929
</tr>
3030
</thead>
3131
<tbody>
3232
{% include table/row.html words="" feature="Setup Cost" inlets="Low" saas="Low" vpn="High" %}
3333
{% include table/row.html even="1" feature="" feature="Self-hosting" inlets="1" vpn="" %}
34-
{% include table/row.html words="" feature="Public TCP Ports" inlets="ANY" saas="Randomly Allocated/High ports" vpn="None" %}
34+
{% include table/row.html even="1" words="" feature="Scope" inlets="One or more ports or domains" saas="Single domain" vpn="Entire subnets or host" %}
35+
36+
{% include table/row.html words="" feature="Public TCP Ports" inlets="Any" saas="Randomly Allocated/High ports" vpn="None" %}
3537
{% include table/row.html even="1" words="" feature="Connection Rate-limiting " inlets="Unlimited" saas="60-260/min" vpn="Unlimited" %}
3638
{% include table/row.html feature="Expose with a Domain" inlets="" saas="" %}
3739
{% include table/row.html even="1" words="" feature="Custom Domains" inlets="1" saas="(extra cost)" %}

_includes/features.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h4 class="text-2xl leading-8 font-extrabold text-gray-900 tracking-tight sm:tex
4141
{% include features/feature.html icon="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" title="Save on cloud spend" text="Make the most of your existing hardware investment, by bringing real traffic to your local machines." %}
4242
{% include features/feature.html icon="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3" title="Hybrid cloud, without the hassle" text="Connect legacy applications, GPUs or private test environments to your public cloud account." %}
4343
{% include features/feature.html icon="M13 10V3L4 14h7v7l9-11h-7z" title="Your own Kubernetes cloud" text="Get a cloud LoadBalancer for your local self-hosted Kubernetes cluster." %}
44-
{% include features/feature.html icon="M7,8 C9.209139,8 11,6.209139 11,4 C11,1.790861 9.209139,0 7,0 C4.790861,0 3,1.790861 3,4 C3,6.209139 4.790861,8 7,8 Z M7,9 C4.852,9 2.801,9.396 0.891,10.086 L2,16 L3.25,16 L4,20 L10,20 L10.75,16 L12,16 L13.109,10.086 C11.199,9.396 9.148,9 7,9 Z M15.315,9.171 L13.66,18 L12.41,18 L12.035,20 L16,20 L16.75,16 L18,16 L19.109,10.086 C17.899,9.648 16.627,9.346 15.315,9.171 Z M13,0 C12.532,0 12.089,0.096 11.671,0.243 C12.501,1.272 13,2.578 13,4 C13,5.422 12.501,6.728 11.671,7.757 C12.089,7.904 12.531,8 13,8 C15.209,8 17,6.209 17,4 C17,1.791 15.209,0 13,0 Z" title="Scale out" text="Connect thousands of services to your infrastructure with lightweight tunnels." %}
44+
{% include features/feature.html icon="M7,8 C9.209139,8 11,6.209139 11,4 C11,1.790861 9.209139,0 7,0 C4.790861,0 3,1.790861 3,4 C3,6.209139 4.790861,8 7,8 Z M7,9 C4.852,9 2.801,9.396 0.891,10.086 L2,16 L3.25,16 L4,20 L10,20 L10.75,16 L12,16 L13.109,10.086 C11.199,9.396 9.148,9 7,9 Z M15.315,9.171 L13.66,18 L12.41,18 L12.035,20 L16,20 L16.75,16 L18,16 L19.109,10.086 C17.899,9.648 16.627,9.346 15.315,9.171 Z M13,0 C12.532,0 12.089,0.096 11.671,0.243 C12.501,1.272 13,2.578 13,4 C13,5.422 12.501,6.728 11.671,7.757 C12.089,7.904 12.531,8 13,8 C15.209,8 17,6.209 17,4 C17,1.791 15.209,0 13,0 Z" title="Connect to your customers with inlets uplink &trade;" text="Connect hundreds or thousands of private customer networks or devices to your SaaS." %}
4545
</ul>
4646
</div>
4747

0 commit comments

Comments
 (0)