Top "Azure-aks" questions

questions about managed Kubernetes on Azure (AKS)

How to copy files from kubernetes Pods to local system

I'm trying to copy files from Kubernetes Pods to my local system. I am getting the below error while running …

kubernetes azure-aks
Finding out disk space of Kubernetes node

This is a total noob Kubernetes question. I have searched for this, but can't seem to find the exact answer. …

kubernetes azure-aks
Kubernetes Persistent Volume Mount not found

I am trying to create and mount a volume but getting stuck. This part creates the storage: apiVersion: v1 kind: …

kubernetes azure-aks
Keep running into "exceeded its progress dead line" despite changing progressDeadlineSeconds

I'm new AKS, ACR, and DevOps Pipelines and I'm trying to setup a CI/CD pipeline. I have a resource …

kubernetes azure-aks kubernetes-namespace
Stop all compute in AKS (Azure Managed Kubernetes)

I have created a managed Kubernetes cluster in Azure, but it's only for learning purposes and so I only want …

azure kubernetes azure-aks
Readiness probe failed: HTTP probe failed with statuscode: 503 in ISTIO

I have deployed istio service mesh in my AKS cluster. i have ui and backend services both configured in istio …

azure kubernetes istio azure-aks
How to fix 'container runtime is down,PLEG is not healthy'

I have aks with one kubernetes cluster having 2 nodes. Each node has about 6-7 pod running with 2 containers for each …

docker kubernetes istio azure-aks
AWS ECR PULL no basic auth credentials

I'm deploying Azure K8s cluster with Terraform, and the image is hosted in Amazon ECR. The deployment fails at …

azure kubernetes kubectl azure-aks terraform-provider-azure