A miniature of my name’s first letter.

A miniature of my name’s first letter.

Welcome to my website!

Hello, I’m Dario Castellano and this is my personal page, D Repo (pronounced “the repo”) . I’m an IT Scientist with experience in digital identity, having worked on various projects related to blockchain, UI/UX, digital identity, amateur football and so on. I have contributed to IT research during my PhD and enjoy sharing insights on development tip and tricks, new findings in tech and notes on how I solved something.

I also (try to) maintain a Blog where I share thoughts on differnet things.

If you’d like to get in touch, feel free to reach out through my social media links or email under the Contact tab.

♦ ♦ ♦

My writing

Local K8s Setup

Configure Kubernetes Locally

  • Install kubectl
  • Install helm:
    • brew install helm
  • Install AWS CLI:
curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
sudo installer -pkg AWSCLIV2.pkg -target /

At this point, by default, kubectl tries to verify the local cluster. This local cluster does not exist unless it has been initialized (Minikube, also usable via Docker Desktop or Orbstack).

Read more...