Date   

Re: [VOTE] containerd project proposal (incubation)

Solomon Hykes <solomon.hykes@...>
 

+1

Very excited to see this come together.


On Thursday, March 23, 2017, Chris Aniszczyk via cncf-toc <cncf-toc@...> wrote:
The TOC has decided to invite containerd (http://containerd.io/) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

containerd is a widely used container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, and low-level storage, etc..

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/32/files

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719


Re: [VOTE] rkt project proposal (incubation)

Brian Grant
 

+1

On Fri, Mar 24, 2017 at 9:30 AM, Chris Aniszczyk via cncf-toc <cncf-toc@...> wrote:
The TOC has decided to invite rkt (https://github.com/coreos/rkt) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

rkt is an application container engine developed for modern production cloud-native environments. It features a pod-native approach, a pluggable execution architecture, and a well-defined surface area that makes it ideal for integration with other systems.

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/33

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719

_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc



Re: [VOTE] containerd project proposal (incubation)

Brian Grant
 

+1

On Thu, Mar 23, 2017 at 5:58 AM, Chris Aniszczyk via cncf-toc <cncf-toc@...> wrote:
The TOC has decided to invite containerd (http://containerd.io/) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

containerd is a widely used container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, and low-level storage, etc..

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/32/files

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719

_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc



Re: Changing meeting?

alexis richardson
 

Aha.  Hold that thought please!


On Tue, 28 Mar 2017, 14:39 Jonathan Boulle, <jonathan.boulle@...> wrote:
My schedule has shifted slightly, so 0800PT Tuesday would work for me.

On 28 March 2017 at 13:25, Alexis Richardson via cncf-toc <cncf-toc@...> wrote:
We got stuck on times of day.  Tuesday was the leading candidate, with
PT 0800, 0830, 0900 as leading slots.




On Tue, Mar 28, 2017 at 2:22 PM, Camille Fournier via cncf-toc
<cncf-toc@...> wrote:
> Were we planning to change the meeting day? What happened to that?
>
> _______________________________________________
> cncf-toc mailing list
> cncf-toc@...
> https://lists.cncf.io/mailman/listinfo/cncf-toc
>
_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


Re: Changing meeting?

Jonathan Boulle <jonathan.boulle@...>
 

My schedule has shifted slightly, so 0800PT Tuesday would work for me.

On 28 March 2017 at 13:25, Alexis Richardson via cncf-toc <cncf-toc@...> wrote:
We got stuck on times of day.  Tuesday was the leading candidate, with
PT 0800, 0830, 0900 as leading slots.




On Tue, Mar 28, 2017 at 2:22 PM, Camille Fournier via cncf-toc
<cncf-toc@...> wrote:
> Were we planning to change the meeting day? What happened to that?
>
> _______________________________________________
> cncf-toc mailing list
> cncf-toc@...
> https://lists.cncf.io/mailman/listinfo/cncf-toc
>
_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


Re: Changing meeting?

alexis richardson
 

We got stuck on times of day. Tuesday was the leading candidate, with
PT 0800, 0830, 0900 as leading slots.




On Tue, Mar 28, 2017 at 2:22 PM, Camille Fournier via cncf-toc
<cncf-toc@...> wrote:
Were we planning to change the meeting day? What happened to that?

_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


Changing meeting?

Camille Fournier
 

Were we planning to change the meeting day? What happened to that?


Re: Heron

Karthik Ramasamy <kramasamy@...>
 

Thanks Chris. Apologies for responding late. 

- Heron is designed to be container friendly. Currently we run Heron as a cgroup container in Mesos/Aurora (which is our production environment). 

- There are already two PRs which extends Heron to use docker so that a Heron job can be run as a collection of docker instances. 

- While we did just Storm API for Twitter’s needs, Heron design is extensible - in the sense, we can map any API on top of Heron easily. We have a clear distinction between DAG generation and DAG execution. This is the subject of a paper that got accepted in ICDE 2017. Happy to share a copy if needed.

- We are also in the process of implementing exactly once (which requires state storage). Current implementations of exactly once is very messy in other streaming systems since they use Hadoop and very difficult to achieve low latency. If Kubernetes supports container portability (with storage), we will be first one to take advantage of it. I know one company that implements containers with storage portability (robinsystems.com).

- Heron also runs in AWS in the Fabric division of Twitter (which was acquired by Google) a couple of months ago. We are in the process of making it natively run in ECS (EC2 docker container service) at AWS due to request by a customer. This is pretty straight forward to implement due to extensible design of Heron.

- Finally, we published performance numbers for Heron after some simple optimizations. We can do a latency of 20 ms (but in reality we have pushed it 13 ms) and also high throughput. The blog is  https://blog.twitter.com/2017/optimizing-twitter-heron. - Heron is the fastest and low latency engine in the market right now and we have another 4-5x to go. Heron provides the price/performance as of now.

Let me know if you have any questions.

cheers
/karthik

On Mar 17, 2017, at 8:04 AM, Chris Aniszczyk <caniszczyk@...> wrote:

+Karthik to make sure he sees these emails as a chance to give feedback.

If I recall from the call that was a question that BrianG may have asked. Karthik mentioned some things of why CNCF (vs other places) but I'll defer to him to answer any questions as he's the project representative.

On Fri, Mar 17, 2017 at 10:00 AM, Jonathan Boulle via cncf-toc <cncf-toc@...> wrote:

I would echo Brian's sentiments - I also have some concerns about Heron's cloud-native suitability and path to integration with any of the existing or proposed CNCF projects; I think it's still hard for me to understand why we're a more suitable choice than Apache.

Alexis Richardson via cncf-toc <cncf-toc@...> schrieb am Fr., 17. März 2017, 11:56:
Moving Heron to new thread.

All - comments on Heron?  I think Brian raises some good questions
about alignment with our mission (below).




On Fri, Mar 17, 2017 at 3:56 AM, Quinton Hoole via cncf-toc
<cncf-toc@...> wrote:
..
> I don’t know enough about Heron and the related ecosystem to have an on that
> opinion yet.
>
> Q
>
> From:  Brian Grant via cncf-toc
....
> As for Heron, I'm not seeing the demand for Storm/Heron. For example, Google
> trends:
>
> https://trends.google.com/trends/explore?q=%2Fm%2F0ndhxqz,Apache%20Storm,%2Fm%2F0fdjtq
>
>
>
> Spark still has a lot of steam, and AIUI the trend (e.g., using Apache Beam)
> is towards unified batch and streaming.
>
>
>
> More broadly, though, I would like to see CNCF become a good home for
> container/orchestrator-friendly data-processing platforms, as that critical
> category of workloads benefits from closer integration with the underlying
> orchestration platform.
>
>
>
> --Brian
>
>
>
>
> _______________________________________________
> cncf-toc mailing list
> cncf-toc@...
> https://lists.cncf.io/mailman/listinfo/cncf-toc
>
_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc

_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc




--
Chris Aniszczyk (@cra) | +1-512-961-6719


Re: [VOTE] rkt project proposal (incubation)

Alexander Gehr
 

+1


On 03/26/2017 07:13 PM, Randy Abernethy via cncf-toc wrote:

+1 non binding


On 2017-03-24 09:30, Chris Aniszczyk via cncf-toc wrote:
The TOC has decided to invite rkt (https://github.com/coreos/rkt)?as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

rkt is an application container engine developed for modern production cloud-native environments. It features a pod-native approach, a pluggable execution architecture, and a well-defined surface area that makes it ideal for integration with other systems.

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/33

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719


_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc

-- 
Randy Abernethy
Managing Partner
RX-M, LLC
randy.abernethy@...
o 415-800-2922
c 415-624-6447


_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


Re: [VOTE] rkt project proposal (incubation)

Randy Abernethy
 

+1 non binding


On 2017-03-24 09:30, Chris Aniszczyk via cncf-toc wrote:
The TOC has decided to invite rkt (https://github.com/coreos/rkt)?as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

rkt is an application container engine developed for modern production cloud-native environments. It features a pod-native approach, a pluggable execution architecture, and a well-defined surface area that makes it ideal for integration with other systems.

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/33

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719


_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc

-- 
Randy Abernethy
Managing Partner
RX-M, LLC
randy.abernethy@...
o 415-800-2922
c 415-624-6447


Re: [VOTE] containerd project proposal (incubation)

Bryan Cantrill <bryan@...>
 

+1

         - Bryan


On Mar 23, 2017 5:58 AM, "Chris Aniszczyk via cncf-toc" <cncf-toc@...> wrote:
The TOC has decided to invite containerd (http://containerd.io/) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

containerd is a widely used container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, and low-level storage, etc..

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/32/files

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719

_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


Re: [VOTE] rkt project proposal (incubation)

Bryan Cantrill <bryan@...>
 

+1

          - Bryan


On Mar 24, 2017 9:30 AM, "Chris Aniszczyk via cncf-toc" <cncf-toc@...> wrote:
The TOC has decided to invite rkt (https://github.com/coreos/rkt) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

rkt is an application container engine developed for modern production cloud-native environments. It features a pod-native approach, a pluggable execution architecture, and a well-defined surface area that makes it ideal for integration with other systems.

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/33

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719

_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


Re: [VOTE] rkt project proposal (incubation)

Duncan Johnston Watt <duncan.johnstonwatt@...>
 

+1 non-binding

On 25 March 2017 at 17:03, Camille Fournier via cncf-toc <cncf-toc@...> wrote:
+1

On Mar 24, 2017 12:30 PM, "Chris Aniszczyk via cncf-toc" <cncf-toc@...> wrote:
The TOC has decided to invite rkt (https://github.com/coreos/rkt) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

rkt is an application container engine developed for modern production cloud-native environments. It features a pod-native approach, a pluggable execution architecture, and a well-defined surface area that makes it ideal for integration with other systems.

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/33

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719

_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc




--

Duncan Johnston-Watt

Founder & Chief Executive Officer

Phone: +44 777 190 2653 | Skype: duncan_johnstonwatt

Twitter: @duncanjw | LinkedIn: https://linkedin.com/in/duncanjohnstonwatt

Cloudsoft Logo.jpg

Stay up to date with everything Cloudsoft:

Twitter_Logo_White_On_Blue.png YouTube-social-icon_red_48px.png


Re: [VOTE] containerd project proposal (incubation)

Duncan Johnston Watt <duncan.johnstonwatt@...>
 

+1 non-binding

On 25 March 2017 at 17:02, Camille Fournier via cncf-toc <cncf-toc@...> wrote:
+1

On Mar 25, 2017 4:43 PM, "Steven Tan via cncf-toc" <cncf-toc@...> wrote:
+1 non-binding 

On Mar 23, 2017, at 5:58 AM, Chris Aniszczyk via cncf-toc <cncf-toc@...> wrote:

The TOC has decided to invite containerd (http://containerd.io/) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

containerd is a widely used container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, and low-level storage, etc..

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/32/files

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719
_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc

_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc




--

Duncan Johnston-Watt

Founder & Chief Executive Officer

Phone: +44 777 190 2653 | Skype: duncan_johnstonwatt

Twitter: @duncanjw | LinkedIn: https://linkedin.com/in/duncanjohnstonwatt

Cloudsoft Logo.jpg

Stay up to date with everything Cloudsoft:

Twitter_Logo_White_On_Blue.png YouTube-social-icon_red_48px.png


Re: [VOTE] rkt project proposal (incubation)

Camille Fournier
 

+1

On Mar 24, 2017 12:30 PM, "Chris Aniszczyk via cncf-toc" <cncf-toc@...> wrote:
The TOC has decided to invite rkt (https://github.com/coreos/rkt) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

rkt is an application container engine developed for modern production cloud-native environments. It features a pod-native approach, a pluggable execution architecture, and a well-defined surface area that makes it ideal for integration with other systems.

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/33

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719

_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


Re: [VOTE] containerd project proposal (incubation)

Camille Fournier
 

+1

On Mar 25, 2017 4:43 PM, "Steven Tan via cncf-toc" <cncf-toc@...> wrote:
+1 non-binding 

On Mar 23, 2017, at 5:58 AM, Chris Aniszczyk via cncf-toc <cncf-toc@...> wrote:

The TOC has decided to invite containerd (http://containerd.io/) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

containerd is a widely used container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, and low-level storage, etc..

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/32/files

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719
_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc

_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


Re: [VOTE] containerd project proposal (incubation)

Steven Tan
 

+1 non-binding 

On Mar 23, 2017, at 5:58 AM, Chris Aniszczyk via cncf-toc <cncf-toc@...> wrote:

The TOC has decided to invite containerd (http://containerd.io/) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

containerd is a widely used container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, and low-level storage, etc..

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/32/files

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719
_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


Re: [VOTE] rkt project proposal (incubation)

Steven Tan
 

+1 non-binding

On Mar 24, 2017, at 9:30 AM, Chris Aniszczyk via cncf-toc <cncf-toc@...> wrote:

The TOC has decided to invite rkt (https://github.com/coreos/rkt) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

rkt is an application container engine developed for modern production cloud-native environments. It features a pod-native approach, a pluggable execution architecture, and a well-defined surface area that makes it ideal for integration with other systems.

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/33

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719
_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc


Re: [VOTE] containerd project proposal (incubation)

Alan Fitzgerald <afitzgerald@...>
 

+1 non-binding 

On Thu, Mar 23, 2017 at 4:18 PM Benjamin Hindman via cncf-toc <cncf-toc@...> wrote:
+1

On Thu, Mar 23, 2017 at 8:58 AM Chris Aniszczyk via cncf-toc <cncf-toc@...> wrote:
The TOC has decided to invite containerd (http://containerd.io/) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

containerd is a widely used container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, and low-level storage, etc..

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/32/files

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719
_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc
--
Benjamin Hindman
Founder of Mesosphere and Co-Creator of Apache Mesos

Follow us on Twitter: @mesosphere

Announcing DC/OS 1.9 
 _______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc

CONFIDENTIALITY NOTICE

The attached information is PRIVILEGED AND CONFIDENTIAL and is intended only for the use of the addressee named above.  If the reader of this message is not the intended recipient or the employee or agent responsible for delivering the message to the intended recipient, please be aware that any dissemination, distribution or duplication of this communication is strictly prohibited. If you receive this communication in error, please notify us immediately by telephone, delete the message and destroy any printed copy of the message. Thank you.


Re: [VOTE] rkt project proposal (incubation)

Alan Fitzgerald <afitzgerald@...>
 

+1 non-binding 


On Sat, Mar 25, 2017 at 11:45 AM Kitson, Clinton via cncf-toc <cncf-toc@...> wrote:
Non binding +1
From: Chris Aniszczyk via cncf-toc [cncf-toc@...]
Sent: March 24, 2017 at 5:30:45 PM
To: CNCF TOC
Subject: [cncf-toc] [VOTE] rkt project proposal (incubation)

The TOC has decided to invite rkt (https://github.com/coreos/rkt) as an incubation level CNCF project, sponsored by Brian Grant from the TOC:

rkt is an application container engine developed for modern production cloud-native environments. It features a pod-native approach, a pluggable execution architecture, and a well-defined surface area that makes it ideal for integration with other systems.

Please vote (+1/0/-1) on the full project proposal located here on GitHub: https://github.com/cncf/toc/pull/33

Remember that the TOC has binding votes only, but we do appreciate non-binding votes from the community as a sign of support!

Thanks!

--
Chris Aniszczyk (@cra) | +1-512-961-6719
_______________________________________________
cncf-toc mailing list
cncf-toc@...
https://lists.cncf.io/mailman/listinfo/cncf-toc

CONFIDENTIALITY NOTICE

The attached information is PRIVILEGED AND CONFIDENTIAL and is intended only for the use of the addressee named above.  If the reader of this message is not the intended recipient or the employee or agent responsible for delivering the message to the intended recipient, please be aware that any dissemination, distribution or duplication of this communication is strictly prohibited. If you receive this communication in error, please notify us immediately by telephone, delete the message and destroy any printed copy of the message. Thank you.