Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README with how to run this from Azure Container Instance #18

Merged
merged 6 commits into from
May 13, 2021

Conversation

fgauna12
Copy link
Collaborator

This is for #17

Also, I created a script that can be invoked from the --command-line argument from the Azure CLI.

I've learned that maybe this is not the best way to run this tool. Here's why:

  • There's no "read-only" built-in Azure role for AKS. It makes sense; even if it were, it would rely on Azure AD authentication, which not all clusters will have.
  • Azure Container Instance's streaming logs are lacking. I had to create a script that pipes the logs to a file that has to be mounted to an Azure file share to be pulled out. This is because the az container logs command truncates the logs.
  • It's a lot of work safely and quickly create a service account that the Azure Container Instance can use from the outside. It becomes a lot easier if it's a simple pod that runs on the cluster like this dead Microsoft project

@fgauna12 fgauna12 merged commit 1fd63df into main May 13, 2021
@fgauna12 fgauna12 deleted the feature/run-from-aci branch May 13, 2021 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants