Kubernetes Cookbook. Learn how to automate and manage your Linux containers and improve the overall performance of your system

Size: px
Start display at page:

Download "Kubernetes Cookbook. Learn how to automate and manage your Linux containers and improve the overall performance of your system"

Transcription

1 Kubernetes Cookbook Learn how to automate and manage your Linux containers and improve the overall performance of your system Hideto Saito Hui-Chuan Chloe Lee Ke-Jou Carol Hsu BIRMINGHAM - MUMBAI

2 Kubernetes Cookbook Copyright 2016 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. First published: June 2016 Production reference: Published by Packt Publishing Ltd. Livery Place 35 Livery Street Birmingham B3 2PB, UK. ISBN

3 Credits Authors Hideto Saito Hui-Chuan Chloe Lee Ke-Jou Carol Hsu Reviewer Matt Ma Commissioning Editor Kartikey Pandey Acquisition Editor Divya Poojari Content Development Editor Sachin Karnani Project Coordinator Nikhil Nair Proofreader SaÞ s Editing Indexer Hemangini Bari Graphics Jason Monteiro Production Coordinator Aparna Bhagat Cover Work Aparna Bhagat Technical Editor Pranav Kukreti Copy Editor Akshata Lobo

4 About the Authors Hideto Saito has around 20 years of experience in the computer industry. In 1998, while working for Sun Microsystems Japan, he was impressed with Solaris OS, OPENSTEP, and Sun Ultra Enterprise (AKA StarFire). Then, he decided to pursue the UNIX and MacOS X operation systems. In 2006, he relocated to Southern California as a software engineer to develop products and services running on Linux and MacOS X. He was especially renowned for his quick Objective-C code when he was drunk. He is also an enthusiast of Japanese anime, drama, and motor sports, and loves Japanese Otaku culture. There were a lot of difþ culties while writing this book. I believe it was the busiest moment in my life. But I was lucky to have two talented friends, Chloe and Carol, to support this project. I hope I have a chance to work with them again. Lastly, I appreciate my wife and children for their support. Their support and understanding brings me success and happiness.

5 Hui-Chuan Chloe Lee has worked in the software industry for over 5 years. She has a master's degree in CS from the National Taiwan University and is an AWS-certiÞ ed associate solution architect. Chloe is also a technology enthusiast who has extended interest and experiences in different topics, such as application development, container technology, and Continuous Delivery. In her free time, she enjoys reading, traveling, and spending time with the people she loves. This book is dedicated to the people I love. I feel so lucky enough to have you all in my life. Without your support, this would never happen. Especially, thanks to the other two amazing coauthors, Hideto and Carol, for your suggestions and guidance along the way. Ke-Jou Carol Hsu is an engineer at Trend Micro. As a developer working in the Data Center Service group, Carol helps to write programs for deploying or managing internal-facing systems. She has both a bachelor's and a master's degree from the National Tsing Hua University. While studying and doing research, Carol focused on the area of high performance computing and virtualization technology. The experience made her more and more interested in system software, especially distributed systems and cloud environments. Many thanks to my family and friends! You covered most of the house chores and job duties. Sometimes, you just bore my bad temper caused by the pressure while writing. Thanks to all of you! I am good to come back to my original life now! For the other two authors, Hideto and Chloe, you are deþ nitely the ones I truly appreciate. You guys know both the hard times and the happy hours during the writing of this book. Without your guide and support, it would have been impossible for me to Þ nish this book at such a rapid pace and still come out with this careful, creative work. Looking forward to another cooperation in a short time.

