TSThirumurthi Sinthirumurthi.hashnode.dev·3d ago · 8 min readExternal Secret OperatorPull and Push secrets using ESO between KinD Kubernetes clusters Recently had to use External Secret Operator (ESO) for a requirement to copy secrets from one cluster to another. To understand and lea00
TSThirumurthi Sinthirumurthi.hashnode.dev·Sep 5 · 4 min readJBang based CLI app for basic S3 service operationThe article explains a simple CLI app created using JBang with Picocli, Spring Boot and AWS S3 SDK to perform few basic operations. Pre-requisites Jbang CLI installed. JBang allows to execute Java li00
TSThirumurthi Sinthirumurthi.hashnode.dev·Aug 31 · 12 min readDeploy S3 compatible Seaweedfs in KinD clusterRecently had to work on Seaweed file service to configure S3 compatible storage service. As part of the learning process have explored on the options on how to configure the service in KinD cluster wi00
TSThirumurthi Sinthirumurthi.hashnode.dev·Jun 20 · 2 min readVS Code configured with ollama LLM Model in Chat session running in localRecently VS code started supporting Any LLM Provider, for more info refer this video. With reference to the video, wanted to use the local ollama container with llama3.2 model in the VS code chat sess00
TSThirumurthi Sinthirumurthi.hashnode.dev·Jun 1 · 9 min readRAG system in Spring AI and Langflow using Qdrant Vector StorageThe motivation of the article is use AI with my financial statements as context and ask questions around those. In order to build everything locally had to use RAG approach. The statements in this cas00