Tag: PaaS
-
Building ARM-based container images with VSTS for your Azure IoT Edge deployments
Currently, I am working and playing around with Azure IoT Edge deployments in combination with Azure Kubernetes Service and a Raspberry Pi 2. The files referenced in through out the blog article can be found in my GitHub repository. -> https://github.com/neumanndaniel/kubernetes/tree/master/iotedge/webserver My first challenge was to find a way on how to build ARM-based container…
-
Azure Kubernetes Service and Azure Active Directory integration
Last week Microsoft announced the GA of Azure Kubernetes Service. Since then we can integrate Azure Active Directory with Azure Kubernetes Service. When enabling Azure Active Directory integration, AKS requires that RBAC is also enabled. A detailed configuration guide can be found in the Azure documentation. -> https://docs.microsoft.com/en-us/azure/aks/aad-integration Before you can make use of the…
-
Using custom DNS server for domain specific name resolution with Azure Kubernetes Service
Just a short blog post about a small challenge I had these days. If you want to specify a custom DNS server for domain specific name resolution with AKS, you can do so. The necessary steps are already described in the Kubernetes documentation. -> https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/ Define a config map and apply it to your AKS…
-
SAP HANA Express Edition – Deploy HANA Express database on ACI – Azure Container Instances
Today I will guide you through the deployment of a HANA Express database on ACI – Azure Container Instances. This article is based on the article I have written about the deployment of SAP HANA Express database on AKS. -> https://www.danielstechblog.io/sap-hana-express-edition-deploy-hana-express-database-aks-managed-kubernetes-azure/ I have created three PowerShell scripts leveraging the Azure CLI, an Azure Resource Manager…
-
Monitor Azure Kubernetes Service with Azure Monitor container health
On Monday at Build Microsoft has announced a new monitoring solution Azure Monitor container health for AKS. -> https://azure.microsoft.com/en-us/blog/kubernetes-on-azure/ Azure Monitor container health is based on Azure Monitor, Azure Log Analytics and the Container Insights solution, and is integrated into the Azure portal experience. As you may know there is also the container monitoring solution.…
-
Container and Kubernetes highlights announced at Microsoft Build – Day 1
Today Microsoft has announced a ton of highlights, news and features all around the container and Kubernetes ecosystem on Azure. Let us get started with Azure Kubernetes Service (AKS). Yes, you are reading it right AKS is now officially part of the Kubernetes Conformance Program. News around AKS in short: DevOps Project support for AKS…