6 About the Reviewer Matt Ma is a multitalented and highly motivated full stack software engineer. He is a JavaScript ninja with over 8 years of experience. He has won over two dozen of CSS awards, Webby awards, and other web development awards. He is proud of being a Node.js contributor, a certiþ ed MongoDB developer, and an earlier adopter of Docker and Kubernetes. Matt Ma have over 6 years of Linux experience. He is a long-time user of Ubuntu and CentOS. He uses an open source lightweight operating system, such as CoreOS, and systemd init daemon along with its eco-system tools. He advocates the microservices architecture. When he is not working, he likes to go to the beach or a rock concert, hike, or spend time with his wife and two kids. He likes meeting new people at conferences and meetups. You can Þ nd him on Twitter (@bigmabig) or GitHub ( Drop him a line or just say hi to him.

7 ebooks, discount offers, and more Did you know that Packt offers ebook versions of every book published, with PDF and epub Þ les available? You can upgrade to the ebook version at and as a print book customer, you are entitled to a discount on the ebook copy. Get in touch with us at customercare@packtpub.com for more details. At you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and ebooks. TM Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can search, access, and read Packt's entire library of books. Why Subscribe? Fully searchable across every book published by Packt Copy and paste, print, and bookmark content On demand and accessible via a web browser

8

9 Table of Contents Preface iii Chapter 1: Building Your Own Kubernetes 1 Introduction 1 Exploring architecture 1 Preparing your environment 8 Building datastore 13 Creating an overlay network 22 ConÞ guring master 33 ConÞ guring nodes 41 Run your Þ rst container in Kubernetes 49 Chapter 2: Walking through Kubernetes Concepts 57 Introduction 57 An overview of Kubernetes control 58 Working with pods 61 Working with a replication controller 67 Working with services 76 Working with volumes 87 Working with secrets 104 Working with names 109 Working with namespaces 114 Working with labels and selectors 121 Chapter 3: Playing with Containers 129 Introduction 129 Scaling your containers 129 Updating live containers 133 Forwarding container ports 140 Ensuring ß exible usage of your containers 154 Working with conþ guration Þ les 164 i

10 Table of Contents Chapter 4: Building a High Availability Cluster 173 Introduction 173 Clustering etcd 173 Building multiple masters 181 Chapter 5: Building a Continuous Delivery Pipeline 193 Introduction 193 Moving monolithic to microservices 193 Integrating with Jenkins 207 Working with the private Docker registry 216 Setting up the Continuous Delivery pipeline 222 Chapter 6: Building Kubernetes on AWS 235 Introduction 235 Building the Kubernetes infrastructure in AWS 236 Managing applications using AWS OpsWorks 245 Auto-deploying Kubernetes through Chef recipes 253 Using AWS CloudFormation for fast provisioning 269 Chapter 7: Advanced Cluster Administration 291 Introduction 291 Advanced settings in kubeconþ g 292 Setting resource in nodes 298 Playing with WebUI 304 Working with a RESTful API 308 Authentication and authorization 313 Chapter 8: Logging and Monitoring 321 Introduction 321 Collecting application logs 321 Working with Kubernetes logs 332 Working with etcd log 336 Monitoring master and node 340 Index 353 ii

About the Author. Support. Transcript

About the Author. Support. Transcript About the Author Hilary P. is a professional psychotherapist and has practised in the United Kingdom for over 15 years. Hilary has a keen interest in language learning, with a classical language educational

More information

About the Author. Support. Transcript Learn English Article 118

About the Author. Support. Transcript Learn English Article 118 About the Author Hilary P. is a professional psychotherapist and has practised in the United Kingdom for over 15 years. Hilary has a keen interest in language learning, with a classical language educational

More information

SAP Edge Services Edge Services Overview Guide Version 1711

SAP Edge Services Edge Services Overview Guide Version 1711 SAP Edge Services Edge Services Overview Guide Version 1711 Table of Contents ABOUT THIS DOCUMENT... 3 INTRODUCTION... 4 Persistence Service... 4 Streaming Service... 4 Business Essential Functions Service...

More information

MOB501. SAP Omnichannel Banking 8.3 SP01 PL03 Development COURSE OUTLINE. Course Version: 03 Course Duration: 4 Day(s)

MOB501. SAP Omnichannel Banking 8.3 SP01 PL03 Development COURSE OUTLINE. Course Version: 03 Course Duration: 4 Day(s) MOB501 SAP Omnichannel Banking 8.3 SP01 PL03 Development. COURSE OUTLINE Course Version: 03 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights

More information

The Art of Low-Cost IoT Solutions

The Art of Low-Cost IoT Solutions The Art of Low-Cost IoT Solutions 13 June 2017 By Igor Ilunin, DataArt www.dataart.com 2017 DataArt Contents Executive Summary... 3 Introduction... 3 The Experiment... 3 The Setup... 4 Analysis / Calculations...

More information

Micro Services Architecture: Spring Boot and Netflix Infrastructure

Micro Services Architecture: Spring Boot and Netflix Infrastructure CALL NOW: +1 415-233-4737 info@optisolbusiness.com www.optisolbusiness.com Micro Services Architecture: Spring Boot and Netflix Infrastructure Page 1 Micro services - Overview What is Micro Service? info@optisolbusiness.com

More information

Plug into simplicity. tap into amazing

Plug into simplicity. tap into amazing Plug into simplicity tap into amazing Bring people, content and ideas together The easiest way to share big ideas and watch them grow. When you plug into simplicity, you make it easier than ever to bring

More information

SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802

SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802 SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802 Table of Contents ABOUT THIS DOCUMENT... 3 INTRODUCTION... 4 Persistence Service... 4 Streaming Service... 4 Business Essential

More information

Tumblr FOR PORTABLE EDITION

Tumblr FOR PORTABLE EDITION Tumblr FOR DUMmIES PORTABLE EDITION Tumblr FOR DUMmIES PORTABLE EDITION by Sue Jenkins Tumblr For Dummies, Portable Edition Published by John Wiley & Sons, Inc. 111 River Street Hoboken, NJ 07030-5774

More information

Sports Illustrated Swimsuit 2015 Day-at-a-Time Box Calendar By Trends International

Sports Illustrated Swimsuit 2015 Day-at-a-Time Box Calendar By Trends International Sports Illustrated Swimsuit 2015 Day-at-a-Time Box Calendar By Trends International programming with qt With Rapid GUI Programming with Python and Qt you'll learn how to build efficient GUI applications

More information

EdgeX Foundry. Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS

EdgeX Foundry. Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS EdgeX Foundry Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS The IoT requires architecting from Edge to Core to Cloud EDGE/FIELD FOG CLOUD SECURITY MANAGEABILITY

More information

ES-5500M V2 / ES-5800M V2

ES-5500M V2 / ES-5800M V2 ES-5500M V2 / ES-5800M V2 Quick Installation Guide 05-2012 / v1.0 COPYRIGHT Copyright Edimax Technology Co., Ltd. all rights reserved. No part of this publication may be reproduced, transmitted, transcribed,

More information

ES-3305P / ES-3308P / ES-3316P. Quick Installation Guide / v1.0

ES-3305P / ES-3308P / ES-3316P. Quick Installation Guide / v1.0 ES-3305P / ES-3308P / ES-3316P Quick Installation Guide 09-2012 / v1.0 1 COPYRIGHT Copyright Edimax Technology Co., Ltd. all rights reserved. No part of this publication may be reproduced, transmitted,

More information

Distributed by Pycom Ltd. Copyright 2016 by Pycom Ltd. All rights reserved. No part of this document may be reproduced, distributed, or transmitted

Distributed by Pycom Ltd. Copyright 2016 by Pycom Ltd. All rights reserved. No part of this document may be reproduced, distributed, or transmitted Copyright 2016 by Pycom Ltd. All rights reserved. No part of this document may be reproduced, distributed, or and certain other noncommercial uses permitted by copyright law.. LoPy With LoRa, Wifi and

More information

Join the p2p.wrox.com. Wrox Programmer to Programmer. Beginning. Python. Using Python 2.6 and Python 3.1. James Payne

Join the p2p.wrox.com. Wrox Programmer to Programmer. Beginning. Python. Using Python 2.6 and Python 3.1. James Payne Join the discussion @ p2p.wrox.com Wrox Programmer to Programmer Beginning Python Using Python 2.6 and Python 3.1 James Payne Programmer to Programmer Get more out of wrox.com Interact Take an active role

More information

Bringing an all-in-one solution to IoT prototype developers

Bringing an all-in-one solution to IoT prototype developers Bringing an all-in-one solution to IoT prototype developers W H I T E P A P E R V E R S I O N 1.0 January, 2019. MIKROE V E R. 1.0 Click Cloud Solution W H I T E P A P E R Page 1 Click Cloud IoT solution

More information

T : Internet Technologies for Mobile Computing

T : Internet Technologies for Mobile Computing T-110.7111: Internet Technologies for Mobile Computing Overview of IoT Platforms Julien Mineraud Post-doctoral researcher University of Helsinki, Finland Wednesday, the 9th of March 2016 Julien Mineraud

More information

Jeff Duntemann. Assembly Language. Programming with Linux. Step by Step THIRD EDITION

Jeff Duntemann. Assembly Language. Programming with Linux. Step by Step THIRD EDITION Jeff Duntemann Assembly Language Step by Step Programming with Linux THIRD EDITION Assembly Language Step-by-Step Assembly Language Step-by-Step Programming with Linux Third Edition Jeff Duntemann Wiley

More information

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Y.4552/Y.2078 (02/2016) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET

More information

FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS

FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS FOSDEM 2018 04.02.2018 Bosch Software Innovations GmbH Dr. Steffen Evers Head of Open Source Services Eclipse Kuksa Demo Open Source Connected Car Platform In-Vehicle

More information

Device Management Requirements

Device Management Requirements Device Management Requirements Approved Version 2.0 09 Feb 2016 Open Mobile Alliance OMA-RD-DM-V2_0-20160209-A [OMA-Template-ReqDoc-20160101-I] OMA-RD-DM-V2_0-20160209-A Page 2 (14) Use of this document

More information

Guide to InTouch HMI Documentation Invensys Systems, Inc.

Guide to InTouch HMI Documentation Invensys Systems, Inc. Guide to InTouch HMI Documentation Invensys Systems, Inc. Revision A Last Revision: 6/5/07 Copyright 2007 Invensys Systems, Inc. All Rights Reserved. All rights reserved. No part of this documentation

More information

Real-Time Big Data Processing with Azure

Real-Time Big Data Processing with Azure Real-Time Big Data Processing with Azure Lab 2 - Getting Started with IoT Hubs Overview In this lab, you will create an Azure IoT Hub and use it to collect data from a client application. What You ll Need

More information

Wonderware Guide to InTouch HMI Documentation

Wonderware Guide to InTouch HMI Documentation Wonderware Guide to InTouch HMI Documentation 10/29/15 All rights reserved. No part of this documentation shall be reproduced, stored in a retrieval system, or transmitted by any means, electronic, mechanical,

More information

Welcome to Verde. Copyright Statement

Welcome to Verde. Copyright Statement Welcome to Verde Copyright Statement All of the information and material inclusive of text, images, logos, product names is either the property of, or used with permission by Ex Libris Ltd. The information

More information

Overview of the Hybridcast System

Overview of the Hybridcast System Overview of the Hybridcast System STRL is conducting research on Hybridcast, a technology platform that uses communications networks to enhance broadcast services. Hybridcast makes it possible to create

More information

Photoshop Elements 2 Most Wanted. Janee Aronoff Francine Spiegel Pete Walsh. D E S I G N E R T 0 0 E S I G N E R"'

Photoshop Elements 2 Most Wanted. Janee Aronoff Francine Spiegel Pete Walsh. D E S I G N E R T 0 0 E S I G N E R' Photoshop Elements 2 Most Wanted Janee Aronoff Francine Spiegel Pete Walsh!!;i~@ D E S I G N E R T 0 0 E S I G N E R"' ... 4 Photoshop Elements 2 Most Wanted 2002 Apress Originally published by friends

More information

Plug into simplicity

Plug into simplicity simplicity Bring people, content and The easiest way to share big ideas and watch them grow. When you plug into simplicity, you make it easier than ever to bring people, content and ideas together. With

More information

Re-Reading Harry Potter

Re-Reading Harry Potter Re-Reading Harry Potter Also by Suman Gupta LITERATURE AND GLOBALIZATION SOCIAL CONSTRUCTIONIST IDENTITY POLITICS AND LITERARY STUDIES THE THEORY AND REALITY OF DEMOCRACY: A Case Study in Iraq THE REPLICATION

More information

MACMILLAN DICTIONARY OF BUILDING

MACMILLAN DICTIONARY OF BUILDING OF MACMILLAN DICTIONARY OF BUILDING OF MACMILLAN DICTIONARY OF BUILDING Randall McMullan M MACMILLAN REFERENCE BOOKS Randall McMullan, 1988 All rights reserved. No reproduction, copy or transmission of

More information

Plug into simplicity

Plug into simplicity Plug into simplicity Bring people, content and The easiest way to share big ideas and watch them grow. When you plug into simplicity, you make it easier than ever to bring people, content and ideas together.

More information

SEAMLESS INTEGRATION MULTIPLE SOLUTIONS ONE PRODUCT ONE COMPANY

SEAMLESS INTEGRATION MULTIPLE SOLUTIONS ONE PRODUCT ONE COMPANY SEAMLESS INTEGRATION ONE COMPANY ONE PRODUCT MULTIPLE SOLUTIONS SEAMLESS INTEGRATION ONE COMPANY - ONE PRODUCT - MULTIPLE SOLUTIONS Introduction As leaders in X-Ray Generator Technology we are utilizing

More information

An Inverse Evaluation of Netflix Architecture Using ATAM

An Inverse Evaluation of Netflix Architecture Using ATAM An Inverse Evaluation of Netflix Architecture Using ATAM Stefan Toth @st_toth; st@embarc.de Conceptual Flow of the ATAM http://www.sei.cmu.edu/architecture/tools/evaluate/atam.cfm Inverse ATAM http://www.sei.cmu.edu/architecture/tools/evaluate/atam.cfm

More information

Handbook of Information Management. Click here if your download doesn"t start automatically

Handbook of Information Management. Click here if your download doesnt start automatically Handbook of Information Management Click here if your download doesn"t start automatically Handbook of Information Management Handbook of Information Management This is effectively the eighth edition of

More information

Plug into simplicity

Plug into simplicity Plug into simplicity Bring people, content and The easiest way to share big ideas and watch them grow. When you plug into simplicity, you make it easier than ever to bring people, content and ideas together.

More information

Extreme MINDSTORMS TM : An Advanced Guide to LEGO MINDSTORMS TM

Extreme MINDSTORMS TM : An Advanced Guide to LEGO MINDSTORMS TM IURQWIP3DJHL:HGQHVGD\2 WREHU30 Extreme MINDSTORMS TM : An Advanced Guide to LEGO MINDSTORMS TM DAVE BAUM, MICHAEL GASPERI, RALPH HEMPEL, AND LUIS VILLA IURQWIP3DJHLL:HGQHVGD\2 WREHU30 Extreme MINDSTORMS

More information

Tom s Book Templates ebook Master Template 6x9 (15.24cm x 22.86cm ) Delete Instructions and Insert Cover Graphic Here

Tom s Book Templates ebook Master Template 6x9 (15.24cm x 22.86cm ) Delete Instructions and Insert Cover Graphic Here Tom s Book Templates ebook Master Template 6x9 (15.24cm x 22.86cm ) Delete Instructions and Insert Cover Graphic Here Your book cover will influence buying decisions. People judge books by the cover. Your

More information

Guide To Publishing Your. CREATESPACE Book. Sarco2000 Fiverr Book Designer

Guide To Publishing Your. CREATESPACE Book. Sarco2000 Fiverr Book Designer Guide To Publishing Your CREATESPACE Book on Sarco2000 Fiverr Book Designer Copyright 2015 Sarco Press All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

More information

Internet of Things - IoT Training

Internet of Things - IoT Training Internet of Things - IoT Training About Cognixia Cognixia, formerly known as Collabera TACT, is a Collabera Learning Solutions Company. Being a consistently awarded Digital Technology Training Company,

More information

November Ex Libris Certified Third-Party Software and Security Patch Release Notes

November Ex Libris Certified Third-Party Software and Security Patch Release Notes November 2017 Ex Libris Certified Third-Party Software and Security Patch Release Notes CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse

More information

Being Agile. Your Roadmap to Successful Adoption of Agile. Mario E. Moreira

Being Agile. Your Roadmap to Successful Adoption of Agile. Mario E. Moreira Being Agile Your Roadmap to Successful Adoption of Agile Mario E. Moreira Being Agile: Your Roadmap to Successful Adoption of Agile Copyright 2013 by Mario E. Moreira This work is subject to copyright.

More information

SELF STORAGE. Self Service Kiosks for. Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security

SELF STORAGE. Self Service Kiosks for. Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security Optimize staffing resources and provide great customer service with self-storage automation Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security Self Service Kiosks for OVER 15 YEARS

More information

What you need to know about IoT platforms. How platforms stack up in IoT

What you need to know about IoT platforms. How platforms stack up in IoT What you need to know about IoT platforms How platforms stack up in IoT 80 billion connected devices by 2025. 1 IoT success depends on assembling the right pieces on a flexible foundation that can support

More information

Enterprise IoT: A Definitive Handbook PDF

Enterprise IoT: A Definitive Handbook PDF Enterprise IoT: A Definitive Handbook PDF The fourth edition of the Enterprise IoT book is out now. The most comprehensive guide on understanding Enterprise IoT and how to implement IoT applications using

More information

Copyright and Disclaimer

Copyright and Disclaimer Copyright and Disclaimer All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means electronic, mechanical, photocopying,

More information

What s New in Visual FoxPro 7.0

What s New in Visual FoxPro 7.0 What s New in Visual FoxPro 7.0 Tamar E. Granor Doug Hennig Kevin McNeish Hentzenwerke Publishing Published by: Hentzenwerke Publishing 980 East Circle Drive Whitefish Bay WI 53217 USA Hentzenwerke Publishing

More information

1C-BK # # Incredible Sound Quality

1C-BK # # Incredible Sound Quality Product Information Document 1C-BK Multi-purpose 2-way studio monitors ideally suited for fixed installation, multimedia, home recording studio, audio/ video production and surroundsound systems High power

More information

TELLING STORIES A SHORT PATH TO WRITING BETTER SOFTWARE REQUIREMENTS

TELLING STORIES A SHORT PATH TO WRITING BETTER SOFTWARE REQUIREMENTS TELLING STORIES A SHORT PATH TO WRITING BETTER SOFTWARE REQUIREMENTS BEN RINZLER Telling Stories Telling Stories A Short Path to Writing Better Software Requirements Ben Rinzler Telling Stories Published

More information

Secure and practical computational reproducibility in the life sciences

Secure and practical computational reproducibility in the life sciences Secure and practical computational reproducibility in the life sciences Bioconda, BioContainers, Galaxy & the de.nbi Galaxy-Docker-Technology Rolf Backofen, Björn Grüning & The RBC Team de.stair RBC de.nbi-epi

More information

A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective

A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective SHANZHI CHEN, HUI XU, DAKE LIU, BO HU, AND HUCHENG WANG Definitions of IoT from Different Organizations: Organizations

More information

Existentialism and Romantic Love

Existentialism and Romantic Love Existentialism and Romantic Love This page intentionally left blank Existentialism and Romantic Love Skye Cleary Columbia University, New York, USA Skye Cleary 2015 Softcover reprint of the hardcover 1st

More information

SPRINGER-SCIENCE+BUSINESS MEDIA, B.V.

SPRINGER-SCIENCE+BUSINESS MEDIA, B.V. Performance Management Performance Management A business process benchmarking approach Edited by Asbjorn Rolstadäs Professor of Production and Quality Engineering, University of Trondheim, The Norwegian

More information

USB Smart Power Sensor

USB Smart Power Sensor 50Ω -30 dbm to +20 dbm, 1 MHz to 8000 MHz The Big Deal Fast measurement speed, 10 msec USB HID device compatible with 32/64 Bit operating systems Includes Measurement Application GUI (Graphical User Interface)

More information

Collection Mapping in the LMC

Collection Mapping in the LMC Collection Mapping in the LMC Building Access in a World of Technology David V. Loertscher Excellence in School Library Media Programs, No. 3 1996 San Jose, California Hi Willow Research and Publishing

More information

What You Need to Know About Addressing GDPR Data Subject Rights in Primo

What You Need to Know About Addressing GDPR Data Subject Rights in Primo What You Need to Know About Addressing GDPR Data Subject Rights in Primo Not Legal Advice This document is provided for informational purposes only and must not be interpreted as legal advice or opinion.

More information

Network Camera Operating Manual

Network Camera Operating Manual Network Camera Operating Manual Model No. WV-NW484S Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use. Preface About these

More information

SportReplay Multichannel Video Recording and Instant Replay system

SportReplay Multichannel Video Recording and Instant Replay system SportReplay Multichannel Video Recording and Instant Replay system User s guide Revision from November 28, 2006 ReplayMachineSoftware 4.0.0 SoftLab-NSK, Ltd. Notice The information in this document is

More information

CAMIO UNIVERSE PRODUCT INFORMATION SHEET

CAMIO UNIVERSE PRODUCT INFORMATION SHEET Redefining Graphics Production Workflows News Producer-Driven, Template-Based Workflow A Unified End-To-End News Content Creation, Production, and Playout Solution CAMIO UNIVERSE PRODUCT INFORMATION SHEET

More information

London Bus File By Ken Glazier READ ONLINE

London Bus File By Ken Glazier READ ONLINE London Bus File 1955-62 By Ken Glazier READ ONLINE LONDON BUS FILE 1955-62 PAPERBACK BOOK & LT COACH HIRES 1947-49 BOOK in Books, Comics & Magazines, Non-Fiction, Transport ebay The Central Area express

More information

Digital Filmmaking For Kids

Digital Filmmaking For Kids Digital Filmmaking For Kids Digital Filmmaking For Kids by Nick Willoughby Digital Filmmaking For Kids For Dummies Published by: John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030 5774, www.wiley.com

More information

ISO 2789 INTERNATIONAL STANDARD. Information and documentation International library statistics

ISO 2789 INTERNATIONAL STANDARD. Information and documentation International library statistics INTERNATIONAL STANDARD ISO 2789 Fourth edition 2006-09-15 Information and documentation International library statistics Information et documentation Statistiques internationales de bibliothèques Reference

More information

Public Sector Organizations and Cultural Change

Public Sector Organizations and Cultural Change Public Sector Organizations and Cultural Change This page intentionally left blank Public Sector Organizations and Cultural Change Chris Bilney and Soma Pillay PUBLIC SECTOR ORGANIZATIONS AND CULTURAL

More information

Sound Quality. Crossovers. High-Precision Stereo 2-Way/Mono 3-Way Crossover with Subwoofer Output

Sound Quality. Crossovers. High-Precision Stereo 2-Way/Mono 3-Way Crossover with Subwoofer Output Professional stereo 2-way/mono 3-way crossover featuring state-ofthe-art Linkwitz-Riley filters with 24 db/octave Additional subwoofer output with independent Frequency control Absolutely flat summed amplitude

More information

Cyan Sample. Forward T Software. Infotainment Channel Design Sample. Revision as of January 22, 2009 г. Instruction on Installation and Use

Cyan Sample. Forward T Software. Infotainment Channel Design Sample. Revision as of January 22, 2009 г. Instruction on Installation and Use Forward T Software Cyan Sample Infotainment Channel Design Sample Revision as of January 22, 2009 г. Instruction on Installation and Use SoftLab-NSK Notice The information in this document is subject to

More information

APC 5Mi V2 Quick Installation Guide

APC 5Mi V2 Quick Installation Guide APC 5Mi V2 Quick Installation Guide Revision 1.0 15 July 2011 Copyright 2011 Deliberant www.deliberant.com Copyright 2011 Deliberant This user s guide and the software described in it are copyrighted with

More information

ITU-T Y Functional framework and capabilities of the Internet of things

ITU-T Y Functional framework and capabilities of the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.2068 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2015) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

