
External Secret Operator
Pull 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 lea
Search for a command to run...

Pull 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 lea
The 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 li
Recently 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 wi
Recently 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 sess
The 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 cas
In this article have detailed the steps on configuring Apache Kafka in a KinD cluster. To work with schema registry includes steps to configure simple Apicurio schema registry using Apicurio operator
Recently was exploring options to save container images locally as tar file and load programmatically using Golang to locally deployed Nexus Sonatype artifactory. In this case instead of using the doc
In this article have deployed Nexus Sonatype in docker with docker compose to demonstrate publishing images and deploying to kind cluster. The motivation behind this is an approach to copy container i
Stakater reloader usage In this article have detailed the use of open source project Stakater reloader to reload the pod whenever the ConfigMap or Secret is updated. To understand the use case a simple Spring Boot application is created with JBang, ...