kubectl - Escaping periods in field names with jsonpath.
Given the following .dockerconfigjson type secret in Kubernetes: { "apiVersion": "v1", "data": { ".dockerconfigjson": "kjhsadflkjhasdlfkhjasd...
Given the following .dockerconfigjson type secret in Kubernetes: { "apiVersion": "v1", "data": { ".dockerconfigjson": "kjhsadflkjhasdlfkhjasd...
I often find that I need to paste the full filesystem path to a given file somewhere, into a config file, onto the command line, etc. This small shell functi...
Very useful trick, pause and restart a Linux process:
I’m a sucker for nicely formatted code and config. Working a lot with Kubernetes I like to see my Kubernetes YAML formatted consistently. This helps find the...
I was struggling with this rather cryptic Kustomize error recently: Error: trouble configuring builtin PatchTransformer with config: ` path: resource_limits_...