Vault Installation

This page summarizes the projects mentioned and recommended in the original post on /r/devops

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Vagrant

    Vagrant is a tool for building and distributing development environments.

  • This leads me to suggest you investigate Hashicorp Vagrant (for pre-packaged dev environments) or Ansible for pipeline style configuration management. Or both!

  • Ansible

    Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

  • This leads me to suggest you investigate Hashicorp Vagrant (for pre-packaged dev environments) or Ansible for pipeline style configuration management. Or both!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • helm

    The Kubernetes Package Manager

  • Can you use terraform to install vault as a container within a local emulated cluster like minikube? Yes, but this is going to lead you down a rabbit hole made out of yaml and networking you may not be interested in. Honestly at this point it probably makes more sense to just learn Helm and launch the chart. You could do this with a terraform's local_exec provisioner, but I don't really know why you would in your case. Again, if you don't know _why_ you're doing it, its probably best to avoid it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts