Azure Containers Explained by Wesley Haakman & Richard Hooper
Author:Wesley Haakman & Richard Hooper
Language: eng
Format: epub
Publisher: Packt
Published: 2023-10-15T00:00:00+00:00
Loosely coupled
Before we start looking at deploying the two containers, we first need a resource group and an AKS cluster. If you need a recap about AKS, you can read Chapter 6. To create the resource group, use the following command:
az group create ` --name rg-aks ` --location westeurope
Within an instance, you should have some JSON output similar to the following screenshot to confirm that the resource group has been created successfully:
Figure 8.6 â Resource group created successfully
Now that we have the resource group, letâs go ahead and create an AKS cluster. This cluster is going to be a very basic cluster and in no way fit for production use, but it is good enough for this example:
Az aks create ` --location westeurope ` --resource-group rg-aks ` --name aks ` --generate-ssh-keys
As you may already know if you read Chapter 6, this will create an AKS cluster in the westeurope Azure region, store it in the rg-aks resource group, and call it aks. It can take some time for the AKS cluster to be created, but once finished, you should have some output similar to the following screenshot:
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7629)
Grails in Action by Glen Smith Peter Ledbrook(7542)
Configuring Windows Server Hybrid Advanced Services Exam Ref AZ-801 by Chris Gill(5466)
Azure Containers Explained by Wesley Haakman & Richard Hooper(5410)
Running Windows Containers on AWS by Marcio Morales(4929)
Kotlin in Action by Dmitry Jemerov(4901)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4303)
Microsoft 365 Identity and Services Exam Guide MS-100 by Aaron Guilmette(4289)
Combating Crime on the Dark Web by Nearchos Nearchou(3873)
The Age of Surveillance Capitalism by Shoshana Zuboff(3720)
The Ruby Workshop by Akshat Paul Peter Philips Dániel Szabó and Cheyne Wallace(3517)
Learn Windows PowerShell in a Month of Lunches by Don Jones(3384)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3203)
Mastering Python for Networking and Security by José Manuel Ortega(3186)
Microsoft Cybersecurity Architect Exam Ref SC-100 by Dwayne Natwick(3184)
Blockchain Basics by Daniel Drescher(3148)
Python for Security and Networking - Third Edition by José Manuel Ortega(3106)
TCP IP by Todd Lammle(2834)
The Ultimate Docker Container Book by Schenker Gabriel N.;(2772)
