Hyper-v

Cluster Creation | Series of Kubernetes | Kubernetes Made Easy



Cluster Creation | Series of Kubernetes | Kubernetes Made Easy
#tirumala #onlinecourses #tirupati #hyderabad #education #training ‪‬#web3 #devopssoftware #devopstools #devopsmadeeasy #perseverance #education #python #tiruvannamalai #automation #tools #devopssoftware #docker #ameerpet #devopssoftware #marathalli
Download the installer:
Go to the Azure CLI installation page ,
Download the installer by clicking on the link for the latest release.
Run the installer:
Double-click the downloaded file to run the installer.
Follow the on-screen instructions to complete the installation.
Verify the installation:
Open Command Prompt (CMD) or PowerShell.
Run the command: az –version.

Account Login:
az login

Cluster Creation:

az group create –name dev-cluster –location centralindia

az group create: This is the Azure CLI command to create a new resource group.
–name dev-cluster: This parameter specifies the name of the resource group to be created. In this case, the resource group will be named dev-cluster.
–location centralindia: This parameter sets the location (region) where the resource group will be created. In this case, the region is centralindia.

az aks create
–resource-group env
–name k8scluster
–node-count 2
–enable-addons monitoring
–generate-ssh-keys
–node-vm-size standard_B2ls_v2

az aks create: This is the base command to create an AKS cluster using the Azure CLI.
–resource-group dev-cluster: This parameter specifies the name of the resource group where the AKS cluster will be created. In this case, the resource group is named dev-cluster. Resource groups are containers that hold related resources for an Azure solution.

Perseverance Software Institute helps to expand knowledge and ensure to make students comfortable in various technologies
#tirumala #onlinecourses #tirupati #hyderabad #education #training ‪@coach‬#web3 #devopssoftware #devopstools #devopsmadeeasy #perseverance #education #python #tiruvannamalai #automation #tools #devopssoftware #docker #ameerpet #devopssoftware #marathalli
#devops #automation #container #docker #education
For Training – Online/Offline , Please contact Perseverance Software Training Institute ,Tirupati. Available on Insta and Facebook ,
Instagram:
FB:
Contact/whatsapp : 7075505229/7075506229
For More details :
–name dev-env: This parameter sets the name of the AKS cluster to dev-env. This name will be used to identify your cluster within your Azure subscription.
–node-count 2: This parameter specifies the number of nodes (virtual machines) in the AKS cluster. Here, the cluster will be created with 2 nodes.
–enable-addons monitoring: This parameter enables the specified add-ons for the AKS cluster. In this case, it enables the monitoring add-on, which integrates Azure Monitor for containers to monitor the health and performance of your cluster.
–generate-ssh-keys: This parameter generates SSH public and private key files if they do not already exist. SSH keys are used for secure access to the nodes (VMs) in the AKS cluster.

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button