SAShradha Arsewarindevopsnote.hashnode.dev·Mar 23 · 3 min readCreating an AWS S3 Bucket using CrossplaneIn this blog, we’ll walk through the process of provisioning an S3 bucket on AWS using Crossplane. Prerequisites: A Kubernetes cluster up and running. AWS CLI configured with the necessary credent00
SAShradha Arsewarindevopsnote.hashnode.dev·Mar 10 · 6 min readLinux Commands that will make you fall in Love with Linuxncdu: (NCurses Disk Usage) command is an interactive, text-based utility in Linux for analyzing disk space usage. It provides a fast way to scan directories and visualize which files and subdirectorie00
SAShradha Arsewarindevopsnote.hashnode.dev·Dec 16, 2025 · 2 min readgitops task11 Initialize Git Repository & Project Structure: 2 Navigate to project directory: cd ~/gitops-microservices 3 git init 4 Create folder structure for microservices and Kubernetes manifests mkdir -p service-a mkdir -p service-b mkdir -p k8s/service-a...00
SAShradha Arsewarindevopsnote.hashnode.dev·Dec 11, 2025 · 1 min readSending Email through bashscriptStep 1 : install mutt : Open your terminal and install mutt by running sudo apt update sudo apt install mutt Step 2: Configure mutt for Outgoing Email: Log into Google account Go to: Google Account → Security Enable 2-Step Verification Then go to Ap...00
SAShradha Arsewarindevopsnote.hashnode.dev·Dec 3, 2025 · 1 min readDeploy NGINX on Kubernetes Using ArgoCD UI1. Add Your GitHub Repository in ArgoCD: Open ArgoCD UI. Go to Settings → Repositories. Click Connect Repo. 2. Create an Application in ArgoCD:From ArgoCD UI, click + NEW APP. Fill the required fields: Application Details Application Name: ng...00