Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Hands-On Kubernetes on Azure

You're reading from  Hands-On Kubernetes on Azure

Product type Book
Published in Mar 2019
Publisher Packt
ISBN-13 9781789536102
Pages 258 pages
Edition 1st Edition
Languages
Authors (2):
Shivakumar Gopalakrishnan Shivakumar Gopalakrishnan
Profile icon Shivakumar Gopalakrishnan
Gunther Lenz Gunther Lenz
Profile icon Gunther Lenz
View More author details

Table of Contents (16) Chapters

Preface 1. Section 1: The Basics
2. Introduction to Docker and Kubernetes 3. Kubernetes on Azure (AKS) 4. Section 2: Deploying on AKS
5. Application Deployment on AKS 6. Scaling Your Application to Thousands of Deployments 7. Single Sign-On with Azure AD 8. Monitoring the AKS Cluster and the Application 9. Operation and Maintenance of AKS Applications 10. Section 3: Leveraging Advanced Azure PaaS Services in Combination with AKS
11. Connecting an App to an Azure Database - Authorization 12. Connecting to Other Azure Services (Event Hub) 13. Securing AKS Network Connections 14. Serverless Functions 15. Other Books You May Enjoy

Preface

Microsoft is now one of the most significant contributors to Kubernetes open source projects. Kubernetes helps to create, configure, and manage a cluster of virtual machines that are preconfigured to run containerized applications.

This book will you to monitor applications and cluster services to achieve high availability and dynamic scalability, to deploy web applications securely in Microsoft Azure with Docker containers. You will enhance your knowledge about Microsoft Azure Kubernetes Service and will learn advanced techniques such as solution orchestration, secret management, best practices, and configuration management for complex software deployments.

Who this book is for

If you're a cloud engineer, cloud solution provider, sysadmin, site reliability engineer, or a developer interested in DevOps, and are looking for an extensive guide to running Kubernetes in the Azure environment, then this book is for you.

What this book covers

Chapter 1, Introduction to Docker and Kubernetes, covers the concepts of Docker and Kubernetes, providing the foundational context for the following chapters, where you will dive into how to deploy Dockerized applications in Microsoft AKS.

Chapter 2, Kubernetes on Azure (AKS), is a step-by-step instructional chapter on how to navigate the Azure portal to perform all the functions required to launch an AKS cluster, and also use Azure Cloud Shell without installing anything on your computer.

Chapter 3, Application Deployment on AKS, looks at the details of deploying an application on AKS, thereby teaching you about the usefulness of various Kubernetes concepts, such as pods, replication controllers, services, config maps, namespaces, and deployments.

Chapter 4, Scaling Your Application to Thousands of Deployments, shows how to scale deployments with Kubernetes by not only showing how to create multiple instances of the software, but also how to debug problems that you might run into.

Chapter 5, Single Sign-On with Azure AD, covers how to secure applications on an enterprise scale. By integrating applications with Azure Active Directory, readers can enable any application to link to an organization's Active Directory.

Chapter 6, Monitoring the AKS Cluster and the Application, will enable you to set alerts on any metric that you would like to be notified of by leveraging Azure Insights.

Chapter 7, Operation and Maintenance of AKS Applications, covers how to secure your AKS cluster with role-based security by leveraging Azure Active Directory as the authentication provider.

Chapter 8, Connecting an App to an Azure Database - Authorization, focuses on working with the WordPress sample solution, which leverages a MySQL database as a data store.

Chapter 9, Connecting to Other Azure Services (Event Hubs), covers how to implement microservices on AKS, including how to use Event Hubs for loosely coupled integration between applications.

Chapter 10, Securing AKS Network Connections, explores Kubernetes secrets in more depth, covering different secrets' backends and how to use them. A brief introduction to service mesh concepts will also be covered with the implementation of a practical example.

Chapter 11, Serverless Functions, teaches you how to deploy serverless functions on AKS directly using Kubeless, if the requirement is to provide serverless functions within your organization network. You will also integrate AKS-deployed applications with Azure Event Hubs.

Chapter 12, Next Steps, will direct you to different resources where they can learn and implement advanced features in security, scalability. For this chapter, please refer to: https://www.packtpub.com/sites/default/files/downloads/Next_Steps.pdf

To get the most out of this book

Though any previous knowledge of Kubernetes is not expected, some experience with Linux and Docker containers would be beneficial.

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the SUPPORT tab.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Hands-On-Kubernetes-on-Azure. In case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."

A block of code is set as follows:

static const char *TAG="SMARTMOBILE";
static EventGroupHandle_t wifi_event_group;
static const int CONNECTED_BIT = BIT0;

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

static const char *TAG="SMARTMOBILE";
static EventGroupHandle_t wifi_event_group;
static const int CONNECTED_BIT = BIT0;

Any command-line input or output is written as follows:

$ mkdir css
$ cd css

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."

Warnings or important notes appear like this.
Tips and tricks appear like this.

Get in touch

Feedback from our readers is always welcome.

General feedback: If you have questions about any aspect of this book, mention the book title in the subject of your message and email us at customercare@packtpub.com.

Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packt.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details.

Piracy: If you come across any illegal copies of our works in any form on the Internet, we would be grateful if you would provide us with the location address or website name. Please contact us at copyright@packt.com with a link to the material.

If you are interested in becoming an author: If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.

Reviews

Please leave a review. Once you have read and used this book, why not leave a review on the site that you purchased it from? Potential readers can then see and use your unbiased opinion to make purchase decisions, we at Packt can understand what you think about our products, and our authors can see your feedback on their book. Thank you!

For more information about Packt, please visit packt.com.

lock icon The rest of the chapter is locked
Next Chapter arrow right
You have been reading a chapter from
Hands-On Kubernetes on Azure
Published in: Mar 2019 Publisher: Packt ISBN-13: 9781789536102
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}