Home
KD's Blog
Cancel

Deploy Kubernetes cluster on DigitalOcean with terraform

Installing Terraform To install terraform, follow installation instructions here. Digital Ocean provider terraform { required_providers { digitalocean: { source : "digitalocean/digit...

Getting Started with Terraform & Digitalocean

Installing Terraform Follow Installation Instructions here. Terraform Create a directory where you want to store the terraform configuration files. Create a file named main.tf. This is where...

Getting Started with Terraform for Microsoft Azure

Infrastructure as Code is a god send for system admins and devops teams around the world. With Terraform it’s a walk in the park. Installing Terraform Follow the instructions based on the your op...

Upgrade the Omada Controller

Recently few people contacted for instructions on upgrading omada controller from v4.x to v5.x. This can be straight forward but there is a slight chance that you might loose all the data/config of...

Quick and Dirty way to deploy droplets with doctl

We use DigitalOcean as our main infrastructure and in our development cycle as disposable machines. We deploy the vm, install the stack with ansible and do the things and dispose that. I suggested ...

Preview Image

Fix Winget Microsoft Store entries

Back when Microsoft launched Winget, a new package manager for windows 10, only source was it’s own winget-pkgs. Recently Microsoft added support for Microsoft Store apps. It caused a lot problems ...

Preview Image

Install Omada Controller with Ansible playbook

Introduction In the previous post on “How to Install Omada controller on ubuntu”, we deployed the controller with all the manual method. To deploy on multiple machines and multiple locations, it’s...

Preview Image

Install Omada Controller on Ubuntu 20.04

Little Back Story TP Link is pushing Omada SDN from small businesses to home offices. TP Link has range of Hardware controller, Switches, Firewalls and Access Points from relatively inexpensive to...

Preview Image

Getting Started With Hugo in Windows and Free Hosting with Netlify

This is a guide for windows. There are multiple ways to install Hugo in a Windows PC. I prefer Chocolatey. To install, Open PowerShell or Command prompt with elevated privileges. Copy the followin...

Preview Image

Access Home Assistant from anywhere securely with DuckDNS, Let's Encrypt and NGINX

we’ve setup Home Assitant previously. Without static IP, it’s hard to access Home Assistant instance out of the home without hassio cloud.But it’s a subscription service. One of the reason one migh...