Init containers are used quite often in Kubernetes and Azure Kubernetes Service. They are not very different from your regular containers. You need to remember only two things – initContainers...
If you have followed previous two posts on creating AKS cluster and connecting to AKS cluster, you should be having an accessible Kubernetes cluster. In this post, we will cover...
This post is a tutorial on deploying Apache web server on Azure Kubernetes Service using persistent volumes. To use web server with several fronts, content is required to be served...