@@ -50,15 +50,15 @@ The tool that we use to configure OpenFaaS Cloud (OFC) is [ofc-bootstrap](https:
5050
5151The 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
6363The 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
8787curl -sSL https://cli.openfaas.com | sudo sh
8888```
8989
90- * Download Helm 3
90+ * Download [ Helm 3] ( https://helm.sh )
9191
9292``` bash
9393https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | sudo bash
0 commit comments