python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Pod creation time increasing as pods on node increases
I have an 80 core 600 GB node. As pod count increases to 80+ pod startup time grows to an excess of 10 minutes. I'd like to understand how to reduce pod startup time in the presence of other pods or a...

Mike Barry
Votes: 0
Answers: 0
Why unable to access Azure aks Service external IP with browser?
apiVersion: apps/v1
kind: Deployment
metadata:
name: farwell-helloworld-net3-webapi
spec:
replicas: 1
selector:
matchLabels:
app: farwell-helloworld-net3-webapi
template:
metadat...
Farwell_Liu
Votes: 0
Answers: 1
Private aks and acr in different resource group
I want to have a zero-trust infrastructure, so I need to have aks and acr completely independent and just have a connection for pulling the images. I created a private aks through the azure portal(ass...

Maryam
Votes: 0
Answers: 1
Kubernetes Network Policy, allow communication within namespace
On an Azure AKS cluster with the Calico network policies plugin enabled, I want to:
by default block all incoming traffic.
allow all traffic within a namespace (from a pod in a namespace, to another ...
Wouter
Votes: 0
Answers: 3