You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2021. It is now read-only.
The webinar covers more differences and features of inlets
to help users understand the landscape.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,10 +79,10 @@ The following features / use-cases are covered by [inlets PRO](https://inlets.de
79
79
80
80
inlets is a Cloud Native Tunnel and is [listed on the Cloud Native Landscape](https://landscape.cncf.io/category=service-proxy&format=card-mode&grouping=category&sort=stars) under *Service Proxies*.
*[inlets-operator](https://github.com/inlets/inlets-operator) - Public IPs for your private Kubernetes Services and CRD
84
-
*[inletsctl](https://github.com/inlets/inletsctl) - The fastest way to create self-hosted exit-servers
85
-
*[inlets](https://github.com/inlets/inlets) - Cloud Native Tunnel for HTTP only - configure TLS separately, not available for inletsctl or inlets-operator
82
+
*[inlets PRO](https://inlets.dev) - Secure HTTP(s) and TCP tunnels with automated TLS encryption. Replaces inlets.
83
+
*[inlets-operator](https://github.com/inlets/inlets-operator) - Public IPs for your private Kubernetes Services and CRD using inlets PRO
84
+
*[inletsctl](https://github.com/inlets/inletsctl) - The fastest way to create self-hosted exit-servers using inlets PRO
85
+
*[inlets](https://github.com/inlets/inlets) - Cloud Native Tunnel for HTTP only - **no** tutorials, automation, TLS, TCP or Kubernetes integration available. Superseded by inlets PRO
86
86
87
87
## Get inlets
88
88
@@ -108,13 +108,15 @@ Binaries are made available on the [releases page](https://github.com/inlets/inl
108
108
109
109
Windows users are encouraged to use [git bash](https://git-scm.com/downloads) to install the inlets binary.
110
110
111
-
## Using inlets
111
+
## inlets PRO
112
112
113
-
### Video demo
113
+
inlets PRO superceds the original inlets OSS project and includes: automation, secure defaults, HTTPS and TCP tunnel support.
114
114
115
-
Using inlets I was able to set up a public endpoint (with a custom domain name) for my JavaScript & Webpack [Create React App](https://github.com/facebook/create-react-app).
115
+
In "A tale of two networks" Alex Ellis and Johan Siebens explore blog posts, use-cases and show demos of inlets PRO.
* Docs: [inlets PRO Kubernetes charts, operator and manifests]([./docs/kubernetes.md](https://github.com/inlets/inlets-pro/tree/master/chart))
133
134
* Tutorial: [Get a LoadBalancer for your private Kubernetes cluster with inlets-operator](https://blog.alexellis.io/ingress-for-your-local-kubernetes-cluster/)
135
+
* Docs: [Quickstart tutorial on your laptop](./docs/quickstart.md)
134
136
135
137
See also: [advanced usage of inlets including Docker, Kubernetes, multiple-services, and binding to private IPs](./docs/advanced.md)
0 commit comments