Questions tagged [aks-engine]

2 questions
4
votes
1 answer

"Context deadline exceeded" preventing pods from being created in AKS

We have been experiencing an issue causing us pain for the last few months. The issue appears to be that occasionally when we request a pod via the Kubernetes executor it fails to create. For example, a spark pod may fail with the following…
Brett Larson
  • 854
  • 1
  • 12
  • 20
0
votes
1 answer

Azure aks cluster and docker - how to store persistent data

I have an application that is run as a service in Azure aks (kubernetes) cluster. This application pulls data from a database and puts it in a file. As I understand I first need to create a docker image and push it to Azure aks registry. Once this…
Sachin
  • 1