Skip to content
#

aks

Here are 453 public repositories matching this topic...

vakkur
vakkur commented Jun 15, 2020

Is there an updated ARM template that uses VMSS for nodePool creations, add them to app gateway backend pool and I would like to know how we can egress the traffic through APP Gateway as it would be the only public IP for the cluster and I still get a random IP address when I try to access a web page from a pod.

https://raw.githubusercontent.com/Azure/application-gateway-kubernetes-ingress/ma

help wanted good first issue AGIC Deployment
aks-baseline
larryclaman
larryclaman commented Mar 20, 2022

per
https://github.com/mspnp/aks-baseline/blob/f6012cb50846e265be41a08300d13a32407ee51c/cluster-stamp.json#L50

it sets the default location of the deployment to 'eastus2'. Perhaps the default should be removed.

Additionally, the example in the instructions should probably explicitly provide a location as a parameter, see
https://github.com/mspnp/aks-baseline/blob/f6012cb50846e265be41a083

enhancement good first issue
ashishapy
ashishapy commented Mar 5, 2022

Describe the solution you'd like:
in case of EKS, set AWS_SHARED_CREDENTIALS_FILE env var in kubeconfig along with AWS_PROFILE in env var

Why do you want this feature:
In case user wants to store AWS creds to any other location, then kubectl (with aws-iam-authenticator) will fail authentication because without AWS_SHARED_CREDENTIALS_FILE in kubeconfig env var, it will search at defaul

good first issue kind/feature area/generate

Improve this page

Add a description, image, and links to the aks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aks topic, visit your repo's landing page and select "manage topics."

Learn more