Planet Forklore

Aggregated blog posts from India's open source maintainers.

18 maintainers · 524 posts
Subscribe to RSS
Filter by author or tag

By Tag

Star Wars Beskar Viewing Order

I tweeted out my recommended viewing order for Star Wars recently1: Happy #StarWarsDay folks. If you've somehow managed to avoid watching Star Wars, here's my recommended viewing order (No Spoilers, 1/n) pic.twitter.com/K70O4ydCB7 — Nemo (@captn3m0) May 4, 2020 Thought I should …

Using Tailscale for home server

For those of you who are new to my blog, I had written about my home server setup (hydra) a few months back. Since then I’ve tweaked the setup a bit and made some changes to how I organise/deploy applications inside my cluster. I’ll be talking about the updates made so far and t…

Webinar on #Unschooling

Nandini, Advay and I were guests on a webinar hosted by Aarohi Life Education about #Unschooling and #OpenLearning. We were asked to share our journey of #Unschooling Advay on the Webinar and be available for open Q&A. Preparing for the Webinar, actually being on it and taking q…

DNS Lookups in Kubernetes

One of the primary advantages of deploying workloads in Kubernetes is seamless application discovery. Intra cluster communication becomes easy with the concept of Service which represents a Virtual IP backing a set of Pod IPs. For example, if vanilla service needs to talk to a c…

Resize PVC in Kubernetes

Well, the title is self explanatory so let’s begin! First off, we need to ensure that the StorageClass which was used to provision the PVC has the correct configuration. From the official docs: You can only expand a PVC if its storage class’s allowVolumeExpansion field is set to…

sshuttle - A better ssh tunnel

The Motivation# Sometime back I had to access a Kubernetes API server which was firewalled to a private VPC network. I didn’t want to setup a separate bastion instance just to access this cluster, cause TBH bastions are kinda redundant in K8s as every task can be performed throu…