Falco

Results 74 comments of Falco

what I did: ``` strace -T -o helm_trace2.txt -f helm show values bitnami/nginx sudo perf record -g helm show values bitnami/nginx ``` strange: perf record with slow command was very...

let me ask GPT 4o: Based on the `strace` summary output: ``` % time seconds usecs/call calls errors syscall ------ ----------- ----------- --------- --------- ---------------- 74.59 9.626707 2291 4201 339...

Summary: For helm show values against a remote chart, Helm mostly does: read/update repo index, download the chart .tgz, gzip/tar decompress, then output the values.yaml. YAML parsing is minimal here,...