Imagine you need to build a Kubernetes cluster in the real world. You need to buy a few servers, configure them, run network cables to each one. Then you need to install and configure Kubernetes-related software on each one. It's a complicated process.
Cloud computing lets you do this stuff much faster. For example, let's say you want that Kubernetes cluster. But you want to do this in the cloud, instead of buying your own hardware. With a few clicks on a web page, you select the AKS, Azure Kubernetes Service. Then you pick how many nodes you want in that cluster, how many resources each node should have, and bam! You have a fully functional Kubernetes cluster. No need to even configure a server.
Here are some other examples of Azure services:
It's nice that you can choose from hundreds of things. If you want to build any type of service, the cloud has you covered. It gives you access to almost anything you might require. But this immense selection of services can also intimidate. Especially at first sight. It's hard to figure out what those things do and how you should use them. And it takes a bit of experimenting to understand them. That's why we created playgrounds at KodeKloud.
The Azure Playground lets you test out a few of these cloud-hosted services. So you can see for yourself what's what. With a simple click, you can immediately begin testing the Azure platform. No need to create an Azure account, provide credit/debit card details, and so on. One click and you get dropped into the Azure web interface. So you get to play with Azure services, risk free. There's no risk of forgetting to close a service and wake up with a $200 bill.
To avoid any issues, please read the guide below. The text highlighted with bold is important.
The regions supported in our Azure playground are:
Here are the services available at this time in our playground:
Virtual machines are basically servers that you run in the cloud. You can choose what operating system you want, and then configure the resources each server should have.
When you launch these, make sure to choose:
The VM Scale Set is a collection of virtual servers. As they are used more intensely, more will auto-launch, to keep up with demand. If there's less pressure on them, the extra ones will automatically disappear as they are not needed anymore.
This gives you full access to an SQL database. And it does not require you to manage a server where the database would be hosted.
Our Azure playground currently supports databases that use:
You can create a Kubernetes cluster on Azure with these properties:
Deploy web applications without worrying about servers. If you choose a Code web app, under Pricing plan click on Explore pricing plans.
Next, click on Dev / Test and choose the F1 or B1 instance types.
The other services you can access in the playground are: