For me, chatGPT is simply a good replacement for {stackexchange, reddit, wikipedia, github, google,bing, etc.}. All information is accessible in one place and it's easy to ask about anything and get a structured answer. My topics of interest are advanced math, philosophy of physics, and modern semiconductors technology.
GPT is amazing as a stackexchange, et. el. replacement. Just earlier today I used GPT to answer a really simple question which I Google failed to answer. I just wanted to programmatically change a setting in a Kubernetes deployment, but I really didn't want to take the time to figure out the insane JSON nesting.
This is so worth a subscription fee.
Please write a kubectl command to correctly patch the imagePullPolicy to be equal to Always.
kubectl patch deployment <deployment-name> --patch '{"spec":{"template":{"spec":{"containers":[{"name":"<container-name>","imagePullPolicy":"Always"}]}}}}'