Questions tagged [azure-aks]

Deploying and overseeing Kubernetes in the Azure cloud is made easy with Azure Kubernetes Service (AKS). Remember to utilize the [azure] tag when using this service.

Integrating an AKS cluster with an application gateway in Kubernetes. Several websites (not sub pages) directing to a shared IP address

In the past, our system functioned with Docker swarm and multiple services like nginx, nodejs/auth, and web app all linked to an application gateway. Each tenant/customer had their own URL mapped to the app gateway IP, allowing for customized pages based o ...

Encountering an issue when attempting to add a CustomResourceDefinition in AKS, specifically when trying to execute it using

I am facing an issue with adding customresourcedeployment in aks. Previously, we were using the V1beta1 version which appears to be deprecated now. I have attempted to transition to the v1 version, but encountered a schema validation error. The original V1 ...