Category: Microservices

  • Homelab Kubernetes: Getting started

    I recently had the opportunity to re-purpose a good spec’d Desktop computer for a Homelab setup. Here’s a what the machine had spec wise – The requirements were to create a Homelab on which I could run Kubernetes along with a Desktop Environment as well. I also would like to…

  • Getting started with Dapr.io

    Getting started with Dapr.io

    What is Dapr.io? Here’s a quote from dapr.io about dapr – Dapr is a portable, event-driven runtime that makes it easy for any developer to build resilient, stateless and stateful applications that run on the cloud and edge and embraces the diversity of languages and developer frameworks. Leveraging the benefits…

  • Microservices, Service Mesh and Sidecar

    Microservices, Service Mesh and Sidecar

    What’s a Microservice? A microservice is a small, loosely coupled service that performs a very specific business task or function. Sucha service typically does not perform any operation outside its scope or use-case. It can be deployed, managed and scaled independently. Quite often such a service has its own independent…