Deploy S3 compatible Seaweedfs in KinD cluster
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
Search for a command to run...
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, ...
Spring Native gRPC In this article have demonstrated the use of native Spring gRPC to create a simple Client Server application with Spring Boot. There are different third-party libraries but in here the application uses the native Spring gRPC starte...
Deploy Postgres DB with Backup data to Minio configured in KIND cluster This article details deploying Postgres DB in KinD cluster with Backup configuration enabled. The data will be backed up in S3 compatible store in this case Minio. Along with Pos...