0

Migrated to VSCODE on docker

I recently migrated to code-server from using VSCODE binary installed on my system. One of the biggest reason is that due to my companies policies even after weekly updates, I am prompted to update vscode again and again during the week. I run windows 11 at home with WSL and macOS for work and the following steps will work on both machines. It will allow you to also add the copilot extension and use copilot and in addition add some extra extensions that might require local binaries. Steps to install Please update the following Once all is complete you can… Continue Reading

2

minikube wrapper – kubernetes

What is minikube? Minikube was developed to allow users to run Kubernetes LOCALLY. When you run minikube it will launch a minikube host as a container/VM depending on the driver and runs a single-node k8s cluster. Why minikube? Previously whenever I needed to test anything in the kubernetes environment I would stand up a full suite of servers 4 actually, 3 workers and 1 master node on a VM and it was very time-consuming to set up and use and also resource-intensive for my tiny home lab. I needed a way to create an environment fast and make it re-producible… Continue Reading