Repository: mesos-site Updated Branches: refs/heads/asf-site cde78b889 -> a544e2e15
Updated the website built from mesos SHA: c320ab3. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/a544e2e1 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/a544e2e1 Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/a544e2e1 Branch: refs/heads/asf-site Commit: a544e2e158a7d7c9cbe636fce73940613865d855 Parents: cde78b8 Author: jenkins <[email protected]> Authored: Tue Dec 12 23:23:40 2017 +0000 Committer: jenkins <[email protected]> Committed: Tue Dec 12 23:23:40 2017 +0000 ---------------------------------------------------------------------- content/blog/feed.xml | 55 ++++- content/blog/index.html | 5 + .../index.html | 2 +- .../index.html | 240 +++++++++++++++++++ content/sitemap.xml | 4 + 5 files changed, 303 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a544e2e1/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index f3cf7d9..85561b9 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -4,7 +4,58 @@ <id>http://mesos.apache.org/blog</id> <link href="http://mesos.apache.org/blog" /> <link href="http://mesos.apache.org/blog/feed.xml" rel="self"/> - <updated>2017-12-07T00:00:00Z</updated> + <updated>2017-12-12T00:00:00Z</updated> + + <entry> + <id>http://mesos.apache.org/blog/storage-developments-in-apache-mesos/</id> + <link href="/blog/storage-developments-in-apache-mesos/" /> + <title> + Storage developments in Apache Mesos: Interview with Jie Yu + </title> + <updated>2017-12-12T00:00:00Z</updated> + <author> + <name>Greg Mann</name> + </author> + <content type="html"> + <p>The <a href="https://github.com/container-storage-interface">Container Storage Interface</a> (CSI) is a community driven effort to standardize the way that containers connect to storage, so that any compliant container platform will be able to use storage from any compliant ecosystem vendor. I recently sat down with long-time Mesos committer Jie Yu, who is participating heavily in the development of CSI, to discuss the effort that heâs been leading to build CSI compatibility into Mesos. +<br> +<br> +<strong>Greg</strong>: Before we get started, could you tell us a bit about your history with the Apache Mesos project? +<br> +<strong>Jie</strong>: Iâve been working on Mesos for 4 years. I started at Twitter, and then came to Mesosphere 2 years ago. Iâve worked on many container-related things in the codebase. This includes - among other things - networking and, more recently, storage.</p> + +<p><strong>Greg</strong>: Could you summarize, at a high level, the direction in which youâre currently taking Mesos storage support? +<br> +<strong>Jie</strong>: There are many storage vendors out there, and we donât want to build all this vendor-specific code ourselves. Instead, we want a system that allows storage vendors to plug into Mesos using a consistent interface. Then we donât need to maintain code for each vendor, which requires specific expertise. +Some other projects ask vendors to put their code into the main codebase. This can be painful because then the vendorâs release cycle is tied to the cycle of the project itself. This is hard to manage if you have many vendors. Thatâs why we decided to go with this âout-of-treeâ solution for storage.</p> + +<p><strong>Greg</strong>: What use cases are you most excited to enable? +<br> +<strong>Jie</strong>: Historically, we didnât support global resources like EBS. We have limited support using <a href="https://docs.docker.com/engine/extend/plugins_volume/">DVDI</a>, but there are issues with this. I think external storage is something Iâm really excited about with this work. Being able to plug in arbitrary vendorsâ storage systems is exciting. +The other thing Iâm excited about is that we have a solution that allows a vendor to provide just a single container image for their plugin, and weâll take care of the rest of the work end-to-end. So it will be very simple for people to integrate their storage system with Mesos.</p> + +<p><strong>Greg</strong>: When can we expect these features to become available? +<br> +<strong>Jie</strong>: The plan is to have local CSI storage support in Mesos 1.5, then external storage support in 1.6.</p> + +<p><strong>Greg</strong>: How can community members get involved going forward? +<br> +<strong>Jie</strong>: Well, there are multiple avenues. For storage vendors, you can write a CSI plugin and test it with Mesos. For Mesos users, please try out this feature! And if you want to contribute to the coding, you can reach out on the <a href="[email protected]">mailing list</a>. Hopefully we can organize a storage working group in the near future once the feature lands.</p> + +<p><strong>Greg</strong>: Whatâs next after Mesos 1.6? +<br> +<strong>Jie</strong>: If we can wrap up our plans for 1.6, then weâll be in pretty good shape. The next thing is building a great storage ecosystem for Mesos. We can reach out to vendors and try to get them to integrate.</p> + +<p><strong>Greg</strong>: Is there anything else youâd like to share with the community? +<br> +<strong>Jie</strong>: One thing to highlight is that while weâre doing storage work right now, the abstractions weâve built for storage can be used for other purposes in Mesos - for example, they could be used for other <a href="https://issues.apache.org/jira/browse/MESOS-2728">global resources</a> like IP addresses. In the cloud, you could use this to manage things like AWSâs ENI. +In the future, we probably need a general interface to support arbitrary devices. The industry trend is the introduction of more and more specialized devices to support things like machine learning. We probably need a general interface for these types of devices so that Mesos can expose them in a unified way. +<br> +<br> +To learn more about CSI work in Mesos, you can dig into the design document <a href="https://docs.google.com/document/d/125YWqg_5BB5OY9a6M7LZcby5RSqBwo2PZzpVLuxYXh4/edit?usp=sharing">here</a>, and track the ongoing progress on <a href="https://issues.apache.org/jira/browse/MESOS-7235">Apache JIRA</a>. To contribute to the multi-platform effort to implement CSI, join the <a href="https://github.com/container-storage-interface/community#community">CSI Community</a>.</p> + + </content> + </entry> <entry> <id>http://mesos.apache.org/blog/performance-working-group-progress-report/</id> @@ -117,7 +168,7 @@ </ul> -<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="&#x6d;&#97;&#x69;&#x6c;&#116;&#111;&#58;&#x64;&#101;&#118;&#x40;&#x61;&#112;&#x61;&#99;&#x68;&#x65;&#46;&#x6d;&#x65;&#x73;&#x6f;&#115;&#46;&#111;&#114;&#x67;">&#x64;&#x65;&#x76;&#x40;&#97;&#112;&#x61;&#x63;&#104;&#x65;&#x2e;&#x6d;&#x65;&#115;&#111;&#x73;&#46;&#111;&#x72;&#x67;</a>.</p> +<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="&#x6d;&#97;&#105;&#x6c;&#116;&#111;&#x3a;&#x64;&#x65;&#118;&#64;&#x61;&#x70;&#x61;&#x63;&#104;&#x65;&#x2e;&#x6d;&#101;&#x73;&#x6f;&#115;&#x2e;&#111;&#114;&#x67;">&#100;&#101;&#118;&#x40;&#x61;&#112;&#97;&#x63;&#104;&#101;&#46;&#x6d;&#x65;&#x73;&#x6f;&#x73;&#46;&#111;&#114;&#103;</a>.</p> </content> </entry> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a544e2e1/content/blog/index.html ---------------------------------------------------------------------- diff --git a/content/blog/index.html b/content/blog/index.html index c774526..e500369 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -107,6 +107,11 @@ <div class="col-md-9"> <article> + <h2><a href="/blog/storage-developments-in-apache-mesos/">Storage developments in Apache Mesos: Interview with Jie Yu</a></h2> + <p><em>Posted by Greg Mann, December 12, 2017</em></p> + </article> + + <article> <h2><a href="/blog/performance-working-group-progress-report/">December 2017 Performance Working Group Progress Report</a></h2> <p><em>Posted by Benjamin Mahler, December 7, 2017</em></p> </article> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a544e2e1/content/blog/performance-working-group-progress-report/index.html ---------------------------------------------------------------------- diff --git a/content/blog/performance-working-group-progress-report/index.html b/content/blog/performance-working-group-progress-report/index.html index 1d36150..ee04d72 100644 --- a/content/blog/performance-working-group-progress-report/index.html +++ b/content/blog/performance-working-group-progress-report/index.html @@ -248,7 +248,7 @@ </ul> -<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="mailto:dev@apache.mesos.org">dev@apache.mesos.org</a>.</p> +<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="mailto:dev@apache.mesos.org">dev@apache.mesos.org</a>.</p> </div> </div> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a544e2e1/content/blog/storage-developments-in-apache-mesos/index.html ---------------------------------------------------------------------- diff --git a/content/blog/storage-developments-in-apache-mesos/index.html b/content/blog/storage-developments-in-apache-mesos/index.html new file mode 100644 index 0000000..8290ef0 --- /dev/null +++ b/content/blog/storage-developments-in-apache-mesos/index.html @@ -0,0 +1,240 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>Storage developments in Apache Mesos: Interview with Jie Yu</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <meta property="og:locale" content="en_US"/> + <meta property="og:type" content="website"/> + <meta property="og:title" content="Apache Mesos"/> + <meta property="og:site_name" content="Apache Mesos"/> + <meta property="og:url" content="http://mesos.apache.org/"/> + <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/> + <meta property="og:description" + content="Apache Mesos abstracts resources away from machines, + enabling fault-tolerant and elastic distributed systems + to easily be built and run effectively."/> + + <meta name="twitter:card" content="summary"/> + <meta name="twitter:site" content="@ApacheMesos"/> + <meta name="twitter:title" content="Apache Mesos"/> + <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/> + <meta name="twitter:description" + content="Apache Mesos abstracts resources away from machines, + enabling fault-tolerant and elastic distributed systems + to easily be built and run effectively."/> + + <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> + <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> + <link href="../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" /> + + + + <!-- Google Analytics Magic --> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20226872-1']); + _gaq.push(['_setDomainName', 'apache.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + + </head> + <body> + <!-- magical breadcrumbs --> + <div class="topnav"> + <div class="container"> + <ul class="breadcrumb"> + <li> + <div class="dropdown"> + <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> + <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> + <li><a href="http://www.apache.org">Apache Homepage</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> + </ul> + </div> + </li> + + <li><a href="http://mesos.apache.org">Apache Mesos</a></li> + + + <li><a href="/blog +/">Blog +</a></li> + + + </ul><!-- /.breadcrumb --> + </div><!-- /.container --> + </div><!-- /.topnav --> + + <!-- navbar excitement --> +<div class="navbar navbar-default navbar-static-top" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a> + </div><!-- /.navbar-header --> + + <div class="navbar-collapse collapse" id="mesos-menu"> + <ul class="nav navbar-nav navbar-right"> + <li><a href="/getting-started/">Getting Started</a></li> + <li><a href="/blog/">Blog</a></li> + <li><a href="/documentation/latest/">Documentation</a></li> + <li><a href="/downloads/">Downloads</a></li> + <li><a href="/community/">Community</a></li> + </ul> + </div><!-- /#mesos-menu --> + </div><!-- /.container --> +</div><!-- /.navbar --> + +<div class="content"> + <div class="container"> + <div class="row"> + + <div class="col-md-3"> + <div class="meta"> + <span class="author"> + + <img src="http://www.gravatar.com/avatar/20c5c9695f0891b6b093704331238133?s=80" + class="author_gravatar"> + + <span class="author_contact"> + <p><strong>Greg Mann</strong></p> + + <p><a href="http://twitter.com/greggomann">@greggomann</a></p> + + </span> + </span> + <p><em>Posted December 12, 2017</em></p> + </div> + + <div class="share"> + <span class="social-share-button"><a href="https://twitter.com/share" class="twitter-share-button" data-via="apachemesos">Tweet</a></span> + + <span><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></span> + + <span><div class="g-plusone" data-size="medium"></div></span> + + <!-- Place this tag after the last +1 button tag. --> + <script type="text/javascript"> + (function() { + var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; + po.src = 'https://apis.google.com/js/plusone.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); + })(); + </script> + + <script src="//platform.linkedin.com/in.js" type="text/javascript"> + lang: en_US + </script> + <script type="IN/Share" data-counter="right"></script> + </div> + </div> + + <div class="post col-md-9"> + <h1>Storage developments in Apache Mesos: Interview with Jie Yu</h1> + + <p>The <a href="https://github.com/container-storage-interface">Container Storage Interface</a> (CSI) is a community driven effort to standardize the way that containers connect to storage, so that any compliant container platform will be able to use storage from any compliant ecosystem vendor. I recently sat down with long-time Mesos committer Jie Yu, who is participating heavily in the development of CSI, to discuss the effort that heâs been leading to build CSI compatibility into Mesos. +<br> +<br> +<strong>Greg</strong>: Before we get started, could you tell us a bit about your history with the Apache Mesos project? +<br> +<strong>Jie</strong>: Iâve been working on Mesos for 4 years. I started at Twitter, and then came to Mesosphere 2 years ago. Iâve worked on many container-related things in the codebase. This includes - among other things - networking and, more recently, storage.</p> + +<p><strong>Greg</strong>: Could you summarize, at a high level, the direction in which youâre currently taking Mesos storage support? +<br> +<strong>Jie</strong>: There are many storage vendors out there, and we donât want to build all this vendor-specific code ourselves. Instead, we want a system that allows storage vendors to plug into Mesos using a consistent interface. Then we donât need to maintain code for each vendor, which requires specific expertise. +Some other projects ask vendors to put their code into the main codebase. This can be painful because then the vendorâs release cycle is tied to the cycle of the project itself. This is hard to manage if you have many vendors. Thatâs why we decided to go with this âout-of-treeâ solution for storage.</p> + +<p><strong>Greg</strong>: What use cases are you most excited to enable? +<br> +<strong>Jie</strong>: Historically, we didnât support global resources like EBS. We have limited support using <a href="https://docs.docker.com/engine/extend/plugins_volume/">DVDI</a>, but there are issues with this. I think external storage is something Iâm really excited about with this work. Being able to plug in arbitrary vendorsâ storage systems is exciting. +The other thing Iâm excited about is that we have a solution that allows a vendor to provide just a single container image for their plugin, and weâll take care of the rest of the work end-to-end. So it will be very simple for people to integrate their storage system with Mesos.</p> + +<p><strong>Greg</strong>: When can we expect these features to become available? +<br> +<strong>Jie</strong>: The plan is to have local CSI storage support in Mesos 1.5, then external storage support in 1.6.</p> + +<p><strong>Greg</strong>: How can community members get involved going forward? +<br> +<strong>Jie</strong>: Well, there are multiple avenues. For storage vendors, you can write a CSI plugin and test it with Mesos. For Mesos users, please try out this feature! And if you want to contribute to the coding, you can reach out on the <a href="[email protected]">mailing list</a>. Hopefully we can organize a storage working group in the near future once the feature lands.</p> + +<p><strong>Greg</strong>: Whatâs next after Mesos 1.6? +<br> +<strong>Jie</strong>: If we can wrap up our plans for 1.6, then weâll be in pretty good shape. The next thing is building a great storage ecosystem for Mesos. We can reach out to vendors and try to get them to integrate.</p> + +<p><strong>Greg</strong>: Is there anything else youâd like to share with the community? +<br> +<strong>Jie</strong>: One thing to highlight is that while weâre doing storage work right now, the abstractions weâve built for storage can be used for other purposes in Mesos - for example, they could be used for other <a href="https://issues.apache.org/jira/browse/MESOS-2728">global resources</a> like IP addresses. In the cloud, you could use this to manage things like AWSâs ENI. +In the future, we probably need a general interface to support arbitrary devices. The industry trend is the introduction of more and more specialized devices to support things like machine learning. We probably need a general interface for these types of devices so that Mesos can expose them in a unified way. +<br> +<br> +To learn more about CSI work in Mesos, you can dig into the design document <a href="https://docs.google.com/document/d/125YWqg_5BB5OY9a6M7LZcby5RSqBwo2PZzpVLuxYXh4/edit?usp=sharing">here</a>, and track the ongoing progress on <a href="https://issues.apache.org/jira/browse/MESOS-7235">Apache JIRA</a>. To contribute to the multi-platform effort to implement CSI, join the <a href="https://github.com/container-storage-interface/community#community">CSI Community</a>.</p> + + </div> +</div> + + </div><!-- /.container --> +</div><!-- /.content --> + +<hr> + + + + <!-- footer --> + <div class="footer"> + <div class="container"> + <div class="col-md-4 social-blk"> + <span class="social"> + <a href="https://twitter.com/ApacheMesos" + class="twitter-follow-button" + data-show-count="false" data-size="large">Follow @ApacheMesos</a> + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> + <a href="https://twitter.com/intent/tweet?button_hashtag=mesos" + class="twitter-hashtag-button" + data-size="large" + data-related="ApacheMesos">Tweet #mesos</a> + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> + </span> + </div> + + <div class="col-md-8 trademark"> + <p>© 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>. + Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation. + <p> + </div> + </div><!-- /.container --> + </div><!-- /.footer --> + + <!-- JS --> + <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script> + <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script> + + <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. --> + <script type="text/javascript"> + anchors.options = { + placement: 'right', + ariaLabel: 'Permalink', + }; + + // The default is to not add anchors to h1, but we have pages with multiple h1 headers, + // and we do want to put anchors on those. + anchors.add('h1, h2, h3, h4, h5, h6'); + </script> + </body> +</html> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a544e2e1/content/sitemap.xml ---------------------------------------------------------------------- diff --git a/content/sitemap.xml b/content/sitemap.xml index 9efba0e..b5151e3 100644 --- a/content/sitemap.xml +++ b/content/sitemap.xml @@ -17273,6 +17273,10 @@ <lastmod>2017-12-12T00:00:00+00:00</lastmod> </url> <url> + <loc>http://mesos.apache.org/blog/storage-developments-in-apache-mesos/</loc> + <lastmod>2017-12-12T00:00:00+00:00</lastmod> + </url> + <url> <loc>http://mesos.apache.org/blog/mesoscon-2015-earlybird-registration-now-open/</loc> <lastmod>2017-12-12T00:00:00+00:00</lastmod> </url>
