Skip to content

Commit 7cf8659

Browse files
committed
Update arkade references to new domain
get-arkade.dev was removed some time ago and we now use the top level arkade.dev Thanks for the heads-up from @jswhisperer via #344 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 861a1a6 commit 7cf8659

13 files changed

Lines changed: 21 additions & 21 deletions

_posts/2020-01-30-get-started-with-java-openjdk11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We'll first of all get OpenFaaS installed using the easiest way possible. Then w
3434

3535
Make sure that you have the Kubernetes CLI ([kubectl](https://kubernetes.io/docs/reference/kubectl/overview/)) available.
3636

37-
Download [arkade](https://get-arkade.dev/), which is an installer for helm charts for any Kubernetes cluster. We will install OpenFaaS using `arkade install` and [the OpenFaaS helm chart](https://github.com/openfaas/faas-netes/tree/master/chart/openfaas):
37+
Download [arkade](https://arkade.dev/), which is an installer for helm charts for any Kubernetes cluster. We will install OpenFaaS using `arkade install` and [the OpenFaaS helm chart](https://github.com/openfaas/faas-netes/tree/master/chart/openfaas):
3838

3939
```sh
4040
curl -sSLf https://get.arkade.dev | sudo sh

_posts/2020-02-12-get-started-with-python-mongo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We'll first of all get OpenFaaS installed using the easiest way possible. Then w
3333

3434
Make sure that you have the Kubernetes CLI ([kubectl](https://kubernetes.io/docs/reference/kubectl/overview/)) available.
3535

36-
Download [arkade](https://get-arkade.dev/), which is an installer for helm charts for any Kubernetes cluster. We will install OpenFaaS using `arkade install` and [the OpenFaaS helm chart](https://github.com/openfaas/faas-netes/tree/master/chart/openfaas):
36+
Download [arkade](https://arkade.dev/), which is an installer for helm charts for any Kubernetes cluster. We will install OpenFaaS using `arkade install` and [the OpenFaaS helm chart](https://github.com/openfaas/faas-netes/tree/master/chart/openfaas):
3737

3838
```sh
3939
curl -sSLf https://get.arkade.dev | sudo sh

_posts/2020-07-06-openfaas-loki-into.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Loki is a light-weight tool that's easy to use. When it comes to Kubernetes, dep
3131

3232
Once a log aggregator is installed and configured it will often have a UI for exploring the logs, for ELK this is [Kibana](https://www.elastic.co/kibana) and for Loki it is [Grafana Explore](https://grafana.com/docs/grafana/latest/features/explore/).
3333

34-
Since OpenFaaS Gateway 0.15.0+ (July 2019), OpenFaaS supports [pluggable logging providers](https://docs.openfaas.com/architecture/logs-provider/) to support streaming function logs via the Gateway API and the `faas-cli`. With the latest release of [arkade](https://get-arkade.dev/) all three (OpenFaaS, Loki, and Grafana) can be installed in just a few lines, allowing you to access the same function logs from the `faas-cli`, the API, or the Grafana Explore dashboard. We will walk-though the steps below.
34+
Since OpenFaaS Gateway 0.15.0+ (July 2019), OpenFaaS supports [pluggable logging providers](https://docs.openfaas.com/architecture/logs-provider/) to support streaming function logs via the Gateway API and the `faas-cli`. With the latest release of [arkade](https://arkade.dev/) all three (OpenFaaS, Loki, and Grafana) can be installed in just a few lines, allowing you to access the same function logs from the `faas-cli`, the API, or the Grafana Explore dashboard. We will walk-though the steps below.
3535

3636

3737
## Prerequisites

_posts/2020-08-28-openfaas-arkade.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ dark_background: true
1414

1515
The OpenFaaS community is building a tool for Kubernetes developers, learn how it can help you install OpenFaaS, along with complementary CLIs and applications to your cluster
1616

17-
<a href="https://get-arkade.dev"><img src="https://raw.githubusercontent.com/alexellis/arkade/master/docs/arkade-logo-sm.png" alt="arkade logo" width="300" height="300"></a>
17+
<a href="https://arkade.dev"><img src="https://raw.githubusercontent.com/alexellis/arkade/master/docs/arkade-logo-sm.png" alt="arkade logo" width="300" height="300"></a>
1818

19-
> [arkade](https://get-arkade.dev) - Portable Kubernetes marketplace
19+
> [arkade](https://arkade.dev) - Portable Kubernetes marketplace
2020
2121
## Solving pain
2222

2323
The popular essay [Cathedral and the Bazaar](http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/) was written over 20 years ago by author and then open source activist Eric Steven Raymond. In it, he contrasts the development of proprietary software within a corporation (the cathedral) to that of an open-source model (the bazaar). One of the key points he makes is that most open-source software starts when a developer has an itch they need to scratch or finds a pain-point that they can solve.
2424

25-
[arkade](https://get-arkade.dev) has evolved since it was first created to install OpenFaaS, to now install 40 different applications using their preferred installation method.
25+
[arkade](https://arkade.dev) has evolved since it was first created to install OpenFaaS, to now install 40 different applications using their preferred installation method.
2626

2727
* OpenFaaS - [helm3](https://helm.sh)
2828
* Linkerd - its own CLI
@@ -34,7 +34,7 @@ It then gained the ability to install CLIs such as `faas-cli`, `terraform`, `kub
3434
3535
Now if you're anything like us, then you will be re-creating a cluster several times per day or per week to test a PR or change to your project, you may even be creating a cluster in a CI job to test each incoming commit. arkade is built for developers to rapidly get a working system with whatever they need. You can use it in production, or in a pipeline, but you may find that a GitOps style more suitable using a tool like [ArgoCD](https://argoproj.github.io/argo-cd/) or [Flux](https://fluxcd.io).
3636

37-
> ⭐️ Star/fork [arkade](https://get-arkade.dev) on GitHub
37+
> ⭐️ Star/fork [arkade](https://arkade.dev) on GitHub
3838
3939
### Helm 2 - insecure by default
4040

@@ -246,15 +246,15 @@ Find out more on the [inlets PRO landing page](https://inlets.dev/), there's als
246246
247247
## Wrapping up
248248
249-
[arkade](https://get-arkade.dev) was written to make the life of developers easier, it can install many different applications, which may involve using Helm, kubectl, or an additional CLI. It gives helpful usage information, and tries to prevent you doing things you shouldn't, like installing an application to your Raspberry Pi cluster that isn't built for ARM CPUs. It makes the tedious task of downloading dozens of CLIs much quicker.
249+
[arkade](https://arkade.dev) was written to make the life of developers easier, it can install many different applications, which may involve using Helm, kubectl, or an additional CLI. It gives helpful usage information, and tries to prevent you doing things you shouldn't, like installing an application to your Raspberry Pi cluster that isn't built for ARM CPUs. It makes the tedious task of downloading dozens of CLIs much quicker.
250250
251251
Looking forward, arkade will continue to be maintained by the OpenFaaS community and is accepting PRs and suggestions. It evolved to solve a clear pain-point, and as we approach 1000 stars on GitHub, it has proven useful to the community so far.
252252
253253
* Have you got an app that you'd like to see?
254254
* Is there a CLI that you often use with a Kubernetes cluster?
255255
* Do you want to view the code?
256256
257-
[View the code on GitHub](https://get-arkade.dev)
257+
[View the code on GitHub](https://get.arkade.dev)
258258
259259
Try it out today:
260260
@@ -271,4 +271,4 @@ curl -sLS https://get.arkade.dev | sh
271271
272272
What about commercial apps? One of the lessons we've learned as a community about Open Source, is just how much effort it takes to sustain a project where everything's given away for free. Commercial users are often not interested or willing to contribute through sponsorships, support, consulting, or paid development. Now there has been interest from commercial companies that want to have their app listed. We've come up with a way for them to differentiate their offerings through Sponsored Apps.
273273
274-
Find out about [Sponsored Apps](https://get-arkade.dev)
274+
Find out about [Sponsored Apps](https://get.arkade.dev)

_posts/2020-10-05-introduction-to-serverless-linuxfoundation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The [initial response on Twitter was very encouraging](https://twitter.com/alexe
8484

8585
## Wrapping up
8686

87-
As part of building the course, we enhanced various aspects of OpenFaaS including the documentation, Python templates, and the onboarding process for new users with [arkade](https://get-arkade.dev/). This was all contributed back to the community as open-source enhancements and we would welcome your feedback on what we can improve in the project, as you go through the course yourself.
87+
As part of building the course, we enhanced various aspects of OpenFaaS including the documentation, Python templates, and the onboarding process for new users with [arkade](https://arkade.dev/). This was all contributed back to the community as open-source enhancements and we would welcome your feedback on what we can improve in the project, as you go through the course yourself.
8888

8989
You can enroll for the free course via edx.org here:
9090

_posts/2020-10-27-kubernetes-webhooks-made-easy-with-openfaas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Supporting TLS for external webhook server is also required because admission is
4242
### Prerequisites
4343
##### Arkade
4444

45-
* [arkade](https://get-arkade.dev) is The OpenFaaS community built tool for Kubernetes developers, with arkade you can easily install all necessary cli tools to your host and deploy apps to the cluster.
45+
* [arkade](https://arkade.dev) is The OpenFaaS community built tool for Kubernetes developers, with arkade you can easily install all necessary cli tools to your host and deploy apps to the cluster.
4646

4747
```sh
4848
$ curl -sLS https://get.arkade.dev | sudo sh

_posts/2020-10-28-puppeteer-scraping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ We have made OpenFaaS as easy as possible to deploy on a single VM or on a Kuber
8787

8888
In this post we'll be running Kubernetes on your laptop, meaning that you don't have to spend any money on public cloud to start trying things out. The tutorial should take you less than 15-30 minutes to try.
8989

90-
For the impatient, our [arkade tool](https://get-arkade.dev) can get you up and running in less than 5 minutes. You'll just need to have [Docker](https://docker.com/) installed on your computer.
90+
For the impatient, our [arkade tool](https://arkade.dev) can get you up and running in less than 5 minutes. You'll just need to have [Docker](https://docker.com/) installed on your computer.
9191

9292
```bash
9393
# Get arkade, and move it to $PATH

_posts/2020-12-08-arkade-venafi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Today we are announcing the availability of the Venafi Sponsored Apps for arkade
2020

2121
* [Venafi](https://venafi.com) provides Machine Identity to enterprise companies and is the primary sponsor of the CNCF project [cert-manager](https://cert-manager.io/). Machine Identity solutions allow for businesses to have finer-grain control over policy, governance, and the lifecycle of certificates.
2222

23-
* [arkade](https://get-arkade.dev/) is a portable [Kubernetes](https://kubernetes.io/) marketplace which can be used with any cloud or local Kubernetes distribution to install apps like the Kubernetes Dashboard, [Istio](https://istio.io/), [OpenFaaS](https://www.openfaas.com/) and [Minio](https://min.io). arkade is developed by OpenFaaS Ltd, the host company for OpenFaaS.
23+
* [arkade](https://arkade.dev/) is a portable [Kubernetes](https://kubernetes.io/) marketplace which can be used with any cloud or local Kubernetes distribution to install apps like the Kubernetes Dashboard, [Istio](https://istio.io/), [OpenFaaS](https://www.openfaas.com/) and [Minio](https://min.io). arkade is developed by OpenFaaS Ltd, the host company for OpenFaaS.
2424

2525
Each application is fully automated, and can be installed with a single command such as `arkade install cert-manager`. The `arkade get` command also provides a rapid way to download a number of DevOps CLIs like: `kubectl`, `kops` and `terraform`.
2626

@@ -318,7 +318,7 @@ It's now over to you to try out OpenFaaS with cert-manager and one of the issuer
318318

319319
Are there apps that you would like to see us add next? How about CLIs?
320320

321-
* Request an App or CLI to be added by [raising an issue on GitHub](https://get-arkade.dev/)
322-
* Find out more about [Arkade Sponsored Apps](https://get-arkade.dev/)
321+
* Request an App or CLI to be added by [raising an issue on GitHub](https://arkade.dev/)
322+
* Find out more about [Arkade Sponsored Apps](https://arkade.dev/)
323323
* See also: [Why did the OpenFaaS community build arkade and what's in it for you?](https://www.openfaas.com/blog/openfaas-arkade/)
324324

_posts/2021-01-26-integrate-with-github-apps-and-faasd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ With OpenFaaS Cloud functions are managed through typing `git push` which reduce
4848
## Pre-requisites
4949

5050
* DigitalOcean Account - We are going to use DigitalOcean as a provider to host our exit-node.
51-
* [arkade](https://get-arkade.dev) - arkade provides a portable marketplace for downloading your favourite devops CLIs and installing helm charts, with a single command.
51+
* [arkade](https://arkade.dev) - arkade provides a portable marketplace for downloading your favourite devops CLIs and installing helm charts, with a single command.
5252
* inletsctl - inletsctl automates the task of creating an exit-node on cloud infrastructure.
5353
* inlets-pro - You can use inlets-pro to tunnel out any TCP traffic from an internal network to another network.
5454
* multipass - Multipass provides a command line interface to launch, manage and generally fiddle about with instances of Linux.

_posts/2021-04-08-bring-gitops-to-your-openfaas-functions-with-argocd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To get more detail please refer to this [link](https://blog.alexellis.io/introdu
7878

7979
Once we have arkade, we can create a cluster and install ArgoCD. If you prefer, you can also manually download all the tools required, and find the instructions for ArgoCD's helm chart.
8080

81-
* [arkade](https://get-arkade.dev) (v0.7.10) Kubernetes marketplace
81+
* [arkade](https://arkade.dev) (v0.7.10) Kubernetes marketplace
8282

8383
```bash
8484
# Run with or without sudo

0 commit comments

Comments
 (0)