My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
DevOps
Software Engineering
Security
Data Science
Disclaimer
About
▼
Thursday, 5 March 2026
How to install Clickhouse in AWS EKS cluster via Altinity Helm charts and Terraform
›
Installing ClickHouse on an AWS EKS cluster using Terraform and the Altinity Helm charts typically involves two stages: Installing the Alt...
Introduction to ArgoCD
›
ArgoCD is a tool for deploying applications in Kubernetes cluster following the GitOps principles. Argo CD is a declarative, GitOps-based ...
Thursday, 26 February 2026
Introduction to KubePug (Kubernetes tool)
›
What is KubePug? KubePug (Kubernetes PreUpGrade Checker) is an open-source kubectl plugin and CLI tool designed to identify deprecated or de...
Introduction to Krew (Kubernetes tool)
›
Krew is the official plugin manager for the kubectl command-line tool. Much like apt for Debian or Homebrew for macOS, it allows users to ea...
Introduction to Pluto (Kubernetes tool)
›
Pluto is: CLI tool that helps users find deprecated Kubernetes API versions in your code repositories and Helm releases. It's especi...
Where to keep Helm chart values in Terraform projects
›
If we use Terraform to deploy Helm charts, we might be using one of these strategies to keep chart values: Values are in inline YAML string ...
›
Home
View web version