CITATION INDEX AND ANALYSIS DATABASES

CITATION INDEX AND ANALYSIS DATABASES 1. DESCRIPTION OF THE MODULE CITATION INDEX AND ANALYSIS DATABASES Subject Name Paper Name Module Name /Title Keywords Library and Information Science Information Sources in Social Science Citation Index

More information

SPRING 4 FOR DEVELOPING ENTERPRISE APPLICATIONS: AN END-TO-END APPROACH BY HENRY H. LIU

SPRING 4 FOR DEVELOPING ENTERPRISE APPLICATIONS: AN END-TO-END APPROACH BY HENRY H. LIU SPRING 4 FOR DEVELOPING ENTERPRISE APPLICATIONS: AN END-TO-END APPROACH BY HENRY H. LIU DOWNLOAD EBOOK : SPRING 4 FOR DEVELOPING ENTERPRISE APPLICATIONS: AN END-TO-END APPROACH BY HENRY H. LIU PDF Click

More information

Document Management Integration. The Document Logistix guide to

Document Management Integration. The Document Logistix guide to The Document Logistix guide to Document Management By Tim Cowell Product Director October 2011 Copyright 2016 Document Logistix Limited Page 1 of 7 Why Integrate Document Management? Electronic Document

More information

Global launch of "OpenBlocks IoT VX2" Plat'Home s Intelligent Edge IoT Gateway

