Getting Started with the Azure Kubernetes Service (AKS)

Adam Bertram
Microsoft Azure
Published in
12 min readNov 28, 2022

--

Originally published at https://adamtheautomator.com by Goodness Chris-Ugari on November 28, 2022.

You might be aware of the features and capabilities of Kubernetes offers your applications. But you do not have to go through the hassle of installing and managing Kubernetes on your own servers. Why not get started with Azure Kubernetes Service (AKS)?

AKS is a fully managed container management service that offers you a way to ease up deploying and scaling your applications in Kubernetes. And in this tutorial, you will learn the skills to quickly deploy apps (a managed Kubernetes platform) on Microsoft Azure.

Read on and take advantage of end-to-end deployment, scalability, and availability with AKS!

Prerequisites

This tutorial will be a hands-on demonstration. To follow along, be sure you have the following:

Related:Getting Started with the Azure CLI

  • A container image — The tutorial uses a simple NodeJS application container image.

Deploying an AKS Cluster via the Azure Portal

One way to get started with AKS is by deploying an AKS cluster in Azure Portal. An AKS cluster is primarily represented by two components: the cluster itself with a particular version of Kubernetes…

--

--

Adam Bertram
Microsoft Azure

A 20-year veteran of IT, crypto geek, content creator, consultant and overall problem solver.