Agreed — I’m going to be spinning up some non-llm ml algos to chug through a data lake for security anomalies once I get Argo fully setup and I’m not looking forward to it
Comments
Log in with your Bluesky account to leave a comment
would love to hear about what you're working on! argo workflows was actually what kickstarted my career in MLOps stuff and now i want to get better at traditional ML because this stuff is going to be valuable long after the llm fad dissolves
10000% agreed re ml!! I’m in security engineering and response spaces
My home lab is a proxmox cluster with the following 100% set up via build automation terraform:
Talos
Cillium w/ ingress set up
Cert manager
Gitea
Argocd
Prometheus
Just an apply and all get spin up, cert’d and integrated
Would you mind sharing a little bit about your Talos config? I looked into Talos before and was a bit confused as to how to configure it. I was going to use it to create VM's in my proxmox lab for a k8s cluster as well.
Mostly just wanting to mess around with it and learn more. So just a small 3 vm cluster deployed in proxmox. I'm not TOO familiar with Terraform but I have used it a few times with proxmox although it's been a bit since I last did. Currently I use Fedora CoreOS VM to run container workloads.
the configuration format is a whole mess. talhelper stood out as a better way to provision so i gave that a try. github search was instructive, especially "k8s-gitops" repos but i still have problems with using yaml templating for this. so here's a different take:
Once I get the base build automation set up I’m going to move on to the viability of a build your own SIEM with OCSF schema and a code-first approach to data engineering with as little sql transforms as possible. Then I’ll start playing in the ml detections space
Comments
My home lab is a proxmox cluster with the following 100% set up via build automation terraform:
Talos
Cillium w/ ingress set up
Cert manager
Gitea
Argocd
Prometheus
Just an apply and all get spin up, cert’d and integrated
https://gist.github.com/cagyirey/56b0999538a6a0fd75eb033b9bdc1f66