Global launch of OpenBlocks IoT VX2 Plat'Home s Intelligent Edge IoT Gateway Global launch of "OpenBlocks IoT VX2" Plat'Home s Intelligent Edge IoT Gateway Plat'Home IoT Gateway Software "FW3.1" is new ready and supports Microsoft Azure IoT Edge May 7, 2018 TOKYO- (Securities Code:

More information

New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP

New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP EACO Title: LTE, IOTs & OTTS Date: 13 th -17 th May 2019 Duration: 5 days Location: Kampala, Uganda Course Description: This Course is designed to: Give an

More information

5-axis capability creates an amazing new standard for measurement excellence

5-axis capability creates an amazing new standard for measurement excellence 5-axis capability creates an amazing new standard for measurement excellence Coordinate Measuring Machines Bulletin No. 2147 Smooth 5-axis probe control achieves superior measurement productivity Incorporates

More information

Information Technology in Pharmacy: An Integrated Approach (Health Informatics)

Information Technology in Pharmacy: An Integrated Approach (Health Informatics) Information Technology in Pharmacy: An Integrated Approach (Health Informatics) Stephen Goundrey-Smith Click here if your download doesn"t start automatically Information Technology in Pharmacy: An Integrated

More information

3 rd International Conference on Smart and Sustainable Technologies SpliTech2018 June 26-29, 2018

