Install Argo CD on KUBERNETES | Hindi
Install Argo CD on KUBERNETES | Hindi --------------------------------------------------- Create Argo CD namespace kubectl create namespace argocd Apply Argo CD manifests kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml Wait for pods: kubectl get pods -n argocd (All pods should reach Running.) 6. Access Argo CD UI (Local) Option A: Port Forward (Simplest) kubectl port-forward svc/argocd-server -n argocd 8080:443 Open browser: https://localhost:8080 Ignore the self-signed certificate warning. Option B: Change Service to NodePort (Optional) kubectl patch svc argocd-server -n argocd \-p '{"spec": {"type": "NodePort"}}' Find port: kubectl get svc argocd-server -n argocd 7. Get Initial Admin Password kubectl get secret argocd-initial-admin-secret -n argocd \ -o jsonpath="{.data.password}" | base64 -d Login: Username: admin Password: (output from above) 8. Install Argo CD CLI (Optional but Recommended) curl -sSL -o argocd \ https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64 chmod +x argocd sudo mv argocd /usr/local/bin/ Verify: argocd version Login via CLI: argocd login localhost:8080 9. Verify Installation kubectl get all -n argocd Kind single-node cluster Argo CD running UI + CLI access 10. Cleanup (If Needed) kind delete cluster --name argocd-cluster π Subscribe to my channel for more content πhttps://www.youtube.com/@learningcurve_tutorials BiAQB0gcJCSkKAYcqIYzv "π MS-102_Microsoft Office365 Training-Day1 π₯ Watch here: https://youtu.be/gz3sjNONnvU "π MS-102_Microsoft Office365 Admin Center Interface-Day 2 π₯ Watch here: https://youtu.be/h8N4xMnhvro "π Office 365 License Types | Day 3 π₯ Watch here: https://youtu.be/MhxnGOCMt8M "π Setup Roles/Users Office365 Account -Day 4 π₯ Watch here: https://youtu.be/ZChHBTz4rX0 "π How to Assign Admin Roles to users in Microsoft 365 - Day 5 π₯ Watch here: https://youtu.be/2qKEVgy1hQI π How to Implement role groups in Microsoft 365 - Day 6 π₯ Watch here: https://youtu.be/zu_bsJEOLAs #Microsoft365 #Office365 #SysAdmin #Learning" "π What Is Microsoft Entra ID - Day 7 π₯ Watch here: https://youtu.be/wfqkZ8LuJWI #Microsoft365 #Office365 #SysAdmin #Learning" "π How to Add Users/Assign License in EntraId -Day 8 π₯ Watch here: https://youtu.be/sd1KsNgkaTI #Microsoft365 #Office365 #SysAdmin #Learning" "π How to Add/Remove Members to Security Groups in Entra ID - Day 9 π₯ Watch here: https://youtu.be/wq4lOXAnyg4 #Microsoft365 #Office365 #SysAdmin #Learning" "π How to Check the Audit/Sign-In Logs in Entra portal - Day 10 π₯ Watch here: https://youtu.be/jkVBLtvp6is #Microsoft365 #Office365 #SysAdmin #Learning" "π How to Create Administrative Units in Microsoft Entra ID - Day 11 π₯ Watch here: https://youtu.be/cThR4wM-RBI #Microsoft365 #Office365 #SysAdmin #Learning" "π What is SSPR & Configure MFA for MS365 Users - Day 13 π₯ Watch here: https://youtu.be/Yz_Z15HjkeU "π How to Connect On-premise User to MS Office365 -Day 14 π₯ Watch here: https://youtu.be/wv4OId5ftDw "π Installing Windows Server 2025 VM in VirtualBox - Day 15 π₯ Watch here: https://youtu.be/DAnjQR5BcEI "π How to Install Windows Server 2025 in Oracle VirtualBox - Day 17 π₯ Watch here: https://youtu.be/cWWnc70IaLI "π How to Install ADDS services on Windows Server 2025 - Day 18 π₯ Watch here: https://youtu.be/dwNyxeFoZy8 "π Setup AD DS server - Day 19 π₯ Watch here: https://youtu.be/ag1gcxg0dsE "π Set Up Windows Server 2025 as an Active Directory Domain Services (AD DS) server - Day 20 π₯ Watch here: https://youtu.be/cF2vZWaI_FY "π Create Dummy Users Using Active Directory Users and Computers - Day 21 π₯ Watch here: https://youtu.be/2evn7FkJvVA "π Azure AD Connect Setup | Microsoft Entra Connect Health - Day 22 π₯ Watch here: https://youtu.be/0E3A5ICcBK4 "π How To Add Guest Additions in Oracle Virtual Box - Day 23 π₯ Watch here: https://youtu.be/vzBA8DnQlpw "π Connect Microsoft Entra Connect Agent in Server 2025 - Day24 π₯ Watch here: https://youtu.be/4kVJl9_Y5aQ "π How to Enroll Sync AD Users to MSOffice365 EntraID - Day 25 π₯ Watch here: https://youtu.be/53TqwvbVFZM
Download
0 formatsNo download links available.