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

Onboarding a Kubernetes cluster to Azure Arc

In order to onboard Kubernetes to Azure Arc, we need to create a service principal for authentication and deploy the Helm chart to deploy and configure the Azure Arc agents. We will continue to use Azure Cloud Shell for this section.

Registering the required resource providers

Azure Arc enabled Kubernetes requires the following ARM resource providers to be registered on your subscription. Please run the following commands in Cloud Shell to register the resource providers:

az provider register --namespace Microsoft.Kubernetes
az provider register --namespace Microsoft.KubernetesConfiguration

It may take 5 to 10 minutes for this operation to be completed. You can view the status by running the following commands:

az provider show -n Microsoft.Kubernetes -o table
az provider show -n Microsoft.KubernetesConfiguration -o table

The output of the preceding commands is as shown in the following screenshot:

...
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 $19.99/month. Cancel anytime