Step Zero: Kubernetes on Microsoft Azure Kubernetes Service (AKS)

Click for: original source

Step to step guide how to create a Kubernetes cluster using the Azure command line tools. It describes the commands required to setup a Kubernetes cluster using the command line. By JupyterHub.

This is straightforward guide and you have two options: one is to use the Azure interactive shell, the other is to install the Azure command-line tools locally. Instructions for each are included.

The guide then lists and explains how to do these:

  • Prepare your Azure shell environment
  • Activate the correct subscription
  • Create a resource group
  • Choose a cluster name
  • Create an SSH key to secure your cluster
  • Create an AKS cluste
  • Install kubectl, a tool for accessing the Kubernetes API
  • Get credentials from Azure for kubectl to work
  • Check if your cluster is fully functional

If you prefer to use the Azure portal see the Azure Kubernetes Service quickstart. For detailed commands followe the link below, easy!

[Read More]

Tags devops azure programming software-architecture