Kubernetes Microservices with Docker
- Length: 432 pages
- Edition: 1st ed. 2016
- Language: English
- Publisher: Apress
- Publication Date: 2016-05-13
- ISBN-10: 1484219066
- ISBN-13: 9781484219065
- Sales Rank: #1954854 (See Top 100 Books)
This book on Kubernetes, the container cluster manager, discusses all aspects of using Kubernetes in today’s complex big data and enterprise applications, including Docker containers.
Starting with installing Kubernetes on a single node, the book introduces Kubernetes with a simple Hello example and discusses using environment variables in Kubernetes.
Next, the book discusses using Kubernetes with all major groups of technologies such as relational databases, NoSQL databases, and in the Apache Hadoop ecosystem.
The book concludes with using multi container Pods and installing Kubernetes on a multi node cluster. No other book on using Kubernetes – beyond simple introduction – is available in the market.
What You Will Learn
- How to install Kubernetes on a single node
- How to install Kubernetes on a multi-node cluster
- How to set environment variables
- How to create a multi-container pods using Docker
- How to use volumes
- How to use Kubernetes with Apache Hadoop Ecosystem
- How to use Kubernetes with NoSQL Databases
- How to use Kubernetes with RDBMS
Who This Book Is For
Application Developers including Apache Hadoop Developers, Database developers and NoSQL Developers.
Table of Contents
Part I: Getting Started
Chapter 1: Installing Kubernetes Using Docker
Chapter 2: Hello Kubernetes
Chapter 3: Using Custom Commands and Environment Variables
Part II: Relational Databases
Chapter 4: Using MySQL Database
Chapter 5: Using PostgreSQL Database
Chapter 6: Using Oracle Database
Part III: NoSQL Database
Chapter 7: Using MongoDB Database
Chapter 8: Using Apache Cassandra Database
Chapter 9: Using Couchbase
Part IV: Apache Hadoop Ecosystem
Chapter 10: Using Apache Hadoop Ecosystem
Chapter 11: Using Apache Solr
Chapter 12: Using Apache Kafka
Part V: Multi Containers and Nodes
Chapter 13: Creating a Multi-Container Pod
Chapter 14: Installing Kubernetes on a Multi-Node Cluster