{"id":7057,"date":"2022-01-27T00:20:06","date_gmt":"2022-01-27T00:20:06","guid":{"rendered":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/"},"modified":"2022-01-27T00:20:06","modified_gmt":"2022-01-27T00:20:06","slug":"weaveworks-empowers-developers-to-build-software-faster-with-gitops-model","status":"publish","type":"post","link":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/","title":{"rendered":"Weaveworks empowers developers to build software faster with GitOps model"},"content":{"rendered":"<p> <a href=\"https:\/\/go.fiverr.com\/visit\/?bta=1052423&nci=17043\" Target=\"_Top\"><img loading=\"lazy\" decoding=\"async\" border=\"0\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/fiverr.ck-cdn.com\/tn\/serve\/?cid=40081059\"  width=\"601\" height=\"201\"><\/a>\n<br \/><img decoding=\"async\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/d15shllkswkct0.cloudfront.net\/wp-content\/blogs.dir\/1\/files\/2022\/01\/Steve-George-and-Steve-Waterworth-AWS-Startup-Showcase-S2-E1.jpg\" \/><\/p>\n<div>\n<p>The pace at which technology moves can often be blindingly fast. A lifetime ago (in tech years), version control wasn\u2019t a particularly pressing consideration for organizations and their IT departments.<\/p>\n<p>Today, in addition to it being a core concentration area (with tools like GitHub), advancements are already being made to facilitate continuous deployment for cloud-native applications. This paradigm is known as GitOps, and it is taking the enterprise computing world by storm.<\/p>\n<p>At its core, the idea involves having a Git repository containing declarative descriptions at all times: firstly, of what is desired in the production environment and, secondly, of an automated process to bring the production environment to parity with the repository\u2019s described state. It is, in essence, an automated way to manage applications in production.<\/p>\n<p><span class=\"transcript-item inside-selection active\">\u201cIn a sense, it is very much aligned with DevOps, because we want to bring teams together and\u00a0<\/span><span class=\"transcript-item inside-selection\">help them to deploy their applications, clusters<\/span>\u00a0and<span class=\"transcript-item inside-selection\">\u00a0environments,\u201d said\u00a0<a href=\"https:\/\/www.linkedin.com\/in\/stevegeorge\/\">Steve George<\/a> (pictured, left), chief operations officer at Weaveworks Inc. \u201c<\/span><span class=\"transcript-item inside-selection\">And really with GitOps,<\/span>\u00a0<span class=\"transcript-item inside-selection\">we have a specific set of tools that we can use.<\/span>\u00a0W<span class=\"transcript-item inside-selection\">hat\u2019s nice about Git<\/span>\u00a0<span class=\"transcript-item inside-selection\">is \u2026<\/span>\u00a0<span class=\"transcript-item inside-selection\">lots of developers use it, the vast majority.<\/span>\u00a0<span class=\"transcript-item inside-selection\">And so what we\u2019re trying to do<\/span>\u00a0<span class=\"transcript-item inside-selection\">is bring those operational processes<\/span>\u00a0<span class=\"transcript-item inside-selection\">into the way that developers work.\u201d<\/span><\/p>\n<p>Rather than supplanting it entirely, GitOps is simply an instantiation of DevOps, according to George. Basically, it is using Git to record what is required in a runtime environment and then instructing Kubernetes, referencing the configuration in Git, on what should be deployed.<\/p>\n<p>George and\u00a0<a href=\"https:\/\/www.linkedin.com\/in\/steveww\/\">Steve Waterworth<\/a> (pictured, right), technical marketing manager at Weaveworks,<span style=\"font-weight: 400;\">\u00a0spoke with <a href=\"https:\/\/www.linkedin.com\/in\/daven007\/\">David Nicholson<\/a>, host of theCUBE, SiliconANGLE Media\u2019s livestreaming studio, during the <\/span><a href=\"https:\/\/aws.events.cube365.net\/startup\/s2e1\/content\/Videos\/3o7dbFqgZDCERsHLY?utm_source=siliconangle&amp;utm_medium=broadcast_page&amp;utm_campaign=eventWeaveworks&amp;utm_id=aws_startups_showcase_s2e1\"><span style=\"font-weight: 400;\">AWS Startup Showcase: Open Cloud Innovations<\/span><\/a><span style=\"font-weight: 400;\"> event. They discussed Weaveworks\u2019 <a href=\"https:\/\/siliconangle.com\/2022\/01\/20\/weaveworks-pioneered-gitops-brought-containers-mainstream-awsshowcases2e1\/\">Kubernetes underpinnings<\/a>, its connection with Amazon Web Services Inc., and how these have combined to bring forth the GitOps computing wave. <\/span><i><span style=\"font-weight: 400;\">(* Disclosure below.)<\/span><\/i><\/p>\n<h3>The AWS\/Weaveworks connection<\/h3>\n<p>Amazon Elastic Kubernetes Services, a managed service allowing organizations to run and scale their K8s applications on AWS, has been developed in close partnership with Weaveworks.\u00a0Alongside the two companies\u2019 collaborative efforts around Kubernetes, AWS is also an investor in Weaveworks, according to Waterworth.<\/p>\n<p>Earlier, during EKS\u2019 early days, Weaveworks helped conceptualize and develop its command line interface and ensure that its primary userbase (the dev community) found it intuitive and easy to work with. Leveraging this connection, both companies devised ways to integrate the GitOps approach into EKS. Because it\u2019s all open source, community members can get in on the action and provide their much-needed feedback and contributions.<\/p>\n<p>With a developer-centric operating model for Kubernetes, GitOps consolidates all of the commonly used developer services and systems into a familiar base, reducing the burden on them to switch between different tools.<\/p>\n<p>\u201cF<span class=\"transcript-item inside-selection summary active\">or operations staff,<\/span>\u00a0<span class=\"transcript-item inside-selection summary\">one of the things that it does is it centralizes<\/span>\u00a0<span class=\"transcript-item inside-selection summary\">where all of this configuration is kept.<\/span>\u00a0<span class=\"transcript-item inside-selection summary\">And then you can use things like templating\u00a0<\/span><span class=\"transcript-item inside-selection summary\">to make sure that you automate and go quickly,<\/span>\u00a0<span class=\"transcript-item inside-selection summary\">but you also do that in a way<\/span>\u00a0<span class=\"transcript-item inside-selection summary\">that is reliable, secure and stable,\u201d George explained.<\/span><\/p>\n<p>GitOps is a core component of Weaveworks\u2019 Kubernetes management value proposition. Thus, the company\u2019s technology has several in-built features that help organizations key into the GitOps paradigm.<\/p>\n<p><span class=\"transcript-item inside-selection active\">\u201cWeaveworks has an engine, a set of software,<\/span>\u00a0<span class=\"transcript-item inside-selection\">that enables this to happen,\u201d Waterworth explained.<\/span>\u00a0\u201cT<span class=\"transcript-item inside-selection\">hink of it as a constant reconciliation engine.<\/span>\u00a0<span class=\"transcript-item inside-selection\">So, you\u2019ve got your declared state;<\/span>\u00a0<span class=\"transcript-item inside-selection\">your desired state is declared in Git.<\/span>\u00a0<span class=\"transcript-item inside-selection\">So, this is where all your YAML<\/span>\u00a0<span class=\"transcript-item inside-selection\">for all your Kubernetes hangs out.\u201d<\/span><\/p>\n<p>The Weaveworks GitOps agent runs inside of Kubernetes and constantly compares the desired Git state with the actual state, within the container. Whenever a developer wants to make a change, they push that change to Git, and the reconciliation loop does the required comparisons.<\/p>\n<p>Now, here\u2019s where the real magic happens. Engineers and developers need not learn any new changes. The whole process functions the same as the usual action of pushing code into Git.<\/p>\n<h3>Weaveworks and trusted application delivery<\/h3>\n<p>With <a href=\"https:\/\/siliconangle.com\/2021\/11\/28\/cloud-computing-costs-high-can\/\">cloud spending<\/a>\u00a0constantly rise, organizations are increasingly wary of adding new \u201cops\u201d to their IT processes, because they often imply diverting resources towards infrastructure. However, GitOps adds an increased level of efficiency to infrastructure deployment and usage.<\/p>\n<p><span class=\"transcript-item inside-selection active\">\u201cIn the GitOps pipeline,<\/span>\u00a0<span class=\"transcript-item inside-selection\">one of the things that we can do<\/span>\u00a0<span class=\"transcript-item inside-selection\">is to put in various checkpoints<\/span>\u00a0<span class=\"transcript-item inside-selection\">to check that the policy is being followed correctly,\u201d George said.<\/span>\u00a0\u201c<span class=\"transcript-item inside-selection\">So, are we deploying the right number of applications,<\/span>\u00a0<span class=\"transcript-item inside-selection\">the right configuration of an application?<\/span>\u00a0<span class=\"transcript-item inside-selection\">Does that application follow certain standards<\/span>\u00a0<span class=\"transcript-item inside-selection\">that the enterprise has set down?<\/span>\u00a0<span class=\"transcript-item inside-selection\">And that\u2019s what we talk about<\/span>\u00a0<span class=\"transcript-item inside-selection\">when we talk about trusted policy and trusted delivery.\u201d<\/span><\/p>\n<p>Trusted policy and delivery will allow teams to work at high speeds with their new deployments, but also safeguard the work with \u201cautomated guard rails\u201d to maintain the application platform\u2019s reliability.<\/p>\n<p><span style=\"font-weight: 400;\">Watch the complete video interview below, and be sure to check out more of SiliconANGLE\u2019s and theCUBE\u2019s coverage of the <\/span><a href=\"https:\/\/aws.events.cube365.net\/startup\/s2e1\/content\/Videos\/3o7dbFqgZDCERsHLY?utm_source=siliconangle&amp;utm_medium=broadcast_page&amp;utm_campaign=eventWeaveworks&amp;utm_id=aws_startups_showcase_s2e1\"><span style=\"font-weight: 400;\">AWS Startup Showcase: Open Cloud Innovations<\/span><\/a><span style=\"font-weight: 400;\"> event.<\/span><i><span style=\"font-weight: 400;\"> (* Disclosure: Weaveworks Inc. sponsored this segment of theCUBE. Neither Weaveworks nor other sponsors have editorial control over content on theCUBE or SiliconANGLE.)<\/span><\/i><\/p>\n<p><iframe loading=\"lazy\" title=\"Steve George, Weaveworks &amp; Steve Waterworth, Weaveworks | AWS Startup Showcase S2 E1\" width=\"720\" height=\"405\" data-lazy=\"true\" data-src=\"https:\/\/www.youtube.com\/embed\/pqZgBgQHmWM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<h5>Photo: SiliconANGLE<\/h5>\n<div class=\"silic-after-content\" id=\"silic-1556352779\">\n<hr style=\"border: 1px solid; color: #d8d8d8; height: 0px; margin-top: 20px;\"\/>\n<h3><span style=\"font-size: 16px;\">Show your support for our mission by joining our Cube Club and Cube Event Community of experts. Join the community that includes Amazon Web Services and Amazon.com CEO Andy Jassy, Dell Technologies founder and CEO Michael Dell, Intel CEO Pat Gelsinger and many more luminaries and experts.<\/span><\/h3>\n<\/div><\/div>\n<iframe data-lazy=\"true\" data-src=\"https:\/\/www.fiverr.com\/gig_widgets?id=U2FsdGVkX18x7XQvttUTrv1oEqmGNGTgvvCUiUoJ\/AP4z\/UyMz8lXGOLpu15jIMxBbTR0gmD5uBoFvhC4KWeALQRp3h\/X\/AwcVD0K8Wj9H\/ZzYKzcCNHosB9oS4SCJJFWiN85P9ICAc4OgCoE\/wHKIY7CDkf2\/DQ1vqGvk4smVe5cRDEmrLPCWi4FC8p40VUhSmWQ5udCm0zoJtorgWv3vbDQw0kKYkwn39ozAnQXDe+YvWMxkLFWA+O3TFwkJvdkIK+\/AUSnRssPKt5WHY0FhNOxnSPcLslEL4G4\/RfP95ve99U+kRnDy3X+KtzdQLY+u935ghON\/o3UE4IMv9oN6JX9RnxzL\/LRcOgnHigxStSGPKsZYtnz8RWNVT\/rOLAibqiWJadC5MYHRbekF3eg6FOGrQGkXYbsn0+a5aovnlLCbLwIqY9fcS17UX8J235iQ6cdmHNbrPeS84CMm34RA==&affiliate_id=1052423&strip_google_tagmanager=true\" loading=\"lazy\" data-with-title=\"true\" class=\"fiverr_nga_frame\" frameborder=\"0\" height=\"350\" width=\"100%\" referrerpolicy=\"no-referrer-when-downgrade\" data-mode=\"random_gigs\" onload=\" var frame = this; var script = document.createElement('script'); script.addEventListener('load', function() { window.FW_SDK.register(frame); }); script.setAttribute('src', 'https:\/\/www.fiverr.com\/gig_widgets\/sdk'); document.body.appendChild(script); \" ><\/iframe>\n<br \/><a href=\"https:\/\/siliconangle.com\/2022\/01\/26\/weaveworks-empowers-developers-build-software-faster-gitops-model-awsshowcases2e1\/\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The pace at which technology moves can often be blindingly fast. A lifetime ago (in tech years), version control wasn\u2019t a particularly pressing consideration for&#8230;<\/p>\n","protected":false},"author":1,"featured_media":7058,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-7057","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tech-universe"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Weaveworks empowers developers to build software faster with GitOps model - mailinvest.blog<\/title>\n<meta name=\"description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Weaveworks empowers developers to build software faster with GitOps model - mailinvest.blog\" \/>\n<meta property=\"og:description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/\" \/>\n<meta property=\"og:site_name\" content=\"mailinvest.blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/freelanceracademic\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-27T00:20:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/Steve-George-and-Steve-Waterworth-AWS-Startup-Showcase-S2-E1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin@mailinvest.blog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin@mailinvest.blog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/\"},\"author\":{\"name\":\"admin@mailinvest.blog\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\"},\"headline\":\"Weaveworks empowers developers to build software faster with GitOps model\",\"datePublished\":\"2022-01-27T00:20:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/\"},\"wordCount\":941,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/Steve-George-and-Steve-Waterworth-AWS-Startup-Showcase-S2-E1.jpg\",\"articleSection\":[\"Tech Universe\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/\",\"name\":\"Weaveworks empowers developers to build software faster with GitOps model - mailinvest.blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/Steve-George-and-Steve-Waterworth-AWS-Startup-Showcase-S2-E1.jpg\",\"datePublished\":\"2022-01-27T00:20:06+00:00\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/Steve-George-and-Steve-Waterworth-AWS-Startup-Showcase-S2-E1.jpg\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/Steve-George-and-Steve-Waterworth-AWS-Startup-Showcase-S2-E1.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2022\\\/01\\\/27\\\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mailinvest.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Weaveworks empowers developers to build software faster with GitOps model\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"name\":\"mailinvest.blog\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mailinvest.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\",\"name\":\"mailinvest\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"width\":1000,\"height\":1000,\"caption\":\"mailinvest\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/freelanceracademic\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\",\"name\":\"admin@mailinvest.blog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"caption\":\"admin@mailinvest.blog\"},\"sameAs\":[\"https:\\\/\\\/mailinvest.blog\",\"admin@mailinvest.blog\"],\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/author\\\/adminmailinvest-blog\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Weaveworks empowers developers to build software faster with GitOps model - mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","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:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/","og_locale":"en_US","og_type":"article","og_title":"Weaveworks empowers developers to build software faster with GitOps model - mailinvest.blog","og_description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","og_url":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/","og_site_name":"mailinvest.blog","article_publisher":"https:\/\/www.facebook.com\/freelanceracademic\/","article_published_time":"2022-01-27T00:20:06+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/Steve-George-and-Steve-Waterworth-AWS-Startup-Showcase-S2-E1.jpg","type":"image\/jpeg"}],"author":"admin@mailinvest.blog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin@mailinvest.blog","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/#article","isPartOf":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/"},"author":{"name":"admin@mailinvest.blog","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4"},"headline":"Weaveworks empowers developers to build software faster with GitOps model","datePublished":"2022-01-27T00:20:06+00:00","mainEntityOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/"},"wordCount":941,"commentCount":0,"publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/Steve-George-and-Steve-Waterworth-AWS-Startup-Showcase-S2-E1.jpg","articleSection":["Tech Universe"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/","url":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/","name":"Weaveworks empowers developers to build software faster with GitOps model - mailinvest.blog","isPartOf":{"@id":"https:\/\/mailinvest.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/#primaryimage"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/Steve-George-and-Steve-Waterworth-AWS-Startup-Showcase-S2-E1.jpg","datePublished":"2022-01-27T00:20:06+00:00","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","breadcrumb":{"@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/#primaryimage","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/Steve-George-and-Steve-Waterworth-AWS-Startup-Showcase-S2-E1.jpg","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/Steve-George-and-Steve-Waterworth-AWS-Startup-Showcase-S2-E1.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/mailinvest.blog\/index.php\/2022\/01\/27\/weaveworks-empowers-developers-to-build-software-faster-with-gitops-model\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mailinvest.blog\/"},{"@type":"ListItem","position":2,"name":"Weaveworks empowers developers to build software faster with GitOps model"}]},{"@type":"WebSite","@id":"https:\/\/mailinvest.blog\/#website","url":"https:\/\/mailinvest.blog\/","name":"mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mailinvest.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mailinvest.blog\/#organization","name":"mailinvest","url":"https:\/\/mailinvest.blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","width":1000,"height":1000,"caption":"mailinvest"},"image":{"@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/freelanceracademic\/"]},{"@type":"Person","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4","name":"admin@mailinvest.blog","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","caption":"admin@mailinvest.blog"},"sameAs":["https:\/\/mailinvest.blog","admin@mailinvest.blog"],"url":"https:\/\/mailinvest.blog\/index.php\/author\/adminmailinvest-blog\/"}]}},"_links":{"self":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/7057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/comments?post=7057"}],"version-history":[{"count":0,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/7057\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media\/7058"}],"wp:attachment":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media?parent=7057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/categories?post=7057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/tags?post=7057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}