mikebai.com

  • Home
  • dev
  • DotNET
  • M365
  • 搞笑
  • 杂七杂八
  • FocusDict
個人BLOG
it developer
  1. Main page
  2. M365
  3. Main content

How-To deploy Docker images to Azure Kubernetes Services (AKS)

2020-11-26 96hotness 0likes 0comments

from
https://purple.telstra.com.au/blog/how-to-deploy-docker-images-to-azure-kubernetes-services-aks

In this blog, I will guide you through the process of building and deploying Docker images to the Kubernetes platform hosted on Azure Kubernetes Services (AKS). In addition, I will also show you how to work with service scale-out and high-availability.

Docker defines a container as “A standard unit of software that packages up code and all its dependencies, so the application runs quickly and reliably from one computing environment to another”

A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.”

I will not go further into the concepts of Docker and containers and urge you to do your own reading.

To build out our solution, we will need to do the following

 

  1. Create an Azure container Registry (ACR)
  2. Create an Azure Service principal

  3. Tag: Nothing
    Last updated:2020-11-26

    mikebai

    This person is a lazy dog and has left nothing

    Like
    < Last article
    Next article >

    COPYRIGHT © 2025 mikebai.com. ALL RIGHTS RESERVED.

    Theme Kratos Made By Seaton Jiang