Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing Hybrid Cloud with Azure Arc

You're reading from   Implementing Hybrid Cloud with Azure Arc Explore the new-generation hybrid cloud and learn how to build Azure Arc-enabled solutions

Arrow left icon
Product type Paperback
Published in Jul 2021
Publisher Packt
ISBN-13 9781801076005
Length 242 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
Daman Kaur Daman Kaur
Author Profile Icon Daman Kaur
Daman Kaur
Amit Malik Amit Malik
Author Profile Icon Amit Malik
Amit Malik
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Section 1: Azure Arc Enabled Infrastructure
2. Chapter 1: Azure Arc Overview FREE CHAPTER 3. Chapter 2: Azure Arc Enabled Servers 4. Chapter 3: Azure Arc Enabled Kubernetes 5. Chapter 4: Azure Arc Enabled SQL Server 6. Section 2: Azure Arc Enabled Data Services
7. Chapter 5: Azure Arc Enabled PostgreSQL Hyperscale 8. Chapter 6: Azure Arc Enabled SQL Managed Instance 9. Section 3: Azure Arc Enabled Multi-Cloud Governance
10. Chapter 7: Multi-Cloud Management with Azure 11. Other Books You May Enjoy

Deploying an Azure Arc data controller (direct mode)

In this section, we will set up an Azure Arc data controller in direct connectivity mode on our AKS cluster. Let's start by preparing the prerequisites for direct mode.

Preparing prerequisites for direct mode

Using direct mode requires additional prerequisites, including Azure CLI extensions and service principal name (SPN), among others. Let's start by installing the required extensions in your CLI session, as follows:

  1. Launch Azure Cloud Shell (https://shell.azure.com).
  2. Install the required Azure CLI extensions by running the following commands:
    az extension add --name connectedk8s
    az extension add --name k8s-configuration
    az extension add --name k8s-extension
    az extension add --name customlocation
  3. Create a service principal with rights to upload data to Azure Monitor. Please refer to Chapter 5, Azure Arc Enabled PostgreSQL Hyperscale, to follow instructions on how to create this. Please make a note...
lock icon The rest of the chapter is locked
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 €18.99/month. Cancel anytime