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
Copy file name to clipboardExpand all lines: lab1b.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,13 @@ The instructions for deploying OpenFaaS change from time to time as we strive to
210
210
211
211
### Install OpenFaaS
212
212
213
-
There is a new tool called `k3sup` which can install helm charts, including OpenFaaS. This makes the installation procedure much faster.
213
+
There are three ways to install OpenFaaS and you can pick whatever makes sense for you and your team. In this workshop we will use the official installer `k3sup`.
214
+
215
+
*`k3sup app install` - k3sup installs OpenFaaS using its official helm chart. It can also offer other software with a user-friendly CLI such as `cert-manager` and `nginx-ingress`. It's the easiest and quickest way to get up and running.
216
+
217
+
* Helm chart - sane defaults and easy to configure through YAML or CLI flags. Secure options such as `helm template` or `helm 3` also exist for those working within restrictive environments
218
+
219
+
* Plain YAML files - hard-coded settings/values. Tools like Kustomize can offer custom settings
0 commit comments