With Infisical hosted on DigitalOcean, you can do eveything you can on Infisical Cloud but all the data stays within your own infrastructure.
Note: the minimum cluster size is 2 production nodes (2 cpu 2Gi each).
Package | Version | License |
---|---|---|
Infisical backend | latest | |
Infisical Frontend | latest | |
MongoDB | 13.9.1 |
Click the Deploy to DigitalOcean button to install a Kubernetes 1-Click Application. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating Infisical using the control panel, you can also use the DigitalOcean API. As an example, to create a 3 node DigitalOcean Kubernetes cluster made up of Basic Droplets in the SFO2 region, you can use the following doctl
command. You need to authenticate with doctl
with your API access token) and replace the $CLUSTER_NAME
variable with the chosen name for your cluster in the command below.
doctl kubernetes clusters create --size s-4vcpu-8gb $CLUSTER_NAME --1-clicks infisical
Once you have deployed Infisical on your Kubernetes cluster, you can access the IP address by visiting the load balancer’s IP address created by Kubernetes through your web browser. To obtain this, use the DigitalOcean web console, go to the networking tab, and check the IP address at the top.
To make changes to the deployed Infisical instance, vist