Tag Archives: Kubernetes

Using the GitHub Container Registry with Azure Kubernetes Service (AKS)

Last week I wanted to try the GitHub container registry as an alternative for Azure Container Registry. Since many things are moving towards GitHub this seemed a good idea. The plan I wanted to execute was as follows:* Build a Docker Container with GitHub Actions* Push a Docker Container to the GitHub Container Registry* Pull […]

Continue reading

First encounters with creating a Managed Kubernetes Cluster (AKS) on Azure

Yesterday Microsoft announced in this blogpost thatr the public preview for a Managed Kubernetes Cluster (AKS) is now available. I directly wanted to test this and followed the steps in the blog. They work but I ran into a few tiny errors which were easy to solve if you know where to look. First thing you […]

Continue reading