Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1775

EuroPython 2015 Keynote: Mandy Waite

Return-Path <mal@europython.eu>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.026
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'url:europython': 0.03; 'europython': 0.04; 'source,': 0.04; 'friday,': 0.07; 'keynote': 0.07; 'subject:EuroPython': 0.09; 'do,': 0.15; 'apps': 0.15; 'containers': 0.16; 'ecosystem': 0.16; 'enjoy,': 0.16; 'from:addr:mal': 0.16; 'from:name:m.-a. lemburg': 0.16; 'i\xe2\x80\x99m': 0.16; 'simplifies': 0.16; '2015': 0.20; 'developer': 0.20; 'cloud': 0.20; 'advocate': 0.22; 'assign': 0.22; 'environments': 0.22; 'trying': 0.22; 'header:User-Agent:1': 0.26; 'developers': 0.26; 'helpful': 0.27; 'packaging': 0.27; 'scale': 0.27; 'subject:2015': 0.27; 'container': 0.29; 'probably': 0.31; 'getting': 0.33; 'source': 0.33; 'common': 0.33; 'open': 0.33; 'skip:- 10': 0.34; 'quickly': 0.34; 'url:eu': 0.34; 'worked': 0.34; 'running': 0.34; 'so,': 0.35; 'could': 0.35; 'done': 0.35; 'execution': 0.35; 'machines': 0.35; 'tasks': 0.35; 'but': 0.36; 'needed': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'turn': 0.37; 'desired': 0.37; 'building': 0.38; 'google': 0.39; 'sure': 0.39; 'does': 0.39; 'application': 0.39; 'skip:- 60': 0.39; 'resources': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'your': 0.60; 'making': 0.62; 'our': 0.64; 'management': 0.64; 'world': 0.64; 'other.': 0.64; 'pleased': 0.64; 'managing': 0.66; 'state,': 0.66; 'services': 0.67; 'introduce': 0.79; '2015:': 0.84; 'microsystems': 0.84; 'optimisation': 0.84; 'recover': 0.91; 'talk,': 0.91; 'you\xe2\x80\x99ll': 0.91
Date Thu, 09 Jul 2015 21:55:56 +0200
From "M.-A. Lemburg" <mal@europython.eu>
Organization EuroPython Society
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1
MIME-Version 1.0
To Python Announcements <python-announce-list@python.org>
Subject EuroPython 2015 Keynote: Mandy Waite
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
X-AV-Checked Email content ClamAV checked on mail.egenix.com
X-Mailman-Approved-At Fri, 10 Jul 2015 09:13:44 +0200
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.387.1436512425.3674.python-announce-list@python.org> (permalink)
Lines 44
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1436512425 news.xs4all.nl 2886 [2001:888:2000:d::a6]:53766
X-Complaints-To abuse@xs4all.nl
Path csiph.com!usenet.pasdenom.info!news.stben.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Xref csiph.com comp.lang.python.announce:1775

Show key headers only | View raw


We are pleased to introduce our final keynote speaker for EuroPython
2015: Mandy Waite. She will be giving her keynote on Friday, July 24.

About Mandy Waite
-----------------

Mandy works at Google as a Developer Advocate for Google Cloud
Platform and to make the world a better place for developers building
applications for the Cloud:

  “I came to Google from Sun Microsystems where I worked with partners
  on performance and optimisation of large scale applications and
  services before moving on to building an ecosystem of Open Source
  applications for OpenSolaris. In my spare time I’m learning Japanese
  and play the guitar.”

The Keynote: So, I have all these Docker containers, now what?
--------------------------------------------------------------

You’ve solved the issue of process-level reproducibility by packaging
up your apps and execution environments into a number of Docker
containers. But once you have a lot of containers running, you’ll
probably need to coordinate them across a cluster of machines while
keeping them healthy and making sure they can find each other. Trying
to do this imperatively can quickly turn into an unmanageable mess!
Wouldn’t it be helpful if you could declare to your cluster what you
want it to do, and then have the cluster assign the resources to get
it done and to recover from failures and scale on demand?

Kubernetes (http://kubernetes.io) is an open source, cross platform
cluster management and container orchestration platform that
simplifies the complex tasks of deploying and managing your
applications in Docker containers. You declare a desired state, and
Kubernetes does all the work needed to create and maintain it. In this
talk, we’ll look at the basics of Kubernetes and at how to map common
applications to these concepts. This will include a hands-on
demonstration and visualization of the steps involved in getting an
application up and running on Kubernetes.

Enjoy,
--
EuroPython 2015 Team
http://ep2015.europython.eu/
http://www.europython-society.org/

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

EuroPython 2015 Keynote: Mandy Waite "M.-A. Lemburg" <mal@europython.eu> - 2015-07-09 21:55 +0200

csiph-web