KSKhalid shaikhinkhalid-shaikh.hashnode.dev·Aug 26, 2025 · 2 min readArgoCD on Kind Cluster and Deploying a Basic Voting AppKind Installation #!/bin/bash # For AMD64 / x86_64 [ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64 chmod +x ./kind sudo cp ./kind /usr/local/bin/kind rm -rf kind Docker Installation ## Install Docke...00
KSKhalid shaikhinkhalid-shaikh.hashnode.dev·May 8, 2025 · 4 min readAWS EBS Volume Size Without DowntimeStep 1: Take snapshot of the EC2 instance just incase if anything happens so we can rollback Step 2 : Increase the size of the volume to desired size through aws console Step 3: Extend the Linux file system after resizing Step 1: Create a snapshot of...00
KSKhalid shaikhinkhalid-shaikh.hashnode.dev·Apr 27, 2025 · 4 min readJenkins Backup: ThinBackup with S3 bucket scriptManual Script vs. Jenkins Backup Plugin FactorManual ScriptJenkins Plugin (ThinBackup) Ease of SetupRequires writing & maintaining a shell scriptGUI-based setup in Jenkins (no coding needed) SchedulingRequires cron or external schedulerBuilt-...00