@shradha91103
Loves to share knowledge.
I am Shradha Arsewar working as Associate software Engineer used to work as a Intern in Product Company (PTC). Likes to share knowledge
Nothing here yet.
Dec 16, 2025 · 2 min read · 11 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...
Join discussionDec 11, 2025 · 1 min read · Step 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...
Join discussionDec 3, 2025 · 1 min read · 1. 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...
Join discussionDec 1, 2025 · 2 min read · In this article we are going to cover How to Install ArgoCD on Minikube and How to Deploy Application on Minikube using ArgoCD UI. Prerequisite: Install minikube Install kubectl Install Docker Step #1:Install Argocd on Minikube Start the minik...
Join discussion