Skip to content

Commit

Permalink
fix(docs): fix restack image src
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Aug 18, 2023
1 parent ecf20ae commit 2918a5b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions content/docs/09.administrator-guide/02.deployment/04.restack.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To deploy Kestra with Restack:
## Sign up for a Restack account

To Sign up for a Restack account, visit [www.restack.io/signup](https://www.restack.io/signup). You can sign up with your corporate email address or your GitHub profile. You do not need a credit card to sign up.
![restack-signup](./restack-sign-up.png)
![restack-signup](/docs/administrator-guide/deployment/restack/restack-sign-up.png)
If you already have an account, login to Restack at [www.restack.io/login](https://www.restack.io/login).

## Add AWS credentials with AdministratorAccess
Expand All @@ -30,11 +30,11 @@ Make sure that this account has *AdministratorAccess*. This is how Restack can e
1. Navigate to **Clusters** in the left-hand navigation menu.
2. Select the **Credentials** tab.
3. Click **Add credential**.
![add-credentials](./restack-add-credentials.png)
![add-credentials](/docs/administrator-guide/deployment/restack/restack-add-credentials.png)
4. Give a suitable title to your credentials for managing them later.
5. Enter your [**AWS Access Key ID** and **AWS Secret Access key**.](https://docs.aws.amazon.com/accounts/latest/reference/root-user-access-key.html)
6. Click **Add credential**.
![add-aws-credentials](./restack-add-AWS-creds.png)
![add-aws-credentials](/docs/administrator-guide/deployment/restack/restack-add-AWS-creds.png)

>[How to get your AWS Access key ID and AWS Secret Access Key](https://docs.aws.amazon.com/accounts/latest/reference/root-user-access-key.html)
Expand All @@ -46,18 +46,18 @@ Running your application on a Kubernetes cluster lets you deploy, scale and moni

Once you have added your credentials:
1. Navigate to the **Clusters** tab on the same page and click on **Create cluster**.
![create-cluster](./restack-create-cluster.png)
![create-cluster](/docs/administrator-guide/deployment/restack/restack-create-cluster.png)
2. Give a suitable name to your cluster.
3. Select the region you want to deploy the cluster in.
4. Select the AWS credentials you added in the previous step.
![cluster-details](./restack-cluster-details.png)
![cluster-details](/docs/administrator-guide/deployment/restack/restack-cluster-details.png)

The cluster creation process will start automatically. Once the cluster is ready, you will get an email on the email id connected with your account.

Creating a cluster is a one-time process. From here you can add other open source tools or multiple instances of Kestra in the same cluster.

![creating-cluster](./restack-creating-cluster.png)
![cluster-created](./restack-cluster-created.png)
![creating-cluster](/docs/administrator-guide/deployment/restack/restack-creating-cluster.png)
![cluster-created](/docs/administrator-guide/deployment/restack/restack-cluster-created.png)

Any application you deploy in your cluster will be accessible via a free **restack domain**.
Contact the Restack team via chat to set a custom domain for your Kestra instances.
Expand All @@ -66,16 +66,16 @@ Contact the Restack team via chat to set a custom domain for your Kestra instanc

1. Click **Add application** from the Cluster description or go to the Applications tab in the left hand side navigation.
2. Click **Kestra**.
![select-lightdash](./kestra-select.png)
![select-lightdash](/docs/administrator-guide/deployment/restack/kestra-select.png)
3. Select the cluster you have already provisioned.
4. Click **Add application**.

## Start using Kestra

Kestra will be deployed on your cluster and you can access it using the link under the *URL* tab.
![lightdash-deployed](./kestra-deployed.png)
![lightdash-deployed](/docs/administrator-guide/deployment/restack/kestra-deployed.png)
You can also check the workloads and volumes that are deployed within Kestra.
![access-lightdash](./kestra-access.png)
![access-lightdash](/docs/administrator-guide/deployment/restack/kestra-access.png)

## Deploy multiple instances of Kestra

Expand Down

1 comment on commit 2918a5b

@vercel
Copy link

@vercel vercel bot commented on 2918a5b Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kestra-io – ./

kestra-io-kestra.vercel.app
kestra-io.vercel.app
kestra-io-git-main-kestra.vercel.app

Please sign in to comment.