Is there any API Gateway for Azure AKS (Azure kubernetes services) clusterSecurity considerations for API Gateway clustering?How to Integrate GitLab-Ci w/ Azure Kubernetes + Kubectl + ACR for Deployments?Securing Communication between Kubernetes Microservices within Azure Kubernetes ClusterMicroservice Authentication with API GatewayCan SSL offloading be configured when using the Application Gateway Ingress Controller?Azure AKS Network Analytics- where are these requests are coming to Kubernetes Cluster?Azure Application Gateway returns 502How and Which tool should use to make API-Gateway for polyglot Microservice Platform?azure kubernetes-internal load balancer access by dns name instead of ip address
Is there a risk to write an invitation letter for a stranger to obtain a Czech (Schengen) visa?
Fill the maze with a wall-following Snake until it gets stuck
How to make all magic-casting innate, but still rare?
Harmonic Series Phase Difference?
How can I prevent a user from copying files on another hard drive?
Counterfeit check
How can I ping multiple IP addresses at the same time?
How is linear momentum conserved in circular motion?
Operator currying: how to convert f[a,b][c,d] to a+c,b+d?
How valuable is a categorical feature that has a predominant category over all other ones?
Is it a bad idea to have a pen name with only an initial for a surname?
Is this broken pipe the reason my freezer is not working? Can it be fixed?
How could I create a situation in which a PC has to make a saving throw or be forced to pet a dog?
What are the mechanical differences between Adapt and Monstrosity?
What does this Swiss black on yellow rectangular traffic sign with a symbol looking like a dart mean?
Derivation of CDF of a function that results in an exponential distribution
How "fast" do astronomical events occur?
How did the European Union reach the figure of 3% as a maximum allowed deficit?
You may find me... puzzling
Time at 1G acceleration to travel 100 000 light years
Having some issue with notation in a Hilbert space
Why was New Asgard established at this place?
How to write a nice frame challenge?
In a Fish that is not a Fish
Is there any API Gateway for Azure AKS (Azure kubernetes services) cluster
Security considerations for API Gateway clustering?How to Integrate GitLab-Ci w/ Azure Kubernetes + Kubectl + ACR for Deployments?Securing Communication between Kubernetes Microservices within Azure Kubernetes ClusterMicroservice Authentication with API GatewayCan SSL offloading be configured when using the Application Gateway Ingress Controller?Azure AKS Network Analytics- where are these requests are coming to Kubernetes Cluster?Azure Application Gateway returns 502How and Which tool should use to make API-Gateway for polyglot Microservice Platform?azure kubernetes-internal load balancer access by dns name instead of ip address
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am new to AKS. I am planning to deploy Micro Services using AKS cluster (Azure kubernetes services) on Azure platform and I want to secure it with solid Authentication and Authorization with Azure AD support. To Do this I am looking for best suited API gateway which supports kubernetes i.e. AKS
API gateway should have following feature -
1. Authentication and Authorization support
2. Azure Active directory integration
3. SSL termination
4. KPI Metrics
5. Load Balancing
6. Request Tracing
7. Auto scaling
8. Pre/Post request processing
I have explored couple of options like Ingress Controller, Ambassador.
Also we cannot use Azure API Management due to some restrictions from client.
cluster-computing api-gateway azure-kubernetes azure-aks
add a comment |
I am new to AKS. I am planning to deploy Micro Services using AKS cluster (Azure kubernetes services) on Azure platform and I want to secure it with solid Authentication and Authorization with Azure AD support. To Do this I am looking for best suited API gateway which supports kubernetes i.e. AKS
API gateway should have following feature -
1. Authentication and Authorization support
2. Azure Active directory integration
3. SSL termination
4. KPI Metrics
5. Load Balancing
6. Request Tracing
7. Auto scaling
8. Pre/Post request processing
I have explored couple of options like Ingress Controller, Ambassador.
Also we cannot use Azure API Management due to some restrictions from client.
cluster-computing api-gateway azure-kubernetes azure-aks
add a comment |
I am new to AKS. I am planning to deploy Micro Services using AKS cluster (Azure kubernetes services) on Azure platform and I want to secure it with solid Authentication and Authorization with Azure AD support. To Do this I am looking for best suited API gateway which supports kubernetes i.e. AKS
API gateway should have following feature -
1. Authentication and Authorization support
2. Azure Active directory integration
3. SSL termination
4. KPI Metrics
5. Load Balancing
6. Request Tracing
7. Auto scaling
8. Pre/Post request processing
I have explored couple of options like Ingress Controller, Ambassador.
Also we cannot use Azure API Management due to some restrictions from client.
cluster-computing api-gateway azure-kubernetes azure-aks
I am new to AKS. I am planning to deploy Micro Services using AKS cluster (Azure kubernetes services) on Azure platform and I want to secure it with solid Authentication and Authorization with Azure AD support. To Do this I am looking for best suited API gateway which supports kubernetes i.e. AKS
API gateway should have following feature -
1. Authentication and Authorization support
2. Azure Active directory integration
3. SSL termination
4. KPI Metrics
5. Load Balancing
6. Request Tracing
7. Auto scaling
8. Pre/Post request processing
I have explored couple of options like Ingress Controller, Ambassador.
Also we cannot use Azure API Management due to some restrictions from client.
cluster-computing api-gateway azure-kubernetes azure-aks
cluster-computing api-gateway azure-kubernetes azure-aks
asked Mar 25 at 5:11
GMCS GMCS
62
62
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Nothing supports all of those "in box". You can use Azure application gateway, but it wont do 1,2,6,8 (not sure what you mean by 6 exactly). You can take a look at Istio, it has got lots of features. But for tracing you'd probably need to use something like JaegerZipkin.
I think you might be able to use oAuth feature of zipkin to validate oAuth token from Azure AD, but you might need to offload that piece to a service.
I appreciate your answer, Thank you. Request Tracing means I want to trace my request while flowing through different components. What is your view about Ambassador [getambassador.io/]
– GMCS
Mar 25 at 7:25
never used ambassador, sorry. request tracing can be achieved exactly as I specified in the answer
– 4c74356b41
Mar 25 at 8:13
Thank You For your sharing
– GMCS
Mar 25 at 10:57
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55331562%2fis-there-any-api-gateway-for-azure-aks-azure-kubernetes-services-cluster%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Nothing supports all of those "in box". You can use Azure application gateway, but it wont do 1,2,6,8 (not sure what you mean by 6 exactly). You can take a look at Istio, it has got lots of features. But for tracing you'd probably need to use something like JaegerZipkin.
I think you might be able to use oAuth feature of zipkin to validate oAuth token from Azure AD, but you might need to offload that piece to a service.
I appreciate your answer, Thank you. Request Tracing means I want to trace my request while flowing through different components. What is your view about Ambassador [getambassador.io/]
– GMCS
Mar 25 at 7:25
never used ambassador, sorry. request tracing can be achieved exactly as I specified in the answer
– 4c74356b41
Mar 25 at 8:13
Thank You For your sharing
– GMCS
Mar 25 at 10:57
add a comment |
Nothing supports all of those "in box". You can use Azure application gateway, but it wont do 1,2,6,8 (not sure what you mean by 6 exactly). You can take a look at Istio, it has got lots of features. But for tracing you'd probably need to use something like JaegerZipkin.
I think you might be able to use oAuth feature of zipkin to validate oAuth token from Azure AD, but you might need to offload that piece to a service.
I appreciate your answer, Thank you. Request Tracing means I want to trace my request while flowing through different components. What is your view about Ambassador [getambassador.io/]
– GMCS
Mar 25 at 7:25
never used ambassador, sorry. request tracing can be achieved exactly as I specified in the answer
– 4c74356b41
Mar 25 at 8:13
Thank You For your sharing
– GMCS
Mar 25 at 10:57
add a comment |
Nothing supports all of those "in box". You can use Azure application gateway, but it wont do 1,2,6,8 (not sure what you mean by 6 exactly). You can take a look at Istio, it has got lots of features. But for tracing you'd probably need to use something like JaegerZipkin.
I think you might be able to use oAuth feature of zipkin to validate oAuth token from Azure AD, but you might need to offload that piece to a service.
Nothing supports all of those "in box". You can use Azure application gateway, but it wont do 1,2,6,8 (not sure what you mean by 6 exactly). You can take a look at Istio, it has got lots of features. But for tracing you'd probably need to use something like JaegerZipkin.
I think you might be able to use oAuth feature of zipkin to validate oAuth token from Azure AD, but you might need to offload that piece to a service.
answered Mar 25 at 5:35
4c74356b414c74356b41
36.5k42960
36.5k42960
I appreciate your answer, Thank you. Request Tracing means I want to trace my request while flowing through different components. What is your view about Ambassador [getambassador.io/]
– GMCS
Mar 25 at 7:25
never used ambassador, sorry. request tracing can be achieved exactly as I specified in the answer
– 4c74356b41
Mar 25 at 8:13
Thank You For your sharing
– GMCS
Mar 25 at 10:57
add a comment |
I appreciate your answer, Thank you. Request Tracing means I want to trace my request while flowing through different components. What is your view about Ambassador [getambassador.io/]
– GMCS
Mar 25 at 7:25
never used ambassador, sorry. request tracing can be achieved exactly as I specified in the answer
– 4c74356b41
Mar 25 at 8:13
Thank You For your sharing
– GMCS
Mar 25 at 10:57
I appreciate your answer, Thank you. Request Tracing means I want to trace my request while flowing through different components. What is your view about Ambassador [getambassador.io/]
– GMCS
Mar 25 at 7:25
I appreciate your answer, Thank you. Request Tracing means I want to trace my request while flowing through different components. What is your view about Ambassador [getambassador.io/]
– GMCS
Mar 25 at 7:25
never used ambassador, sorry. request tracing can be achieved exactly as I specified in the answer
– 4c74356b41
Mar 25 at 8:13
never used ambassador, sorry. request tracing can be achieved exactly as I specified in the answer
– 4c74356b41
Mar 25 at 8:13
Thank You For your sharing
– GMCS
Mar 25 at 10:57
Thank You For your sharing
– GMCS
Mar 25 at 10:57
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55331562%2fis-there-any-api-gateway-for-azure-aks-azure-kubernetes-services-cluster%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown