Deploying and managing applications on AKS (Azure Kubernetes Service) using Azure DevOps involves several steps. Here is a tutorial on how to do so: Here is sample code for creating...
Monitoring and logging the activities in an AKS (Azure Kubernetes Service) cluster using Azure Monitor and Log Analytics involves several steps. Here is a tutorial on how to do so:...
Securing an AKS (Azure Kubernetes Service) cluster using Azure Active Directory (AAD), Azure Policy, and Azure Network Security Groups (NSG) involves several steps. Here is a guide on how to...
This workflow does the following: You’ll need to replace the my-resource-group, my-cluster, my-namespace, my-chart and k8s/deployment.yaml with your specific resource group, cluster name, namespace, chart and deployment file name. Here...
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...