Auto Added by WPeMatico

16Jun/26
GitHub – Profile ReadMe

GitHub – Profile ReadMe

Bored of the usual GitHub profile page? Want to share more than a few lines of text. Did you known you can alter it with a unique readme file that then allows you to use the markdown language to show text, links, emojis, and pictures on your GitHub profile. Creating Your GitHub ReadMe Profile
26Mar/26

Helm – Creating a Chart (Kubernetes)

Previously I discussed using Helm to install existing charts into Kubernetes (https://geektechstuff.com/2026/03/06/helm-kubernetes-package-manager-kubernetes/), but what if you have a custom self-made app or want to create a bespoke install into Kubernetes? Helm Create Alongside existing Helm charts, Helm gives you the option of creating your own charts. In fact, Helm even gives you a template with […]