sunde.dev tech blog
How to (Cluster) Autoscale a self hosted Kubernetes on AWS EC2
How do you do cluster autoscaling when you run your own hosted Kubernets cluster? This post will tell you all the details you need to get started with Cluster Autoscaling for Kubernetes running on AWS EC2. It will explain you how to setup ther permissions, EC2 autoscale group and the tricky details you need to know to get started with your self hosted Kubernetes.
More blogs
Setup Echo web server to serve a Single Page Application (SPA)
Are you using Echo webserver and experience issues with your Single Page Application's (SPA) routing? There is an easy fix for that. Simply add this code to your Echo server and it will serve the correct files and handle your SPA routing correctly!
Beautify your markdown Nextjs blog with Highlightjs
Do you want to add code beautifier to your markdown blogg? By using Highlight.js with React-Markdown you can easily make your markdown blog shiner.
How to create a free static website with Github Pages
Now you can make your own website, all for free with Github Pages