Package your Java EE application using Docker and Kubernetes


Details
This is a virtual Meetup occuring at 5PM UK time. For help with your timezone calculation, refer to this (http://time.is/1700_12_Feb_2015_in_London/San_Francisco/New_York/UTC/Beijing/Sydney/Tokyo?Package_your_Java_EE_application_using_Docker).
You can tune in to the session at http://virtualJUG.com (http://virtualjug.com/)
If all fails, you can still access YouTube and IRC via previous means:
-
Join the IRC channel (https://webchat.freenode.net/?channels=#virtualJUG) - Ask questions, chat, discuss
-
View the live stream on YouTube (http://www.youtube.com/user/virtualJUG/live)
Package your Java EE application using Docker and Kubernetes
Docker simplifies software delivery by making it easy to build and share images that contain your application’s operating system. It packages your application and infrastructure together, managed as one component. These images are then used to create Docker containers which run on the container virtualization platform, provided by Docker. These images can be distributed using Docker Registry. Kubernetes provides an open source orchestration of Docker containers.
This talk will provide an introduction to Docker images (build time), containers (run time), and registry (distribution). Java EE application require operating system, JDK, database, application server, tuning of different parts of the stack, WAR file, and much more. The talk will explain how to create and publish Docker images that package these components and talk to each other. Design patterns and anti-patterns that show how to create cluster of such applications will be shown. Replicating your development, test, and production environments using Docker images will be shown. Basic terminology of Kubernetes will be introduced. Attendees will learn how Kubernetes's self-healing mechanism can be used to create cluster of these containers.
Speaker: Arun Gupta
Arun Gupta is Director of Developer Advocacy at Red Hat and focuses on JBoss Middleware. As a founding member of the Java EE team at Sun Microsystems, he spread the love for technology all around the world. At Oracle, he led a cross-functional team to drive the global launch of the Java EE 7 platform through strategy, planning, and execution of content, marketing campaigns, and program. After authoring ~1400 blogs at http://blogs.oracle.com/arungupta on different Java technologies, he continues to promote Red Hat technologies and products at http://blog.arungupta.me . Arun has extensive speaking experience in 35+ countries on myriad topics. An author of a best-selling book, an avid runner, and a globe trotter, he is easily accessible at @arungupta (http://www.twitter.com/arungupta).

Package your Java EE application using Docker and Kubernetes