Seeing a living breathing hue-man reminds me that none of the projects I use happen for free. And seeing people being turned into marketing material also reminds me that Github ain't free either.
It's not too obvious, but this is a Github "Story" (not just the profile of an OSS contributor). Pretty interesting content in the article. I know of her from Twitter (guess I randomly followed some time ago) - definitely worth a follow.
No, but all of the founders (and one of the top k8s guys from redhat) are at a firm based on it now: https://www.heptio.com
Jessie is an incredible speaker and a really funny engineer. It was genuinely hard to not laugh watching her talk @ Monitorama last year titled "Everything is Broken":
Kubernetes is a project started by Google to make managing containers at scale, on premise, or on the cloud, streamlined and dead simple. So far it is "winning".
Two of the three Kubernetes co-founders (Joe Beda and Craig Mcluckie) co-founded Heptio. The third (Brendan Burns) left Google for Microsoft, where Kubernetes on Azure reached GA today [0].
I am using k8s on azure container service. It's good! One thing I am unable to do is re-scale the cluster (add more nodes). They don't allow that somehow.
"This means the service is now backed by an SLA, and users will be able to get support contracts from Microsoft. Maybe more importantly, though, Microsoft also added two pivotal new features with this update: the ability to easily scale Kubernetes clusters up and down and support for high-availability setups with multiple masters."
Kubernetes [0] is an open source project hosted at the Cloud Native Computing Foundation (CNCF) [1]. It has many companies cooperatively developing and commercially supporting it [2].
Also, Jess Frazelle will be presenting at CloudNativeCon/KubeCon in Berlin on March 30 [3].
Other comments saying k8s (short f/kubernetes) people are in various companies are correct, but adding it was started at Google (and that's where jessfraz works on it).
Background for k8s is that Google had (has) an internal container scheduler called Borg (https://research.google.com/pubs/pub43438.html) with which they do clever things like pack a CPU-hungry and RAM-hungry process on the same box so all of that machine's resources get used, and can use the same server for a mix of production processes (that might e.g. be latency-sensitive need a dedicated core) and non-production tasks like internal data crunching. For example, a non-production task can run opportunistically when a prod job isn't using its full allocation of RAM, and be preempted if the production tasks need that RAM later or more important tasks come along.
Kubernetes is a ground-up effort to do the same sort of thing in the open. The components are different--etcd instead of Chubby, and of course not using Google's internal container stuff for tasks--but idea's the same.
"The greatest contribution need for Docker"
I believe less is more. Docker has grown into an all consuming piece of complexity. The best code is code you never write.
Docker has taken the direction of a loose collection of tools tied together by an integrated interface. So you have the choice of using the platform as a whole, or standing up your choice of individual components on their own, without any dependency on Docker.
Based on your comment, you're probably not the target audience for the platform. I recommend checking out some of the components to see if they meet your criteria of simplicity.
In fairness, her answer to "greatest need" was documentation. That can grow too large as well, but right now the consensus seems to be that Docker is struggling with features outrunning accurate documentation - so where things aren't pared back, more records would be good.
I attended her talk on "Containerizing Your Desktop" at LinuxCon NA 2015, and she maintains this open source repository filled with awesome Dockerfiles that can run anything from Spotify to Chrome. Truly amazing
Yes, she uses this daily. For example, chrome is a shortcut that just runs a docker container, she does video conferencing using skype, also running inside a container - video, audio & all. She's one of the few that uses a Linux only laptop while the majority in the company used Macbooks.
What is the point of running Chrome in a Docker container? Is it useful only for developers which want to test stuff using a fixed version of the browser, or is it something that everybody surfing the web should really want to do?
(I am not a web developer, so this is a sincere question. I am genuinely curious!)
Have you ever wondered why a computer seems to slow down over time, but after a reinstall it is magically faster? That is because programs install a lot of things, and often don't uninstall everything again, even if you ask it to.
Putting programs in a container means you keep your main system free of this cruft.
I don't think it's something everyone should want to do today, but there is a broader push to experiment with better isolation and portability of applications, and dockerizing applications is one avenue of experimenting with that (others would be things like NixOS or Qubes OS).
Note that in terms of isolation, I would be hesitant to consider this (dockerizing apps) a particularly strong solution in terms of security now, but isolation is not only about security, but also about e.g. preventing applications from crapping files all over your system (and being able to know where they've put files - e.g. "docker diff" is quite nice), and having convenient ways of restricting their resource usage etc.
For me at least, when I dockerize apps it tends to be about those concerns, as well as being able to run multiple versions of apps conveniently etc. or to be able to package up a whole toolchain and lock it at combinations of tools I know work well together.
Not the best isolation however because containers aren't sandboxes (yet). If you're really serious you need to run something like https://firejail.wordpress.com .
Jessie Frazelle is not only an inspiring and talented engineer but she is also an excellent community leader and a much needed and valued voice. On top of all of that, I echo the sentiments below, awesome human. Glad to see her being recognized!
For having worked with Jessie while she was still working at Docker (I no longer work there either), I can confirm that. She is genuinely radiant and her excitement for technology in general is contagious.
She was always around to help or hack something cool. I remember the night of the release of Docker 1.9, we stayed late at the office to merge the last PRs and run test suites before releasing the binaries. Jess did not have to be there but she stayed to help Tibor (another amazing human being and prolific contributor) and myself 'til 23pm on the release process. You know you are surrounded with talented engineers when you can count on them regardless of the difficulties encountered. That night, her presence lifted a big burden off my shoulders.
I'm not sure I would have had the same excitement for Docker before joining if she was not working there. To me, she had a huge impact on the craze towards containers.
One thing that tends to be undervalued is sheer positivity and passion. Jess reminds me of Julia Evans, both radiate excitement whenever they talk at conferences, regardless of topic. More joy like this, please.
You may wish for fewer sources of drama, but there is always the risk that your wish will not be granted.
One particular problem is that drama has a certain amount of "background radiation" in the world, a noise floor you can't eliminate. The right solution is to have a gate in the sense that you just ignore things underneath the noise floor.
Lowering drama is possible, but elimination is impossible IMO. Hence, you end up in a situation where the perpetually outraged keep being outraged, because there is always some kind of noise floor you can grab onto.
You need to gauge "drama relative to other situations" in order to figure out where we stand. And once you do, you will realize that some people are feeding off of perpetual outrage.
In short, I think we need to define when we activate the gate. And for me personally, the amount of drama in tech is actually not that high. Try Sales&Marketing for a change :) It is just that social media is an excellent amplifier, so now we have far more focus than you had back in the 80'es and 90'es where the situation is likely to have been worse.
Not to Hijack the spotlight that Jess deserves or diminish her accomplishments: However, will happily add Tess Rinearson to the list of people who keep me excited about tech: https://twitter.com/_tessr
I saw Jess speak at Kiwicon 9 in New Zealand. She did the whole thing live, from the command line, with no slides. It was probably one of the most compelling talks I've ever seen and an absolute honour to witness such skill and passion.
Myself and the several hundred other attendees were all in awe.
Hmm, is there a reason this is on HN today? Don't get me wrong, I'm happy to learn about interesting individuals, I just feel like I might be missing some context here. Did she win an award or do something particularly noticeable recently?
Oh, you mean why was it submitted & upvoted? Frankly, I never know why any particular story takes off whereas others do not. E.g., First Steve Yegge blog post in 5 years didn't even make 1st page of HN! (https://news.ycombinator.com/item?id=12979108)
Guess you'd have to ask everyone who up-voted why they did.
The more you try to force equality, the less equal we become. Can you imagine any of the thousands of bearded men with similarly interesting credentials being posted to the front page of HN simply by their name?
Show me what she's done. Don't just show me she's done something and has a feminine sounding name.
I see bunch of comments of ppl trying hard to hire her. I've been trying to get a job in devops space too, trying to get an idea what makes this person so appealing.
We all know it's the vagina. Nobody was able to answer your questions or do anything except downvote my comment. This is a really sexist site, unfortunately.
This comment breaks the HN guidelines. We ban accounts that do this, so please don't do it again. Instead, please post civilly and substantively, or not at all.
hacking is a mystery. But when you need to take care of cyber/identity/other internet and hacking related issues. call 19193076946 or mail darkwebssolutions on gmail
61 comments
[ 2.9 ms ] story [ 153 ms ] threadThis should be part of the title.
Jessie is an incredible speaker and a really funny engineer. It was genuinely hard to not laugh watching her talk @ Monitorama last year titled "Everything is Broken":
https://vimeo.com/173704265
Kubernetes is a project started by Google to make managing containers at scale, on premise, or on the cloud, streamlined and dead simple. So far it is "winning".
[0] http://blog.kubernetes.io/2017/02/caas-the-foundation-for-ne...
https://techcrunch.com/2017/02/21/kubernetes-on-microsofts-a...
"This means the service is now backed by an SLA, and users will be able to get support contracts from Microsoft. Maybe more importantly, though, Microsoft also added two pivotal new features with this update: the ability to easily scale Kubernetes clusters up and down and support for high-availability setups with multiple masters."
Also, Jess Frazelle will be presenting at CloudNativeCon/KubeCon in Berlin on March 30 [3].
[0] https://kubernetes.io [1] https://www.cncf.io [2] https://kubernetes.io/partners/ [3] https://cloudnativeeu2017.sched.com/mobile/#person:jess_fraz...
Disclosure: I'm the executive director of CNCF.
Background for k8s is that Google had (has) an internal container scheduler called Borg (https://research.google.com/pubs/pub43438.html) with which they do clever things like pack a CPU-hungry and RAM-hungry process on the same box so all of that machine's resources get used, and can use the same server for a mix of production processes (that might e.g. be latency-sensitive need a dedicated core) and non-production tasks like internal data crunching. For example, a non-production task can run opportunistically when a prod job isn't using its full allocation of RAM, and be preempted if the production tasks need that RAM later or more important tasks come along.
Kubernetes is a ground-up effort to do the same sort of thing in the open. The components are different--etcd instead of Chubby, and of course not using Google's internal container stuff for tasks--but idea's the same.
https://blog.jessfraz.com/
If I were in charge of hiring, I'd have recruiters pestering the hell out of her to join my team.
Seriously, she's one of my favorite people that I've never met :)
Based on your comment, you're probably not the target audience for the platform. I recommend checking out some of the components to see if they meet your criteria of simplicity.
A few examples:
https://runc.io
https://containerd.tools
https://github.com/docker/swarmkit
https://github.com/docker/notary
https://github.com/docker/infrakit
https://github.com/docker/hyperkit
We are continuing the work of carving out more and more usable components from the platform.
https://github.com/jessfraz/dockerfiles
http://www.ustream.tv/recorded/86185167
Did she talk about advantages/disadvantages to this approach? Does she use this daily?
(I am not a web developer, so this is a sincere question. I am genuinely curious!)
Putting programs in a container means you keep your main system free of this cruft.
and the non-solutions of WinSxS (https://en.wikipedia.org/wiki/Side-by-side_assembly) and the current 'binaries are linked to an exactly matching library forever, install EVERY possible library version'.
https://web.archive.org/web/20100305054645/http://msdn.micro...
Note that in terms of isolation, I would be hesitant to consider this (dockerizing apps) a particularly strong solution in terms of security now, but isolation is not only about security, but also about e.g. preventing applications from crapping files all over your system (and being able to know where they've put files - e.g. "docker diff" is quite nice), and having convenient ways of restricting their resource usage etc.
For me at least, when I dockerize apps it tends to be about those concerns, as well as being able to run multiple versions of apps conveniently etc. or to be able to package up a whole toolchain and lock it at combinations of tools I know work well together.
Different network configurations per browser. This is useful for doing things like checking geo-targetting via VPNs etc.
Better security isolation. Chrome is pretty good at this, but if you want to run a suspicious add-on this is a good way to do it.
Better isolation for scriptable browsers.
I'm sure there are plenty I haven't thought of.
P.S. Her twitter timeline is a must-follow - https://twitter.com/jessfraz
She was always around to help or hack something cool. I remember the night of the release of Docker 1.9, we stayed late at the office to merge the last PRs and run test suites before releasing the binaries. Jess did not have to be there but she stayed to help Tibor (another amazing human being and prolific contributor) and myself 'til 23pm on the release process. You know you are surrounded with talented engineers when you can count on them regardless of the difficulties encountered. That night, her presence lifted a big burden off my shoulders.
I'm not sure I would have had the same excitement for Docker before joining if she was not working there. To me, she had a huge impact on the craze towards containers.
One particular problem is that drama has a certain amount of "background radiation" in the world, a noise floor you can't eliminate. The right solution is to have a gate in the sense that you just ignore things underneath the noise floor.
Lowering drama is possible, but elimination is impossible IMO. Hence, you end up in a situation where the perpetually outraged keep being outraged, because there is always some kind of noise floor you can grab onto.
You need to gauge "drama relative to other situations" in order to figure out where we stand. And once you do, you will realize that some people are feeding off of perpetual outrage.
In short, I think we need to define when we activate the gate. And for me personally, the amount of drama in tech is actually not that high. Try Sales&Marketing for a change :) It is just that social media is an excellent amplifier, so now we have far more focus than you had back in the 80'es and 90'es where the situation is likely to have been worse.
Oh, you mean why was it submitted & upvoted? Frankly, I never know why any particular story takes off whereas others do not. E.g., First Steve Yegge blog post in 5 years didn't even make 1st page of HN! (https://news.ycombinator.com/item?id=12979108)
Guess you'd have to ask everyone who up-voted why they did.
Show me what she's done. Don't just show me she's done something and has a feminine sounding name.