Network question about Bicep extensibility Kubernetes provider (Preview) #10055
Answered
by
brwilkinson
nnellanspdl
asked this question in
General
-
How exactly is this working? Is it like terraform, where a local provider binary is sending API requests? Or, are the K8s requests first being sent to the cloud/ARM and being processed there? In this case, can ARM in the cloud talk to my private-only AKS clusters? |
Beta Was this translation helpful? Give feedback.
Answered by
brwilkinson
Apr 4, 2023
Replies: 1 comment 3 replies
-
Some of this was covered in the community call: Kubernetes Key Scenarios by Shenglong
Requests do get sent via ARM and processed via an You can view more over on the extensibility repo. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
brwilkinson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some of this was covered in the community call: Kubernetes Key Scenarios by Shenglong
Requests do get sent via ARM and processed via an
extension host
.You can view more over on the extensibility repo.