skip to content
Pradeep Chhetri

Software Engineer. Writing about databases, infrastructure, and distributed systems.

Main navigation

  • Home
  • Blog
  • TIL
GitHub LinkedIn RSS

Tag: tool

← All blog posts

  • GNU Utility: Envsubst

    Nov 5, 2020

    Recently, I learnt about a new command: envsubst which is present by default. It substitutes the values of environment variables. This means, instead of using helm, we can use plain k8s manifest an...

  • Container Signing Tool: Cosign

    Oct 4, 2020

    Cosign is tool developed by sigstore working group which takes care of container signing and verification. Let's first generate a key-pair: Now using the private key, we will sign a docker image.

© 2026 Pradeep Chhetri