3 rd International Conference on Smart and Sustainable Technologies SpliTech2018 June 26-29, 2018 Symposium on Embedded Systems & Internet of Things in the frame of the 3 rd International Conference on Smart and Sustainable Technologies (), technically co-sponsored by the IEEE Communication Society

More information

High Frequency X-Ray Technology. Wide Screen Control with Touch-Technology

High Frequency X-Ray Technology. Wide Screen Control with Touch-Technology High Frequency X-Ray Technology Wide Screen Control with Touch-Technology The Q-VISION HF Series TM The Q-VISION Series TM integrates innovative high frequency design along with superb functionality, resulting

More information

Impacts on User Behavior. Carol Ansley, Sr. Director Advanced Architecture, ARRIS Scott Shupe, Sr. Systems Architect Video Strategy, ARRIS

Impacts on User Behavior. Carol Ansley, Sr. Director Advanced Architecture, ARRIS Scott Shupe, Sr. Systems Architect Video Strategy, ARRIS Managing Advanced Cable Menu TV Usage Migration and System to IP Architecture: Part 1 Impacts on User Behavior Series Introduction: Jim Brown, Market VP Drivers Engineering, and Tech Buckeye Challenges

More information

Introduction. The Solution. Signal Processing

Introduction. The Solution. Signal Processing Introduction Moving a busy Broadcast Centre is not an easy task: choosing a new location and engaging an architect with a building design you like are only the first steps. The technical move alone requires

