AKS-Tasks/ProjectsNote: # Kubectl, Azure CLI (Ubuntu 22.04) & AKS cluster with NGINX deploy: sudo apt update curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" sudo install -o root -g root -m 0755 kubectl /u...Mar 25, 2024·4 min read
nn-Gitlab-ProjectsNote: 1. Gitlab CI-CD for Terraform [ to create EC2 with Ansible-Jenkins ] Create IAM User (Admin Access) with secret access keys Create Gitlab A/c and clone to Laptop to push Terraform files (main.tf, provider.tf, install_jenkins.sh, backend...Feb 9, 2024·2 min read
NN-CV-ProjectsNote: 1. Deploy of Amazon Application through Full Azure CICD pipeline with Terraform Done Prerequisites for Azure Devops Project Created Azure Container Repo (ACR) and Azure kubernetes Cluster (AKS) cluster manually. Created needed S...Feb 9, 2024·6 min read
AOSNote-Projects-AssignmentsNote: # Assignment-1 [Static Website Hosting] # user data for hosting thru github repo link #!/bin/bash sudo su yum update -y yum install -y httpd git cd /var/www/html git clone https://github.com/Narian318/nn-aosnote-assignment-1.git cp -r nn-aosnot...Jan 17, 2024·1 min read
CCNA-FullSeriesNote: switch> en (or) enable # From user exit mode to privileged mode switch# conf (or) configure terminal #global configuration mode switch(config)# hostname nn-switch nn-switch(config)# banner motd #This is Test Switch# nn-switch(config)# ...Jan 17, 2024·1 min read
Devops - All Installations KitNote: Whole Credit, Thanx, Copy Rights of the below blog content goes to Shri Atiq Rahman....here iam just put all together into single blog for easily accessing Task-1: # Install Apache Maven on Amazon Linux2: sudo yum update -y sudo wget https://r...Jan 13, 2024·7 min read
python - MySQL# Python-MySQL Integration: # Lab-1 [to create DB and show all DBs] import mysql.connector mydb=mysql.connector.connect(host="localhost", user="root", password="xxxxxxx") print(mydb) mycursor = mydb.cursor() #mycursor.execute("create database pooj...Jan 13, 2024·1 min read