NNNarendra Ninnaren-cloud.hashnode.dev·Mar 25, 2024 · 4 min readAKS-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...00
NNNarendra Ninnaren-cloud.hashnode.dev·Feb 14, 2024 · 1 min readWordpress/PHP/MySQL-ProjectsNote: 1. Install Apache server on Ubuntu sudo apt install apache2 2. Install php runtime and php mysql connector sudo apt install php libapache2-mod-php php-mysql 3. Install MySQL server sudo apt install mysql-server 4. Login to MySQL server sudo...00
NNNarendra Ninnaren-cloud.hashnode.dev·Feb 11, 2024 · 3 min readJenkins-ProjectsNote: 1. Netflix App deploy on k8s through Jenkins CI-CD [DevSecOps] create EC2(ubuntu 22.04, t2.large) and run script1.sh(Jenkins + Docker + Sonar + Trivy + kubectl) Next access Jenkins(8080), Sonar(9000) and install all plugins(JDK, Sonar, ...00
NNNarendra Ninnaren-cloud.hashnode.dev·Feb 11, 2024 · 2 min readGithubActions-ProjectsNote: 1. Tic-Tac-Toe Game deploy on EKS through Github Actions Create 1st EC2(ubuntu 22.04, t2.large) and attach IAM(Admin access or EC2+S3+EKS Full accesses) Role Install Docker & run sonar container, access sonar(9000) and run script.sh(JDK...00
NNNarendra Ninnaren-cloud.hashnode.dev·Feb 10, 2024 · 3 min readTerraform-ProjectsNote: Jenkins through Terraform 2. EC2(Jenkins+Sonarqube+Trivy) through Terraform Install Terraform & setup env path on Local Laptop(if wish to use VSCode) or any ec2 instance Install aws cli and aws configure(access, secret keys) with IAM U...00