So lets say you have a project, where you want to write some code but you need some input from the chatbot somewhere in your execution. Maybe you want a sentence translated, or maybe you are trying to answer a question or analyze some data. So the first part of this, of course, is that […]
Month: November 2023
Whether you use Terraform or something else to code your EKS cluster configurations, you will have likely run into the following scenario: Hmm – these nodes are old, lets swap them out with a newer instance type. Wait.. Why can’t I just change the instance type in my node group? Or the name, for that […]
I was initially very reluctant to do anything with AI other than show people what it could do to get a reaction from them, and worry about whether or not some AI product(s) would soon replace all knowledge workers, leaving me an unwitting participant in a dystopian future I did not choose. After watching some […]
Here’s the scenario: Lets say we have a deployment in our kubernetes cluster for pods that do some sort of important processing work. They might be doing something like pulling messages from a queue and then processing uploaded files from your customers. Now if the processing task is quick and there is a way to […]