{"id":73343,"date":"2018-04-12T09:00:57","date_gmt":"2018-04-12T16:00:57","guid":{"rendered":"https:\/\/open.microsoft.com\/?p=73343"},"modified":"2025-01-24T12:33:12","modified_gmt":"2025-01-24T20:33:12","slug":"hashicorp-co-founder-on-simplifying-infrastructure-management","status":"publish","type":"post","link":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/","title":{"rendered":"HashiCorp co-founder on simplifying infrastructure management"},"content":{"rendered":"\n<p>HashiCorp was founded by Mitchell Hashimoto and Armon Dadgar in 2012 with the goal of revolutionizing datacenter management \u2013 application development, delivery, and maintenance. Since then, the company has been in hyperdrive, with a quick release cycle of in-demand open source developer tools and a rapidly growing community of users around the world. In fact, HashiCorp User Groups (HUGs) recently surpassed 10,000 members in 50+ cities worldwide.<\/p>\n\n\n<figure class=\"wp-block-image alignright size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto.webp\" alt=\"Armon Dadgar wearing glasses and smiling at the camera\" class=\"wp-image-73372 webp-format\" style=\"width:150px\" srcset=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto.webp 400w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto-300x300.webp 300w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto-150x150.webp 150w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto-250x250.webp 250w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto-330x330.webp 330w\" data-orig-src=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto.jpg\" data-orig-srcset=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto.jpg 400w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto-300x300.jpg 300w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto-150x150.jpg 150w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto-250x250.jpg 250w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/armon_cto-330x330.jpg 330w\"><\/figure>\n\n\n\n<p>We connected with Armon, co-founder and co-CTO, to learn more about HashiCorp and the products that are driving their growth and exciting their user fanbase.<\/p>\n\n\n\n<p><strong>Q: Tell us about HashiCorp and what led you and Mitchell to found the company.<\/strong><\/p>\n\n\n\n<p>A: Mitchell and I met at the University of Washington, working on a research project to figure out how we could build a scientific compute cloud, as it was called at the time. The idea was you donate 10 to 20 percent of your background CPU time on your laptop to solve scientific problems and it was a super popular concept in the mid-2000s. We spent a bunch of time trying to build a general-purpose scientific compute cloud and cutting our teeth on how you build cloud infrastructure\u2014this was in the super-early days of what we consider cloud today.<\/p>\n\n\n\n<p>Then we ended up working together at an ad network where we found we were spending 30 to 50 percent of our engineering cycle building tooling that was not related to an ad network. We were doing cloud provisioning, service discovery, and security and thought why are we building this for an ad network? Why doesn\u2019t tooling exist that we can just use off the shelf?<\/p>\n\n\n\n<p>Ultimately, these kinds of nagging questions led us to found HashiCorp. We felt that not only we were reinventing the wheel, at that time, but also, when we talked to our colleagues and various-sized companies, the common theme was that everyone was rebuilding infrastructure. So, with HashiCorp, we saw an opportunity to build more general-purpose tooling that others could use, allowing them to focus on their core businesses, rather than the lower-level infrastructure management.<\/p>\n\n\n\n<p><strong>Q: Did that inspire you to publish the \u2018Tao\u2019 that I\u2019ve heard about on infrastructure management? What\u2019s that about?<\/strong><\/p>\n\n\n\n<p>A: At HashiCorp, in general, our approach is grounded in a very UNIX philosophy. We don\u2019t make one mega tool for doing all infrastructure management &#8212; we have many different open source projects that each focus on doing one thing and doing it well.<\/p>\n\n\n\n<p>We always get questions from our community around our ideology and the thinking behind our designs, so we finally published a document called, \u201c<a href=\"https:\/\/www.hashicorp.com\/tao-of-hashicorp\">The Tao of HashiCorp<\/a>,\u201d which is basically our design philosophy. It includes several of our core principles. For example,<em> focus on workflows over technology<\/em> is an important one.<\/p>\n\n\n\n<p>Our fundamental belief is that technology will continue to march forward and innovate and evolve. And yet, workflows mostly stay the same. What I mean by that is we still have to provision our application &#8212; at some point we were provisioning a mainframe, then we were provisioning bare metal, then we were provisioning VMs, now we might be provisioning containers in the cloud. So, the specific thing that we are provisioning has changed, but the fact that we have to provision and manage the lifecycle hasn\u2019t. Core workflow is fundamental.<\/p>\n\n\n\n<p>I think the other one that\u2019s super-super important to us is <em>infrastructure as code<\/em>. How do we actually capture all the details and process about how our applications are packaged and built and delivered in a way that\u2019s codified and version controlled? If we do that, then we get a change history, we know how this has evolved over time, we know who made what changes when, and we can automate it.<\/p>\n\n\n\n<p>So, if you say, \u201cGreat, I\u2019m happy with our production, but I want a staging environment,\u201d well, it\u2019s all codified.&nbsp; We can stamp out a staging environment in no time, versus, what we jokingly refer to as the \u201coral tradition\u201d process: there\u2019s the few people who know how it\u2019s done and as you hire new people, you pass it down through lore. But that\u2019s not a scalable way of doing things. In summary, codification is a super important principle for us.<\/p>\n\n\n\n<p>And there\u2019s a few others in there. So, for people who are interested in our design philosophy, I recommend that they <a href=\"https:\/\/www.hashicorp.com\/tao-of-hashicorp\">give it a read<\/a>.<\/p>\n\n\n\n<p><strong>Q: What are the biggest pain points that HashiCorp resolves for developers?<\/strong><\/p>\n\n\n\n<p>A: There are a few big ones. Going back to that original inspiration, which is: if you\u2019re delivering an application, you have to solve all these problems. There\u2019s no way to deliver an app without figuring out how to provision infrastructure, as an example. So, if you\u2019re going to have to figure it out, how do we at least provide you a tool so that you\u2019re not building your own <a href=\"https:\/\/www.hashicorp.com\/products\/terraform\">Terraform<\/a>? Developers can use a tool rather than waste time building a tool.<\/p>\n\n\n\n<p>We also provide some amount of \u201copinion-ation\u201d around how infrastructure is managed. Developers live in a complicated world, with lots of moving pieces and details meriting concern. We often hear from our customers that HashiCorp is flexible in that we can fit whatever technology and tools we need into it, but they like having a consistent and somewhat opinionated view of how things should be done to sort of nudge them in the right direction.<\/p>\n\n\n\n<p>The last bit \u2014I think this goes back to our philosophy of focusing on workflow and not technology\u2014is that we provide developers a standard way to think about tasks and then snap to the different technologies involved. They don\u2019t need separate methods for provisioning a VMWare cluster, an Azure cluster, or a Docker application. We try to say \u201dhere\u2019s a consistent way of thinking about provisioning\u201d and you can simply plug these different technologies into it. This simplifies the way many companies do application delivery and is a big benefit that we often hear from customers.<\/p>\n\n\n\n<p><strong>Q: Is that a scenario where you see developers using your tools versus cloud providers\u2019 native tools?<\/strong><\/p>\n\n\n\n<p>A: I think that goes back to the same workflow orientation. Our view is that we really want to make sure that the end user is as successful as possible, no matter what technology they\u2019re choosing. So, we\u2019re fortunate to get to partner with companies like Microsoft and say, how do we make Azure a first-class citizen across all our tooling? And when a customer says, \u201cI\u2019m on VMWare today and I\u2019m moving to support Azure,\u201d it\u2019s not a shift of their entire workflow, their entire process. It\u2019s simple to plug in what I\u2019m doing with Azure now into Terraform and not fundamentally changing anything about how the application is delivered.<\/p>\n\n\n\n<p>And so that capability exists with Terraform and it\u2019s the same story for other workflows, like Vault around secrets management. I don\u2019t want to go from using hardware devices and things that are specific to my private datacenter to suddenly running in Azure and using a totally distinct way of managing my secrets tied to Azure\u2019s tooling. Now think about trying to adopt another environment and then sort of reinventing the wheel for the third time. With Vault, on the other hand, we give you a consistent way of doing it\u2014and then we can plug into Azure when you\u2019re in that environment, and we can plug into other environments as you expand those as well. And so again, it\u2019s a workflow orientation and not a technology orientation.<\/p>\n\n\n\n<p><strong>Q: Let\u2019s take on Nomad as an example. How do you position Nomad with other orchestrators?<\/strong><\/p>\n\n\n\n<p>A: This ties in with what the value of an orchestrator is, in general. In our view, there are two main values. The first one, is how do we decouple the workflow of the <em>developer<\/em>, who cares about application lifecycle, from the <em>operator<\/em>, who cares about the lifecycle of the operating system, the VM, and the underlying infrastructure. They\u2019re responsible for security patches and making sure they\u2019re running the latest version of RHEL and all that good stuff. So, I think that first-level value is decoupling these workstreams and letting developers manage application lifecycle while operators manage the machine lifecycle.<\/p>\n\n\n\n<p>The second value is some of the bin packing and being able to improve the resource utilization. In practice what we see is very low resource utilization. There\u2019s one app per VM running, and an orchestrator can automatically pack multiple applications in and increase that utilization that would ultimately reduce total cost of ownership.<\/p>\n\n\n\n<p>When we think about Nomad in the context of these values, for application developers, Nomad is flexible whether you\u2019re running a long-lived service, whether you\u2019re running high-scale batch computing, or whether you\u2019re running system-wide agents. We\u2019re agnostic if you\u2019re using Docker or Rocket, running a HyperV VM or a Java application. So, one of the big differentiators for us is the focus on flexibility of the workload and flexibility of the packaging. We have a lot of users who want to massively scale group compute and they\u2019re running old-style C++ static binaries. They\u2019re not looking to containerize. In summary, the flexibility is the appeal for application developers.<\/p>\n\n\n\n<p>Now, for the operators, they want a system that\u2019s simple to operate, with confidence in their ability to manage it at scale. That\u2019s a big focus for us, making sure that Nomad is operationally simple and that it works at scale. We have customers that now run 10,000-node clusters in Nomad where they\u2019re doing massive-scale batch workloads alongside services. And they\u2019re doing that in a way that\u2019s spanning multiple datacenters. All of this is built into the native experience of Nomad. They don\u2019t have to figure out how it does multi-datacenter work, how to scale up to 10,000 nodes, or what happens when they really start putting a load on the system.<\/p>\n\n\n\n<p>I think these end up being core differentiators for Nomad. And, I think other orchestrators focus more on long-running services or smaller-scale deployments than we do.<\/p>\n\n\n\n<p><strong>Q: Let\u2019s talk about community. HashiCorp has over 50 user groups around the world. What do you hope to accomplish this year within these \u201cHUG\u201d [HashiCorp User Group] sessions?<\/strong><\/p>\n\n\n\n<p>A: I was just in Atlanta, kicking off our inaugural Atlanta HUG. What\u2019s powerful about user groups is you get first-person perspectives about the technologies, which you just don\u2019t get reading up online. You get to build a local community and interact with your friends and colleagues around real problems. \u201cOkay, this is a thing that I\u2019ve heard about on the internet and do I really want to use it? Do other people use it? Can I talk to someone I know about it?\u201d Solutions become much more concrete and practitioners feel like they\u2019re not going it alone. There are other people who are running into the same issues and there are people they can learn from and ask. Our goal with <a href=\"https:\/\/www.meetup.com\/pro\/hugs\/\">HUGs is to build <em>local communities<\/em><\/a> \u2013 so this isn\u2019t an isolated thing that\u2019s only happening within 10 miles of San Francisco. We just <a href=\"https:\/\/www.hashicorp.com\/blog\/user-group-community-10-000-strong\">surpassed 10,000 members<\/a> in February and have received a lot of feedback that people are seeing value.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2.webp\" alt=\"a group of people in a room\" class=\"wp-image-73395 webp-format\" srcset=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2.webp 1022w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2-300x142.webp 300w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2-768x364.webp 768w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2-330x156.webp 330w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2-800x379.webp 800w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2-400x189.webp 400w\" data-orig-src=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2.jpg\" data-orig-srcset=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2.jpg 1022w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2-300x142.jpg 300w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2-768x364.jpg 768w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2-330x156.jpg 330w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2-800x379.jpg 800w, https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/Armon-at-HUG_featured-image2-400x189.jpg 400w\"><figcaption class=\"wp-element-caption\">Armon presenting at a recent HUG<\/figcaption><\/figure>\n\n\n\n<p>Then, on a global stage, we have our two big conferences a year. HashiDays, which is product training sessions and deeply technical talks, which moves between cities. This year it\u2019s in Amsterdam in June. And then <a href=\"https:\/\/www.hashiconf.com\/\">HashiConf<\/a>, which is our big global user conference, which this year will be in San Francisco in October. These are great opportunities to engage with the community on a bigger scale. If you\u2019re thinking about using Nomad and you\u2019re saying, \u201dYou know, I\u2019ve been running big scale, is this going to work?\u201d And then you see someone talking about how it goes when they do 5 to 10,000 nodes and it makes it tangible. We try to create this physical community and presence to get people to share best practices and usage patterns in a way that\u2019s much more authentic than if it comes from us.<\/p>\n\n\n\n<p><strong>Q: 2017 was a banner year, you grew from 60 to 160 employees, closed your series C, and launched new partnerships. What\u2019s fueling your rapid growth and what achievements were you most proud of last year?<\/strong><\/p>\n\n\n\n<p>A: I think there\u2019s a convergence of a few different things. Going back to our approach with building community \u2013 we take a very organic approach to it, which is: let\u2019s build a tool that we think solves a problem and make it as good of a user experience as we can. And then those communities naturally just take time to grow. It\u2019s a very organic word-of-mouth kind of spread. These tools were launched in 2014 and 2015 and in 2017 a lot of these communities started hitting critical mass, which was driving some of the growth of the company.<\/p>\n\n\n\n<p>2017 was also a pivotal year for us to try and figure out the commercial nature of HashiCorp. What we wanted to avoid is a situation where people thought \u201cHashiCorp built a lot of great open source tools, but too bad they never figured out a sustainable business model.\u201d So, it was important for us to figure out how we could build a solvent business and continue investing in engineering and tooling. 2017 was a big year for figuring out the product-market fit that would allow us to grow and do more.<\/p>\n\n\n\n<p><strong>Q: What\u2019s next? What\u2019s 2018 going to look like?<\/strong><\/p>\n\n\n\n<p>A: I think 2018 really builds on a lot of the momentum of 2017. What we are feeling acutely is that the communities are growing tremendously fast and we really need to just hire to keep up with it. So, I expect that we\u2019ll add a few hundred more people this year. There\u2019s a lot of real exciting stuff in terms of the product roadmap and individual products. As we grow, we\u2019re able to dramatically increase the staffing of each project. So, it\u2019s fun seeing how much more is getting released with every new version of the tool. There\u2019s a lot of cool stuff in the pipeline\u2026and then a few surprises that we\u2019ll reveal at our conferences this year.<\/p>\n\n\n\n<p><em>Follow <a href=\"https:\/\/twitter.com\/HashiCorp\">@HashiCorp<\/a> and <a href=\"https:\/\/twitter.com\/armon\">@Armon<\/a>.<\/em><\/p>\n\n\n\n<p><a href=\"https:\/\/www.hashicorp.com\/\">HashiCorp site<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.hashicorp.com\/blog\/\">HashiCorp blog<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/azure.microsoft.com\/en-us\/resources\/videos\/hashicorp-with-azure\/\">HashiCorp with Azure on Channel 9<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>HashiCorp was founded by Mitchell Hashimoto and Armon Dadgar in 2012 with the goal of revolutionizing datacenter management \u2013 application development, delivery, and maintenance. Since then, the company has been in hyperdrive, with a quick release cycle of in-demand open source developer tools and a rapidly growing community of users around the world.<\/p>\n","protected":false},"author":5562,"featured_media":73457,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"msxcm_post_with_no_image":false,"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[2271],"content-type":[346],"topic":[2241,2244],"programming-languages":[],"coauthors":[2336],"class_list":["post-73343","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-community-partners","content-type-news","topic-cloud","topic-devops","review-flag-1593580419-521","review-flag-5-1593580453-725","review-flag-9-1593580473-997","review-flag-alway-1593580310-39","review-flag-never-1593580314-283","review-flag-new-1593580248-669","review-flag-partn-1593580284-292","review-flag-perce-1706214400-122","review-flag-vm-1593580807-312"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HashiCorp co-founder on simplifying infrastructure management | Microsoft Open Source Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HashiCorp co-founder on simplifying infrastructure management | Microsoft Open Source Blog\" \/>\n<meta property=\"og:description\" content=\"HashiCorp was founded by Mitchell Hashimoto and Armon Dadgar in 2012 with the goal of revolutionizing datacenter management \u2013 application development, delivery, and maintenance. Since then, the company has been in hyperdrive, with a quick release cycle of in-demand open source developer tools and a rapidly growing community of users around the world.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Open Source Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-04-12T16:00:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-24T20:33:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/hashicorp-logo-banner.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1800\" \/>\n\t<meta property=\"og:image:height\" content=\"538\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ken Thompson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:site\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ken Thompson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/\"},\"author\":[{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/author\/ken-thompson\/\",\"@type\":\"Person\",\"@name\":\"Ken Thompson\"}],\"headline\":\"HashiCorp co-founder on simplifying infrastructure management\",\"datePublished\":\"2018-04-12T16:00:57+00:00\",\"dateModified\":\"2025-01-24T20:33:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/\"},\"wordCount\":2431,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/hashicorp-logo-banner.png\",\"keywords\":[\"Community\/partners\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/\",\"name\":\"HashiCorp co-founder on simplifying infrastructure management | Microsoft Open Source Blog\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/hashicorp-logo-banner.png\",\"datePublished\":\"2018-04-12T16:00:57+00:00\",\"dateModified\":\"2025-01-24T20:33:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#primaryimage\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/hashicorp-logo-banner.png\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/hashicorp-logo-banner.png\",\"width\":1800,\"height\":538,\"caption\":\"Hashicorp logo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/opensource.microsoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HashiCorp co-founder on simplifying infrastructure management\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"name\":\"Microsoft Open Source Blog\",\"description\":\"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability\",\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\",\"name\":\"Microsoft Open Source Blog\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft Open Source Blog\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/OpenAtMicrosoft\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HashiCorp co-founder on simplifying infrastructure management | Microsoft Open Source Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/","og_locale":"en_US","og_type":"article","og_title":"HashiCorp co-founder on simplifying infrastructure management | Microsoft Open Source Blog","og_description":"HashiCorp was founded by Mitchell Hashimoto and Armon Dadgar in 2012 with the goal of revolutionizing datacenter management \u2013 application development, delivery, and maintenance. Since then, the company has been in hyperdrive, with a quick release cycle of in-demand open source developer tools and a rapidly growing community of users around the world.","og_url":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/","og_site_name":"Microsoft Open Source Blog","article_published_time":"2018-04-12T16:00:57+00:00","article_modified_time":"2025-01-24T20:33:12+00:00","og_image":[{"width":1800,"height":538,"url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/hashicorp-logo-banner.png","type":"image\/png"}],"author":"Ken Thompson","twitter_card":"summary_large_image","twitter_creator":"@OpenAtMicrosoft","twitter_site":"@OpenAtMicrosoft","twitter_misc":{"Written by":"Ken Thompson","Est. reading time":"10 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#article","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/"},"author":[{"@id":"https:\/\/opensource.microsoft.com\/blog\/author\/ken-thompson\/","@type":"Person","@name":"Ken Thompson"}],"headline":"HashiCorp co-founder on simplifying infrastructure management","datePublished":"2018-04-12T16:00:57+00:00","dateModified":"2025-01-24T20:33:12+00:00","mainEntityOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/"},"wordCount":2431,"commentCount":0,"publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/hashicorp-logo-banner.png","keywords":["Community\/partners"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/","url":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/","name":"HashiCorp co-founder on simplifying infrastructure management | Microsoft Open Source Blog","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#primaryimage"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/hashicorp-logo-banner.png","datePublished":"2018-04-12T16:00:57+00:00","dateModified":"2025-01-24T20:33:12+00:00","breadcrumb":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#primaryimage","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/hashicorp-logo-banner.png","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2018\/04\/hashicorp-logo-banner.png","width":1800,"height":538,"caption":"Hashicorp logo"},{"@type":"BreadcrumbList","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/04\/12\/hashicorp-co-founder-on-simplifying-infrastructure-management\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/opensource.microsoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"HashiCorp co-founder on simplifying infrastructure management"}]},{"@type":"WebSite","@id":"https:\/\/opensource.microsoft.com\/blog\/#website","url":"https:\/\/opensource.microsoft.com\/blog\/","name":"Microsoft Open Source Blog","description":"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability","publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/opensource.microsoft.com\/blog\/#organization","name":"Microsoft Open Source Blog","url":"https:\/\/opensource.microsoft.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft Open Source Blog"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/OpenAtMicrosoft"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Open Source Blog","distributor_original_site_url":"https:\/\/opensource.microsoft.com\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/73343","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/users\/5562"}],"replies":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/comments?post=73343"}],"version-history":[{"count":3,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/73343\/revisions"}],"predecessor-version":[{"id":97005,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/73343\/revisions\/97005"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media\/73457"}],"wp:attachment":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media?parent=73343"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/post_tag?post=73343"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/content-type?post=73343"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/topic?post=73343"},{"taxonomy":"programming-languages","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/programming-languages?post=73343"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/coauthors?post=73343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}