Files
infisical/docs/self-hosting/deployment-options/digital-ocean-marketplace.mdx
2023-06-02 14:05:00 -07:00

27 lines
1.5 KiB
Plaintext

---
title: "Digital Ocean"
description: "Learn to install Infisical on Digital Ocean"
---
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.
<a href="https://docs.digitalocean.com/products/marketplace/catalog/infisical/">
<img src="../../images/do-k8-install-btn.png" width="300"/>
</a>
### 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.