Azure / AKS

Azure Kubernetes Service
https://azure.github.io/AKS/
1.97k stars 308 forks source link

[Feature] Add more binaries to the AKS Run Command container image #3034

Open Gordonby opened 2 years ago

Gordonby commented 2 years ago

Is your feature request related to a problem? Please describe. The Aks Run Command provides the helm and kubectl binaries, however there are other binaries that would be useful when running scripts on the run command.

Describe the solution you'd like I'd like jq and awk to be available.

Describe alternatives you've considered The alternative i have been working with for some scenarios is to use kubectl jsonpath query.

EppO commented 1 year ago

netcat, dig (or nslookup) and nmap would be great too for network/dns troubleshooting

haitch commented 1 year ago

@xiangwei36 maybe Henry can take this one.

haitch commented 2 weeks ago

jq, grep, awk, xargs is added, and slowly rolling out.

EppO commented 2 weeks ago

jq, grep, awk, xargs is added, and slowly rolling out.

What about network/DNS tools? That would come in handy.