Skip to content

Commit 4c65b00

Browse files
committed
Add some additional project links
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 46c7045 commit 4c65b00

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

_posts/2020-02-27-ofc-private-cloud.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ The tool that we use to configure OpenFaaS Cloud (OFC) is [ofc-bootstrap](https:
5050
5151
The core components installed are:
5252

53-
* OpenFaaS - to host your functions and endpoints
54-
* OpenFaaS Cloud - CI/CD pipeline
53+
* [OpenFaaS](https://github.com/openfaas/faas) - to host your functions and endpoints
54+
* [OpenFaaS Cloud](https://github.com/openfaas/openfaas-cloud) - CI/CD pipeline
5555
* OpenFaaS Cloud - multi-user dashboard
5656
* OpenFaaS Cloud - edge-auth and edge-router for OAuth2 support and multi-user routing
57-
* SealedSecrets - to encrypt secrets for your repos
58-
* BuildKit - to build Docker images for your repos
59-
* Minio - for build log storage
60-
* Nginx-Ingress - to act as the IngressController for Kubernetes
61-
* cert-manager - to issue TLS certificates
57+
* [SealedSecrets](https://github.com/bitnami-labs/sealed-secrets) - to encrypt secrets for your repos
58+
* [buildkit](https://github.com/moby/buildkit) - to build Docker images for your repos
59+
* [Minio](https://min.io) - for build log storage
60+
* [Nginx-Ingress](https://kubernetes.github.io/ingress-nginx/) - to act as the IngressController for Kubernetes
61+
* [cert-manager](https://cert-manager.io) - to issue TLS certificates
6262

6363
The installation takes between 50-100s, but most of the time is going to be spent in configuring the GitHub integration, security, TLS and DNS.
6464

@@ -81,13 +81,13 @@ These instructions are also available in the [user guide](https://github.com/ope
8181

8282
* [Download kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
8383

84-
* Download the OpenFaaS CLI
84+
* Download the [OpenFaaS CLI](https://github.com/openfaas/faas-cli)
8585

8686
```bash
8787
curl -sSL https://cli.openfaas.com | sudo sh
8888
```
8989

90-
* Download Helm 3
90+
* Download [Helm 3](https://helm.sh)
9191

9292
```bash
9393
https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | sudo bash

0 commit comments

Comments
 (0)