Tag Archives: node
March 01, 2025
Deploying a typescript fastify microservice on minikube on your mac
This is just a todo-list for me. It might not be completed, and of course is not production ready. You should have minikube and docker desktop installed. First of all, create a basic fastify microservice running in typescript using this tutorial.