Logo

dev-resources.site

for different kinds of informations.

VMSS CREATION AND CONNECTING.

Published at
6/27/2024
Categories
azure
vm
vmss
Author
collins_uwa_1f4dc406f079c
Categories
3 categories in total
azure
open
vm
open
vmss
open
Author
25 person written this
collins_uwa_1f4dc406f079c
open
VMSS CREATION AND CONNECTING.

A Blog On Creating Virtual Machine Scale Set **

A Virtual Machine Scale Set(VMSS) is a service in Microsoft Azure that allows you to create and manage a group of load-balanced virtual

machines(VMS). It enables you to scale out and in the number of VMS based on demand or a predefined schedule , ensuring high availability and reliability of application. Two types of scaling usually takes place which involves (1) Vertical Scaling (2) Horizontal Scaling.

(1) Vertical Scaling ;This type of scaling allows you to add more resources to an existing server to handle an increase in workload .That is why Vertical Scaling is often referred to as "scaling up". This can involve adding CPU, memory, storage , or network capacity to an existing virtual machine or physical server. Vertical Scaling has simpler architecture since there is only one server to manage. This often make deployment and management easier. The limitations of Vertical Scaling are there is limitations on how much you can scale on a single server and scaling up usually requires servers reboot or downtime which can impact availability.

(2) Horizontal Scaling ; This involves adding more VMS or removing VMS to accommodate the available workloads hence it is often called "scaling out or scaling in ". This method distributes the workload across multiple servers, enhancing the system's ability to handle higher traffic of loads and providing redundancy. Use cases of horizontal scaling involves web applications, microservices, big data processing , content delivery network(CDNs)

Steps and stages in setting up Microsoft Azure VMSS.

The following steps highlights the processes of setting up VMSS in Microsoft Azure Platform.

**(1) login Your Azure Porta ;*Login your Azure portal and click on create a "Resource Group" and name your resource group following the guidelines for nomenclature choose a region and click on create and review then create.

(2) Search For Virtual Machine Scale Set(VMSS) On The Search Bar; Search and click on create a Virtual Machine Scale Set.

Image description

Image description

(3) Configure Your VMSS ; Filled in your specification of the type of VMSS you want to create by completing the basics. In this blog, i choose autoscaling and it open up a window for me to configure my scaling conditions.
Image description
Image description

(4) Scale and Set VMMS Conditions ; Give your scale condition a name and set your scaling specifications.
Image description
Image description

(5) Save your conditions; Click save.
Image description

(6) Screw back and fill in other configurations; Fill in other configuration and choose Ubuntu and SSH port 22.

(7) Go Next To Networking; Configure next work interface.
Image description

**(8) Create a new Load Balancer if you do not have an existing ;

Image description**

(9) Create The Load Balancer;
Image description

(10) Connect to your VMSS
Image description

(1) Vertical Scaling ;

vm Article's
30 articles in total
Favicon
Create a Linux Virtual Machine in Azure
Favicon
Proxmox Backup by NAKIVO: The Ultimate Solution for VM Data Protection
Favicon
How To Authenticate GCP Cloud Infra using Service Account with IAC Terraform
Favicon
Reproducible and Scalable VM Cloning on Proxmox-Ansible to the Rescue!
Favicon
How to Fix 'WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED' SSH Error in Cloud Environments
Favicon
A Detailed Guide to Securing Proxmox Virtual Machines via NAKIVO Backup & Replication
Favicon
Create And Deploy A Linux Virtual Machine In Azure Using Terraform
Favicon
Dual-Booting vs. Virtual Machines: Maximizing System Resources and Performance
Favicon
Adding short-circuiting in a bytecode interpreter
Favicon
Proxmox Security Series: Strengthening Your Virtual Environment
Favicon
Simplify Your Workflow By Using Virtual Machine on Microsoft Azure
Favicon
Connect to Azure VM w/SSH Through Azure CLI
Favicon
VMSS CREATION AND CONNECTING.
Favicon
Common Causes of Data Loss in Virtual Machines and How to Prevent It
Favicon
How to change the Screen Resolution of a Guest-OS (Ubuntu) in Hyper-V with PowerShell on Windows 11
Favicon
Step-by-Step Guide: How to Create and Connect a Windows 11 Pro Azure Virtual Machine
Favicon
A Simple Guide to Creating Microsoft Azure Resource (Search method)
Favicon
Creating a Linux Virtual Machine with Ubuntu Server using Password Authentication.
Favicon
How to Set Up a PostgreSQL Server on a Virtual Machine
Favicon
HOW TO ADD A DATA DISK TO A VIRTUAL MACHINE
Favicon
ATTACHING A DATA DISK TO AN ALREADY EXISTING WIN 11 PRO VIRTUAL MACHINE IN AZURE
Favicon
Docker Containers vs. Virtual Machines
Favicon
Step-By-Step: How To Create a Linux Virtual Machine In Azure
Favicon
Bare Metal Servers vs. Dedicated Host
Favicon
Isolation as Key: Optimizing Performance in Concurrent Builds on a Single Host
Favicon
GNS3'de Verimliliği Artıran İki Gizli Özellik
Favicon
WSL2 Backup to OneDrive Cloud
Favicon
Provision the VM Instance on GCP
Favicon
Install a VM Instance on GCP
Favicon
QEMU VM with snapshot setup + samba file sharing

Featured ones: