Skip to content

Commit 49977fb

Browse files
committed
Add logo for cert-manager
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent c66bb4c commit 49977fb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

_posts/2021-05-19-istio-functions.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,19 @@ kubectl get svc -n istio-system istio-ingressgateway
308308
NAME TYPE CLUSTER-IP EXTERNAL-IP
309309
istio-ingressgateway LoadBalancer 10.106.200.195 <pending>
310310
```
311-
If you're running within a private VPC, on-premises or on your laptop, then you will need to get a public IP for Istio through the inlets-operator. See a full guide to [setting up the inlets-operator with Istio](https://blog.alexellis.io/a-bit-of-istio-before-tea-time/) to provide an IP via a secure tunnel. That will then change `<pending>` to a fully accessible IP.
311+
312+
<img src="https://docs.inlets.dev/images/inlets-oss-logo.svg" width="140px" alt="inlets logo">
313+
314+
> Inlets can enable LoadBalancers and Controllers for local and private Kubernetes clusters
315+
316+
If you're running within a private VPC, on-premises or on your laptop, then you will need to get a public IP for Istio through the [inlets-operator](https://docs.inlets.dev/images/inlets-oss-logo.svg). See a full guide to [setting up the inlets-operator with Istio](https://blog.alexellis.io/a-bit-of-istio-before-tea-time/) to provide an IP via a secure tunnel. That will then change `<pending>` to a fully accessible IP.
312317

313318
Otherwise, copy the IP or CNAME issued to you under `EXTERNAL-IP` and create your DNS entry. I'll be using the domain `faas.o6s.io`.
314319

320+
<img src="/images/2021-05-istio/cert-manager-icon.png" width="100px" alt="cert-manager logo">
321+
322+
> [cert-manager](https://cert-manager.io/) is a CNCF project for obtaining, renewing and managing TLS certificates
323+
315324
You can get a TLS certificate to serve traffic over HTTPS using cert-manager.
316325

317326
```bash
19.3 KB
Loading

0 commit comments

Comments
 (0)