I have been looking at using the kubernetes for container orchestration . However, as far as i know kubernetes could be on-prem or managed as service through Azure Kubernetes Service. I have known that on-prem support for K8s is being provided by edge , however I wonder how this would work if my workloads were on AKS.
Asked
Active
Viewed 285 times
-1
-
Make sure to capture the question/description clearly, so that people who are willing to answer can answer your question properly. – Ilyas F Oct 29 '20 at 14:20
2 Answers
0
Can you clarify your scenario more?
We have a public preview that one can register a k8s cluster as an edge device. And can deploy applications to the k8s cluster Edge through iothub. The k8s cluster can be on-prem or aks. Same instructions can be followed. https://learn.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-kubernetes.
Another way is to connect iothub to a K8s cluster through virtual kublet. https://github.com/Azure/iot-edge-virtual-kubelet-provider. This way your workload can be deployed to Edge devices by iothub with k8s api or kubectl.
Would like to understand the needs and hear feedback when trying.
Thanks Cindy Xing @msft

Cindy Xing
- 46
- 3
-
Thanks for the reply, I was interested in understanding how would aks fit with iot edge deployment, as I would prefer my k8s cluster to be cloud-managed. It would be useful for me to know if there is any documentation detailing how AKS works with IOT -Edge . – harika Oct 14 '19 at 06:14
-
I see. If you try the instruction (https://learn.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-kubernetes), the iotedge runtime will be deployed to your aks cluster. One can then deploy IOT modules to the aks cluster through iothub. The AKS cluster can still be cloud-managed. – Cindy Xing Oct 14 '19 at 16:28