Michael Levan
Michael Levan
Using the Python Azure SDK to create an AKS cluster. I noticed that the client ID and client secret are mandatory (makes sense from an authentication perspective).  Out of...
After discussion with members of the #wg-platforms group, I would like to propose an idea on either a third paper or an addition to an existing Platform Engineering paper. The...
Hi - I'm getting an Azure saying that the `az CLI` isn't on `$PATH`, but it definitely is. Has anyone seen this error?
Hey All, Trying to figure out how to pass in variables at runtime. For example: ``` terraform apply --auto-approve -var name="value" -var location="value" ``` I set up a Variables interface...
### Which jobs are flaking? - master-blocking gce-cos-master-default ### Which tests are flaking? There are three and based on some out of the output, I believe they're related. - Kubernetes...
Hi, I added in an attack scenario for Insecure Workload Configurations. This attack scenario uses a compromised Pod to install and run Nmap to gain network visibility to the Clusters...
Similiar to something like this in Python, but do it in Go instead. ``` from transformers import AutoTokenizer, AutoModelForCausalLM # Replace with the model you're interested in model_name = "meta-llama/Llama-3.2-1B"...