diff --git a/.github/images/deploy-aws-button.png b/.github/images/deploy-aws-button.png new file mode 100644 index 0000000000..2a44a926a9 Binary files /dev/null and b/.github/images/deploy-aws-button.png differ diff --git a/.github/images/do-k8-install-btn.png b/.github/images/do-k8-install-btn.png new file mode 100644 index 0000000000..79b286a488 Binary files /dev/null and b/.github/images/do-k8-install-btn.png differ diff --git a/README.md b/README.md index 00124295b7..4181c4f69b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,9 @@ The fastest and most reliable way to get started with Infisical is signing up fo ### Deploy Infisical on premise -Deployment options: [AWS EC2](https://infisical.com/docs/self-hosting/overview), [Kubernetes](https://infisical.com/docs/self-hosting/overview), and [more](https://infisical.com/docs/self-hosting/overview). + + +View all [deployment options](https://infisical.com/docs/self-hosting/overview) ### Run Infisical locally diff --git a/docs/images/do-k8-install-btn.png b/docs/images/do-k8-install-btn.png new file mode 100644 index 0000000000..79b286a488 Binary files /dev/null and b/docs/images/do-k8-install-btn.png differ diff --git a/docs/self-hosting/deployment-options/digital-ocean-marketplace.mdx b/docs/self-hosting/deployment-options/digital-ocean-marketplace.mdx index 679522a451..8049cd3e5b 100644 --- a/docs/self-hosting/deployment-options/digital-ocean-marketplace.mdx +++ b/docs/self-hosting/deployment-options/digital-ocean-marketplace.mdx @@ -3,4 +3,25 @@ title: "Digital Ocean" description: "Learn to install Infisical on Digital Ocean" --- -Documentation coming soon \ No newline at end of file +Infisical can be deployed on a Kubernetes cluster with a single click through our Digital Ocean marketplace application. +The initiation of the installation process triggers the creation of a Kubernetes cluster, followed by the installation of Infisical onto that cluster. + +This automated deploymnet method uses the same proccess under the hood as the manual [Kubernetes installation guide](./kubernetes-helm). + +### Initiate the installation + +To start the process, click the following button and follow the instructions there. + + + + + +### Access Infisical Web +Once the installation finishes, head to the `Networking` section via the sidebar and select `Load Balancers`. +Within this section, you'll find the newly created load balancer for Infisical. You can access Infisical at the IP address allocated to that load balancer. + +### Adjusting configurations +If you need to either upgrade or downgrade Infisical, or modify environment variables to alter its functionality, refer to our [Kubernetes installation](./kubernetes-helm) page for detailed instructions. + +Because Digital Ocean deploys the same Helm application as described in our [Kubernetes installation](./kubernetes-helm) guide, you can utilize that guide to implement the required changes. +It's important to note that any modifications requires familiarly with Helm package manager. \ No newline at end of file