From the course: Kubernetes: Your First Project
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Configuring Azure access interactively - Kubernetes Tutorial
From the course: Kubernetes: Your First Project
Configuring Azure access interactively
- [Instructor] Earlier, we installed the Azure CLI. So, like the AWS CLI that we also installed, we can do stuff within Azure. However, we can't do anything until we configure it to use our account. In this video, we're going to do exactly that. Now, before we jump into the terminal, we should learn a little bit more about the different ways that we can log in to an Azure account within the Azure CLI, there are two common ways of doing this: via the interactive login method and/or with a service principal. In this video, we're going to be using an interactive login method. It's great because it's very easy to log in this way, but as you'll see, it doesn't lend itself well to automation because it requires a browser to do the login, which will almost never be available inside of an automated use case. Service principals solve this problem. You can think of service principals as service accounts that you can map to roles within your Azure subscription. In the video that follows this…
Contents
-
-
-
-
Tools we'll be using2m 31s
-
(Locked)
Preparing Windows machines2m 51s
-
(Locked)
Installing Podman Desktop on macOS7m 23s
-
(Locked)
Installing Podman Desktop on Windows4m 51s
-
(Locked)
Installing kind4m 26s
-
(Locked)
Installing Helm7m 43s
-
(Locked)
Installing AWS CLI and Azure CLI4m 35s
-
(Locked)
Installing AWS eksctl2m 41s
-
(Locked)
Configuring AWS access11m
-
(Locked)
Configuring Azure access interactively3m 42s
-
(Locked)
Configuring Azure access with a service principal2m 55s
-
-
-
-
-
-
-