GithubHelp home page GithubHelp logo

Comments (2)

jasonodonnell avatar jasonodonnell commented on June 23, 2024

Hello @ohaiwalt,

The incubator chart is much older than Vault Helm and has a few extra features. We're always planning more to do here.

From what I can tell at a glance, the incubator chart uses a Deployment and also includes a sidecar Consul client, but this chart uses a StatefulSet

We chose to use a StatefulSet because we offer multiple Vault pods. Deployments with PVCs cannot be scaled because each new pod will mount the same PVC. This means in the future when Raft storage is generally available, multiple Vault servers using a deployment won't be able to scale beyond a single instance. StatefulSets, however, use volumeClaimTemplates and each new pod will get a unique PVC. In the future when Vault Enterprise is supported, multiple Vault pods will also support replication.

and doesn't appear to include the Consul client

Currently we don't add Consul client to our deployment because the Consul Helm project creates a Consul client as a Daemonset on each Kubernetes worker node. This means that Vault can just use the Consul client local to the worker node its running on. If you desire a Consul client, however, we do offer the server.extraContainers configurable that allows you to add any extra containers you may need.

Hope that provides extra context. I may turn this into additional documentation.

from vault-helm.

ohaiwalt avatar ohaiwalt commented on June 23, 2024

Thanks @jasonodonnell! That's great info.

While we are running the Consul Helm chart, we aren't using the Daemonset Consul clients because we only use Consul for Vault at this time. I'll see about making use of the servers.extraContainers block to meet my needs there.

from vault-helm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.