Book Image

Hands-On Linux Administration on Azure - Second Edition

By : Kamesh Ganesan, Rithin Skaria, Frederik Vos
Book Image

Hands-On Linux Administration on Azure - Second Edition

By: Kamesh Ganesan, Rithin Skaria, Frederik Vos

Overview of this book

Thanks to its flexibility in delivering scalable cloud solutions, Microsoft Azure is a suitable platform for managing all your workloads. You can use it to implement Linux virtual machines and containers, and to create applications in open source languages with open APIs. This Linux administration book first takes you through the fundamentals of Linux and Azure to prepare you for the more advanced Linux features in later chapters. With the help of real-world examples, you’ll learn how to deploy virtual machines (VMs) in Azure, expand their capabilities, and manage them efficiently. You will manage containers and use them to run applications reliably, and in the concluding chapter, you'll explore troubleshooting techniques using a variety of open source tools. By the end of this book, you'll be proficient in administering Linux on Azure and leveraging the tools required for deployment.
Table of Contents (14 chapters)
13
Index

Summary

Security is a very important topic nowadays. Many reports, books, and so on have been written on this subject. In this chapter, we covered several options in Linux to increase security levels. All of them come on top of the basic security already provided by Azure through network security groups. They are relatively easy to implement and will make a big difference!

Central identity management is not only a way of providing users with access to the VM, but it's also a part of reducing the security risks. Azure AD Domain Services provides, via LDAP and Kerberos, an identity management solution for all operating systems and applications that have support for these protocols.

Chapter 8, Exploring Continuous Configuration Automation, will cover automation and orchestration. Please note that all the security measures covered in this chapter can be easily orchestrated. Orchestration makes central configuration management possible. One of its big advantages is the prevention...