Earlier quoted context omitted.
.. if you're in more than one cloud, and want a singular solution.
This is pretty rare, and it's getting rarer. Clouds are successfully locking people in volume discounts, proprietary technology (like AWS Aurora), and non-transferrable configuration tasks. I agree that cloud-agnostic tooling should exist, but as a for-profit company trying to find a large customer base, it's not a big market.
HashiCorp Raises $175M at $5.1B Valuation
81–90 of 91 posts
Re: HashiCorp Raises $175M at $5.1B Valuation
#82Earlier quoted context omitted.
You can find the Kubernetes deploy here: https://github.com/hashicorp/vault-helm I can't share the Ansible stuff because it isn't public.
Thanks. Too bad Ansible playbooks are not public. To be clear I'm not defending Hashicorp, as I have played quite a bit with their tools (only opensource versions) and getting deployments production ready, can be painful, especially setting up security correctly, with so many moving parts. I know about Helm chart for Vault (btw also created and maintained by Hashicorp). It's quite handy for quick deployments, but get…
I'm a big fan of Kubernetes and Helm/Kustomize as a whole, though there are times where Terraform and Ansible makes sense too.
Re: HashiCorp Raises $175M at $5.1B Valuation
#83I had the chance to work with Armon as a contractor at HashiCorp when I was in college. Armon was absolutely one of the most down-to-earth leaders I've ever seen. Even though he was technically brilliant and I was only an undergrad, he never made me feel like I was stupid or inexperienced, but rather patiently guided me towards the best solutions, so I was able to gain a lot of confidence and grow a lot along the way…
Re: HashiCorp Raises $175M at $5.1B Valuation
#84Earlier quoted context omitted.
This is pretty rare, and it's getting rarer. Clouds are successfully locking people in volume discounts, proprietary technology (like AWS Aurora), and non-transferrable configuration tasks. I agree that cloud-agnostic tooling should exist, but as a for-profit company trying to find a large customer base, it's not a big market.
AWS Aurora is not “proprietary”. It’s basically a fork of Mysql/Postgres with a more performant storage layer.
Re: HashiCorp Raises $175M at $5.1B Valuation
#85Earlier quoted context omitted.
AWS Aurora is not “proprietary”. It’s basically a fork of Mysql/Postgres with a more performant storage layer.
Even if you're right about that, it doesn't refute my overall point that clouds are seeking to create lock-in and succeeding to some degree.
The typical large corporation depends on so much third party software and so many services, it’s a pain and costly to migrate from any of them.
You can’t imagine how much coupling companies can do to something as simple as WorkDay.
I wish all of the idealists who want to maintain “cloud independence” would do a thought experiment and set up a realistic project plan and budget to migrate their infrastructure to another platform even if they didn’t use any proprietary offerings.
And then take that plan to their CTO and see where he wouid place it on the list of priorities for their company and do a realistic cost/benefit and risk analysis.
Re: HashiCorp Raises $175M at $5.1B Valuation
#86Earlier quoted context omitted.
How many checks does it take to payback $175M? The VC treadmill is concerning for many tech companies.
Fortune 500 companies represent two-thirds of the U.S. GDP with $13.7 trillion in revenues, $1.1 trillion in profits, $22.6 trillion in market value, so there's money to be had in helping them accommodate cloud agnostic best practices through tooling. There are lots of companies that aren't tech companies, but who still need tech (insert the caveat "software eating the world", "all companies are tech companies", and…
I would like to expand on it even more, MOST companies aren't even tech.
Re: HashiCorp Raises $175M at $5.1B Valuation
#87A bit of caveat, but do many people here still use Vagrant?
The startup of the vagrant CLI is sooo damn slow! It takes seconds to print help... That's my major problem with it.
I'd rather see something more lightweight, but this gets the job done quickly.
Re: HashiCorp Raises $175M at $5.1B Valuation
#88Earlier quoted context omitted.
That seems unlikely to be true (I haven’t measured but worked there). Perhaps it’s true of Terraform where testing is verbose anyway, but it’s almost certainly not of Packer, for example.
Why not? Testing packer would mean specifying a large number of machine configurations, building them, and verifying the output images. Why would that be smaller than the actual code?
There are approximately 60,000 lines of test code, vs 149000 lines of non-test code.
Other HashiCorp products have a much higher test to production code ratio, but it is by no means uniformly 10:1.
Re: HashiCorp Raises $175M at $5.1B Valuation
#89Earlier quoted context omitted.
.. if you're in more than one cloud, and want a singular solution.
This is pretty rare, and it's getting rarer. Clouds are successfully locking people in volume discounts, proprietary technology (like AWS Aurora), and non-transferrable configuration tasks. I agree that cloud-agnostic tooling should exist, but as a for-profit company trying to find a large customer base, it's not a big market.
Re: HashiCorp Raises $175M at $5.1B Valuation
#90Earlier quoted context omitted.
You can find the Kubernetes deploy here: https://github.com/hashicorp/vault-helm I can't share the Ansible stuff because it isn't public.
Thanks. Too bad Ansible playbooks are not public. To be clear I'm not defending Hashicorp, as I have played quite a bit with their tools (only opensource versions) and getting deployments production ready, can be painful, especially setting up security correctly, with so many moving parts. I know about Helm chart for Vault (btw also created and maintained by Hashicorp). It's quite handy for quick deployments, but get…
- https://github.com/ansible-community/ansible-consul - https://github.com/ansible-community/ansible-nomad - https://github.com/ansible-community/ansible-vault
(These were originally started by brianshumate who did an amazing job that makes starting out from scratch easy)