More information

SPRING MICROSERVICES IN ACTION BY JOHN CARNELL DOWNLOAD EBOOK : SPRING MICROSERVICES IN ACTION BY JOHN CARNELL PDF

SPRING MICROSERVICES IN ACTION BY JOHN CARNELL DOWNLOAD EBOOK : SPRING MICROSERVICES IN ACTION BY JOHN CARNELL PDF Read Online and Download Ebook SPRING MICROSERVICES IN ACTION BY JOHN CARNELL DOWNLOAD EBOOK : SPRING MICROSERVICES IN ACTION BY JOHN CARNELL Click link bellow and free register to download ebook: SPRING

More information

The Emergency Handbook For Getting Money FAST! By Carole Doré

The Emergency Handbook For Getting Money FAST! By Carole Doré The Emergency Handbook For Getting Money FAST! By Carole Doré The Emergency Handbook For Getting Money FAST! By Carole Doré End financial hardship and obtain money fast with this life-changing book by

More information

Vega A new generation of routing and processing

Vega A new generation of routing and processing Vega A new generation of routing and processing Vega range and processing for all applications The Vega router series is a powerful suite of routers that delivers superior functionality at price points

More information

Cloud-based 3D Menu Generation and Provision of Digital Broadcasting Service on Thin-client

Cloud-based 3D Menu Generation and Provision of Digital Broadcasting Service on Thin-client Cloud-based 3D Menu Generation and Provision of Digital Broadcasting Service on Thin-client Changwoo Yoon ETRI(Electronics and Telecommunications Research Institute), Korea cwyoon@etri.re.kr Abstract The

