python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I specify nodeSelector while deploying an Azure ML model to an AKS Cluster?
I am currently deploying a model trained using AzureML to an AKS cluster as follows:
deployment_config_aks = AksWebservice.deploy_configuration(
cpu_cores = 1,
memory_gb = 1)
service = Model...
dinesh ygv
Votes: 0
Answers: 1
Intermittent certificate error when accessing server URL
I have an application running in a k8s cluster in AzureChinaCloud behind an ingress (internal load balancer) which in turn sits behind an application gateway with a public ip. The DNS point the URL to...
DeirdreRodgers
Votes: 0
Answers: 1
AKS with Application gateway ingress controller configuration
I configured application gateway ingress controller for my Kubernetes cluster, but I can't access my pod container app named myapp running on port 8080/TCP.
I created a service that has the following ...
Razvan
Votes: 0
Answers: 1
AKS-AGIC setup getting 502 error after applying network policy
I have deployed two apps in the different namespaces and I don't want the pods deployed in one namespace to interact with the pods on the other namespace . I have applied the network policy, but after...
so9868
Votes: 0
Answers: 1