infisical icon indicating copy to clipboard operation
infisical copied to clipboard

On premise installation

Open vhsantos opened this issue 1 year ago • 2 comments

Feature description

We should be able to install Infisical on-premises without relying on Docker or Kubernetes. The reasons for this are clear:

  1. Not everyone uses Docker or Kubernetes.
  2. Many organizations use Docker/Kubernetes to store Kubernetes secrets in Infisical. However, they can't create a cluster in this scenario because Infisical isn't available.

Why would it be useful?

Allowing Infisical to be installed without Docker/Kubernetes would enable companies to integrate it into their existing infrastructure more easily. This approach would support high availability (HA) setups, with some instances of Infisical running on virtual machines or hosts and others on Docker/Kubernetes.

vhsantos avatar Jul 03 '24 10:07 vhsantos

Found a similar request #1828 but some estimate when this binary can be available ?

vhsantos avatar Jul 03 '24 10:07 vhsantos

You can follow this PR that is in progress https://github.com/Infisical/infisical/pull/2041

maidul98 avatar Jul 03 '24 14:07 maidul98

@vhsantos Here is the corresponding documentation that goes along with your inquiry. https://infisical.com/docs/self-hosting/deployment-options/native/standalone-binary

Daemoen avatar Oct 29 '24 21:10 Daemoen

@vhsantos Here is the corresponding documentation that goes along with your inquiry. https://infisical.com/docs/self-hosting/deployment-options/native/standalone-binary

@Daemoen, there is an issue with the doc, since the service is supposed to call /usr/local/bin/infisical-core while this binary do not exist at all (I did a find / -type f -iname 'infisical-core' on the server). What is found, however, is infisical-ctl located in /opt/infisical-core/bin And none of the commands I tried with it are working (restart, status, start, show-config...)

soubinan avatar Nov 18 '24 22:11 soubinan

@vhsantos Here is the corresponding documentation that goes along with your inquiry. https://infisical.com/docs/self-hosting/deployment-options/native/standalone-binary

@Daemoen, there is an issue with the doc, since the service is supposed to call /usr/local/bin/infisical-core while this binary do not exist at all (I did a find / -type f -iname 'infisical-core' on the server). What is found, however, is infisical-ctl located in /opt/infisical-core/bin And none of the commands I tried with it are working (restart, status, start, show-config...)

@maidul98, is there more info about this please? The standalone binary installation documentation seems not up-to-date. My tests are on Debian 12, where it is supposed to just work according to #1828.

soubinan avatar Jan 06 '25 01:01 soubinan