More information

Excerpt of the new core provisions. Article 1. Amendment of the Act on Copyright and Related Rights

Excerpt of the new core provisions. Article 1. Amendment of the Act on Copyright and Related Rights Federal Government Bill 1 Excerpt of the new core provisions [Full Text in German as "Bundesrat Drucksache 535/17" available at: http://www.bundesrat.de/shareddocs/drucksachen/2017/0501-0600/535-17.pdf?

More information

White Paper Customized IPTV Setups with TVCaster Server Appliances

White Paper Customized IPTV Setups with TVCaster Server Appliances White Paper Customized IPTV Setups with TVCaster Server Appliances Copyright 2018 by GMIT GmbH, Berlin, Germany TVCaster by GMIT represents the next generation of IPTV server appliances. TVCaster is a

More information

A Hybrid Theory of Metaphor

A Hybrid Theory of Metaphor A Hybrid Theory of Metaphor A Hybrid Theory of Metaphor Relevance Theory and Cognitive Linguistics Markus Tendahl University of Dortmund, Germany Markus Tendahl 2009 Softcover reprint of the hardcover

More information

First Things First (New Concept English) By L. G. Alexander

First Things First (New Concept English) By L. G. Alexander First Things First (New Concept English) By L. G. Alexander First Things First (New Concept English) By L. G. Alexander Series: New Concept English Paperback: 160 pages Publisher: Longman (September 1967)

More information

Delivery, installation, commissioning and warranty of multi-channel Programmable High Voltage Supply System

Delivery, installation, commissioning and warranty of multi-channel Programmable High Voltage Supply System Item No.*1- "12 Channel Programmable High Voltage generation unit (2 Nos.) with appropriate Modular Power Supply Crate with Ethernet Connectivity (1 No.)" Specifications: Delivery, installation, commissioning

More information

Immanuel Kant s Critique of Pure Reason

Immanuel Kant s Critique of Pure Reason An Analysis of Immanuel Kant s Critique of Pure Reason Michael O Sullivan Copyright 2017 by Macat International Ltd 24:13 Coda Centre, 189 Munster Road, London SW6 6AW. Macat International has asserted

More information

Sociology. A brief but critical introduction

Sociology. A brief but critical introduction Sociology A brief but critical introduction Sociology A brief but critical introduction SECOND EDITION Anthony Giddens M MACMILLAN EDUCATION AnthonyGiddens 1982, 1986 All rights reserved. No reproduction,

More information

5620 SAM SERVICE AWARE MANAGER AAA GNE Driver Version Guide

5620 SAM SERVICE AWARE MANAGER AAA GNE Driver Version Guide 5620 SAM SERVICE AWARE MANAGER 8950 AAA GNE Driver Version 1.0.0 Guide 3HE-10614-AAAA-TQZZA March 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

INSTANT HOME WRITING KIT -----

INSTANT HOME WRITING KIT ----- INSTANT HOME WRITING KIT ----- HOW TO SAVE MONEY, TIME, AND EFFORT AND SIMPLIFY EVERYDAY WRITING TASKS By Shaun Fawcett, M.B.A. ----- Eliminate Writer s Block Forever! Did you ever wish you had something

More information

Forward Т Software. SDI option. Revision as of December 19, Installation and Setup Guide. SoftLab-NSK Ltd.

Forward Т Software. SDI option. Revision as of December 19, Installation and Setup Guide. SoftLab-NSK Ltd. Forward Т Software SDI option Revision as of December 19, 2008. Installation and Setup Guide SoftLab-NSK Ltd. Notice The information in this document is subject to change without prior notice in order

More information

The Elegies of Ted Hughes

The Elegies of Ted Hughes The Elegies of Ted Hughes This page intentionally left blank The Elegies of Ted Hughes Edward Hadley Edward Hadley 2010 Softcover reprint of the hardcover 1st edition 2010 978-0-230-23218-1 All rights

More information

Mastering MuseScore: Make Beautiful Sheet Music With MuseScore 2 PDF

Mastering MuseScore: Make Beautiful Sheet Music With MuseScore 2 PDF Mastering MuseScore: Make Beautiful Sheet Music With MuseScore 2 PDF MASTERING MUSESCORE is the definitive guide to MuseScore 2, the free and open source music notation program for Windows, Mac OS, and

More information

Feminine Subjects in Masculine Fiction

Feminine Subjects in Masculine Fiction Feminine Subjects in Masculine Fiction Also by Meredith Miller THE HISTORICAL DICTIONARY OF LESBIAN LITERATURE Feminine Subjects in Masculine Fiction Modernity, Will and Desire, 1870 1910 Meredith Miller

More information

OLED Lighting: A review of the patent landscape Published: 2011-Q3

OLED Lighting: A review of the patent landscape Published: 2011-Q3 Patents Research Report OLED Lighting Patents : A review of the landscape Craig Cruickshank October 2009 2011 OLED Lighting: A review of the patent landscape Published: 2011-Q3 cintelliq Limited St. John

More information

Descartes Philosophical Revolution: A Reassessment

Descartes Philosophical Revolution: A Reassessment Descartes Philosophical Revolution: A Reassessment This page intentionally left blank Descartes Philosophical Revolution: A Reassessment Hanoch Ben-Yami Central European University, Budapest Hanoch Ben-Yami

More information

Fantastic Facts About Cougars: Illustrated Fun Learning For Kids (Volume 1) By Miles Merchant READ ONLINE

Fantastic Facts About Cougars: Illustrated Fun Learning For Kids (Volume 1) By Miles Merchant READ ONLINE Fantastic Facts About Cougars: Illustrated Fun Learning For Kids (Volume 1) By Miles Merchant READ ONLINE If you are looking for a ebook by Miles Merchant Fantastic Facts About Cougars: Illustrated Fun

More information

USB-C Multiport Mini Dock USER MANUAL UH3232

USB-C Multiport Mini Dock USER MANUAL UH3232 USB-C Multiport Mini Dock USER MANUAL UH3232 EMC Information Federal Communication Commission Interference Statement: This equipment has been tested and found to comply with the limits for a Class B digital

More information

HANDBOOK OF RECORDING ENGINEERING

HANDBOOK OF RECORDING ENGINEERING HANDBOOK OF RECORDING ENGINEERING HANDBOOK OF RECORDING ENGINEERING John Eargle Inm51 VAN NOSTRAND REINHOLD COMPANY ~ New York ISBN 978-94-010-9368-2 ISBN 978-94-010-9366-8 (ebook) 001 10.1007/978-94-010-9366-8

More information

STB Front Panel User s Guide

STB Front Panel User s Guide S ET-TOP BOX FRONT PANEL USER S GUIDE 1. Introduction The Set-Top Box (STB) Front Panel has the following demonstration capabilities: Pressing 1 of the 8 capacitive sensing pads lights up that pad s corresponding

More information