├── AWS ├── AWS Auto Scaling.md ├── AWS Interview Questions.md ├── Cloud Computing.md ├── EC2.md ├── IAM.md ├── Loadbalancers.md ├── Migration from AWS to Azure.md ├── Route53.md ├── VPC.md ├── VPC_PART_2.md ├── VPN Direct_Connect And VPC Peering.md ├── migration to Cloud.md └── s3.md ├── Architecture └── Architecture.md ├── Batch └── DevOps_Cloud_Training_Syllabus.md ├── Docker └── Docker.md ├── GIT └── Git.md ├── Git demo └── New Text Document.txt ├── Interview Prep ├── Advanced AWS Interview Q&A.md ├── ArgoCD Q&A.md ├── Devops adv interview Q&A - 2.md ├── Devops and Cloud Q&A for Freshers.md ├── Docker Adv Int Q & A.md ├── K8s Scenario based questions.md ├── Kubernetes_Advanced_Interview_Questions.md ├── Real Interview Q&A for 4 years exp.md ├── TOP 20 Docker interview que & Ans.md └── Terraform Int Q & A.md ├── JIRA └── JIRA.md ├── Jenkins ├── Jenkins Setup.md └── Script_Java_jenkins_Docker.sh ├── K8s-upgrade ├── Upgrade.sh ├── k8s_cluster.sh ├── manual update └── pre-upgrade-backup.sh ├── Kubernetes ├── AWS EKS setup.md ├── Answer any scenario.md ├── Architecture of High Availability.md ├── Deployment strategies │ ├── Blue-Green │ │ ├── Blue.yaml │ │ ├── Green.yaml │ │ └── Service.yaml │ └── Canary │ │ ├── istio.yaml │ │ ├── svc.yaml │ │ ├── v1.yaml │ │ └── v2.yaml ├── Install ArgoCD on Minikube.md ├── Istio Installation.txt ├── K8s Troubleshooting.md ├── K8s_security.md ├── Kubernetes Notes.md ├── Kubernetes Scenario based questions.md ├── Kubernetes errors and Troubleshooting.md ├── Sealed Secrets ArgoCD.md ├── k8s_master.sh ├── k8s_worker.sh └── kubeadm_jenkins_maven_docker.sh ├── Linux └── Linux.md ├── MAVEN └── maven.md ├── Monitoring ├── Prometheus and Grafana.md └── Prometheus&grafana_installation.md ├── Nexus └── Nexus.md ├── Prometheus&Grafana └── Prometheus&Grafan.md ├── Python for beginners ├── Day -01 │ └── Day-01-python_intro_basics.md ├── Day-06 │ ├── monitorpod.txt │ ├── role.txt │ ├── rolebinding.txt │ └── serviceaccount.txt ├── day2.py ├── day3.py ├── day4.py ├── day5.py ├── day6.py ├── day7.py ├── deploy.log ├── deploy.yaml ├── ebs_automation.py ├── test.py ├── testing_upload └── yaml_automation.py ├── Real Time Scenario Questions ├── Devops interview prepartion part 2.md ├── FINOPS.pdf ├── Intermediate Level Interview Questions.md ├── Jenkins and Git.md └── Scenario_Based_Questions.md ├── Shell Scripting └── Shell-Day-1.md ├── SonarQube └── SonarQube.md ├── Terraform ├── Project │ ├── alb.tf │ ├── autoscaling.tf │ ├── database.tf │ ├── launch_template.tf │ ├── network.tf │ ├── project.md │ ├── providers.tf │ ├── security.tf │ └── variables.tf ├── Scenario_based _ Q&A.md ├── Teraform Interview Q & A - Part 1.md ├── Terraform Advanced Scenario based q & A.md ├── Terraform.md └── modules │ ├── Module │ ├── main.tf │ ├── outputs.tf │ ├── root_main.tf │ ├── terraform.tfvars │ ├── test │ └── variables.tf ├── Trivy └── Trivy installation.md └── test.txt /AWS/AWS Auto Scaling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/AWS Auto Scaling.md -------------------------------------------------------------------------------- /AWS/AWS Interview Questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/AWS Interview Questions.md -------------------------------------------------------------------------------- /AWS/Cloud Computing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/Cloud Computing.md -------------------------------------------------------------------------------- /AWS/EC2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/EC2.md -------------------------------------------------------------------------------- /AWS/IAM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/IAM.md -------------------------------------------------------------------------------- /AWS/Loadbalancers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/Loadbalancers.md -------------------------------------------------------------------------------- /AWS/Migration from AWS to Azure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/Migration from AWS to Azure.md -------------------------------------------------------------------------------- /AWS/Route53.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/Route53.md -------------------------------------------------------------------------------- /AWS/VPC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/VPC.md -------------------------------------------------------------------------------- /AWS/VPC_PART_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/VPC_PART_2.md -------------------------------------------------------------------------------- /AWS/VPN Direct_Connect And VPC Peering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/VPN Direct_Connect And VPC Peering.md -------------------------------------------------------------------------------- /AWS/migration to Cloud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/migration to Cloud.md -------------------------------------------------------------------------------- /AWS/s3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/AWS/s3.md -------------------------------------------------------------------------------- /Architecture/Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Architecture/Architecture.md -------------------------------------------------------------------------------- /Batch/DevOps_Cloud_Training_Syllabus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Batch/DevOps_Cloud_Training_Syllabus.md -------------------------------------------------------------------------------- /Docker/Docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Docker/Docker.md -------------------------------------------------------------------------------- /GIT/Git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/GIT/Git.md -------------------------------------------------------------------------------- /Git demo/New Text Document.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Interview Prep/Advanced AWS Interview Q&A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Interview Prep/Advanced AWS Interview Q&A.md -------------------------------------------------------------------------------- /Interview Prep/ArgoCD Q&A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Interview Prep/ArgoCD Q&A.md -------------------------------------------------------------------------------- /Interview Prep/Devops adv interview Q&A - 2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Interview Prep/Devops adv interview Q&A - 2.md -------------------------------------------------------------------------------- /Interview Prep/Devops and Cloud Q&A for Freshers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Interview Prep/Devops and Cloud Q&A for Freshers.md -------------------------------------------------------------------------------- /Interview Prep/Docker Adv Int Q & A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Interview Prep/Docker Adv Int Q & A.md -------------------------------------------------------------------------------- /Interview Prep/K8s Scenario based questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Interview Prep/K8s Scenario based questions.md -------------------------------------------------------------------------------- /Interview Prep/Kubernetes_Advanced_Interview_Questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Interview Prep/Kubernetes_Advanced_Interview_Questions.md -------------------------------------------------------------------------------- /Interview Prep/Real Interview Q&A for 4 years exp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Interview Prep/Real Interview Q&A for 4 years exp.md -------------------------------------------------------------------------------- /Interview Prep/TOP 20 Docker interview que & Ans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Interview Prep/TOP 20 Docker interview que & Ans.md -------------------------------------------------------------------------------- /Interview Prep/Terraform Int Q & A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Interview Prep/Terraform Int Q & A.md -------------------------------------------------------------------------------- /JIRA/JIRA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/JIRA/JIRA.md -------------------------------------------------------------------------------- /Jenkins/Jenkins Setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Jenkins/Jenkins Setup.md -------------------------------------------------------------------------------- /Jenkins/Script_Java_jenkins_Docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Jenkins/Script_Java_jenkins_Docker.sh -------------------------------------------------------------------------------- /K8s-upgrade/Upgrade.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/K8s-upgrade/Upgrade.sh -------------------------------------------------------------------------------- /K8s-upgrade/k8s_cluster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/K8s-upgrade/k8s_cluster.sh -------------------------------------------------------------------------------- /K8s-upgrade/manual update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/K8s-upgrade/manual update -------------------------------------------------------------------------------- /K8s-upgrade/pre-upgrade-backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/K8s-upgrade/pre-upgrade-backup.sh -------------------------------------------------------------------------------- /Kubernetes/AWS EKS setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/AWS EKS setup.md -------------------------------------------------------------------------------- /Kubernetes/Answer any scenario.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Answer any scenario.md -------------------------------------------------------------------------------- /Kubernetes/Architecture of High Availability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Architecture of High Availability.md -------------------------------------------------------------------------------- /Kubernetes/Deployment strategies/Blue-Green/Blue.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Deployment strategies/Blue-Green/Blue.yaml -------------------------------------------------------------------------------- /Kubernetes/Deployment strategies/Blue-Green/Green.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Deployment strategies/Blue-Green/Green.yaml -------------------------------------------------------------------------------- /Kubernetes/Deployment strategies/Blue-Green/Service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Deployment strategies/Blue-Green/Service.yaml -------------------------------------------------------------------------------- /Kubernetes/Deployment strategies/Canary/istio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Deployment strategies/Canary/istio.yaml -------------------------------------------------------------------------------- /Kubernetes/Deployment strategies/Canary/svc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Deployment strategies/Canary/svc.yaml -------------------------------------------------------------------------------- /Kubernetes/Deployment strategies/Canary/v1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Deployment strategies/Canary/v1.yaml -------------------------------------------------------------------------------- /Kubernetes/Deployment strategies/Canary/v2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Deployment strategies/Canary/v2.yaml -------------------------------------------------------------------------------- /Kubernetes/Install ArgoCD on Minikube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Install ArgoCD on Minikube.md -------------------------------------------------------------------------------- /Kubernetes/Istio Installation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Istio Installation.txt -------------------------------------------------------------------------------- /Kubernetes/K8s Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/K8s Troubleshooting.md -------------------------------------------------------------------------------- /Kubernetes/K8s_security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/K8s_security.md -------------------------------------------------------------------------------- /Kubernetes/Kubernetes Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Kubernetes Notes.md -------------------------------------------------------------------------------- /Kubernetes/Kubernetes Scenario based questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Kubernetes Scenario based questions.md -------------------------------------------------------------------------------- /Kubernetes/Kubernetes errors and Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Kubernetes errors and Troubleshooting.md -------------------------------------------------------------------------------- /Kubernetes/Sealed Secrets ArgoCD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/Sealed Secrets ArgoCD.md -------------------------------------------------------------------------------- /Kubernetes/k8s_master.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/k8s_master.sh -------------------------------------------------------------------------------- /Kubernetes/k8s_worker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/k8s_worker.sh -------------------------------------------------------------------------------- /Kubernetes/kubeadm_jenkins_maven_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Kubernetes/kubeadm_jenkins_maven_docker.sh -------------------------------------------------------------------------------- /Linux/Linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Linux/Linux.md -------------------------------------------------------------------------------- /MAVEN/maven.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/MAVEN/maven.md -------------------------------------------------------------------------------- /Monitoring/Prometheus and Grafana.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Monitoring/Prometheus and Grafana.md -------------------------------------------------------------------------------- /Monitoring/Prometheus&grafana_installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Monitoring/Prometheus&grafana_installation.md -------------------------------------------------------------------------------- /Nexus/Nexus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Nexus/Nexus.md -------------------------------------------------------------------------------- /Prometheus&Grafana/Prometheus&Grafan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Prometheus&Grafana/Prometheus&Grafan.md -------------------------------------------------------------------------------- /Python for beginners/Day -01/Day-01-python_intro_basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/Day -01/Day-01-python_intro_basics.md -------------------------------------------------------------------------------- /Python for beginners/Day-06/monitorpod.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/Day-06/monitorpod.txt -------------------------------------------------------------------------------- /Python for beginners/Day-06/role.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/Day-06/role.txt -------------------------------------------------------------------------------- /Python for beginners/Day-06/rolebinding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/Day-06/rolebinding.txt -------------------------------------------------------------------------------- /Python for beginners/Day-06/serviceaccount.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/Day-06/serviceaccount.txt -------------------------------------------------------------------------------- /Python for beginners/day2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/day2.py -------------------------------------------------------------------------------- /Python for beginners/day3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/day3.py -------------------------------------------------------------------------------- /Python for beginners/day4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/day4.py -------------------------------------------------------------------------------- /Python for beginners/day5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/day5.py -------------------------------------------------------------------------------- /Python for beginners/day6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/day6.py -------------------------------------------------------------------------------- /Python for beginners/day7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/day7.py -------------------------------------------------------------------------------- /Python for beginners/deploy.log: -------------------------------------------------------------------------------- 1 | 2025-08-04 16:13:11 starting deployment 2 | -------------------------------------------------------------------------------- /Python for beginners/deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/deploy.yaml -------------------------------------------------------------------------------- /Python for beginners/ebs_automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/ebs_automation.py -------------------------------------------------------------------------------- /Python for beginners/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/test.py -------------------------------------------------------------------------------- /Python for beginners/testing_upload: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Python for beginners/yaml_automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Python for beginners/yaml_automation.py -------------------------------------------------------------------------------- /Real Time Scenario Questions/Devops interview prepartion part 2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Real Time Scenario Questions/Devops interview prepartion part 2.md -------------------------------------------------------------------------------- /Real Time Scenario Questions/FINOPS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Real Time Scenario Questions/FINOPS.pdf -------------------------------------------------------------------------------- /Real Time Scenario Questions/Intermediate Level Interview Questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Real Time Scenario Questions/Intermediate Level Interview Questions.md -------------------------------------------------------------------------------- /Real Time Scenario Questions/Jenkins and Git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Real Time Scenario Questions/Jenkins and Git.md -------------------------------------------------------------------------------- /Real Time Scenario Questions/Scenario_Based_Questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Real Time Scenario Questions/Scenario_Based_Questions.md -------------------------------------------------------------------------------- /Shell Scripting/Shell-Day-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Shell Scripting/Shell-Day-1.md -------------------------------------------------------------------------------- /SonarQube/SonarQube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/SonarQube/SonarQube.md -------------------------------------------------------------------------------- /Terraform/Project/alb.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Project/alb.tf -------------------------------------------------------------------------------- /Terraform/Project/autoscaling.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Project/autoscaling.tf -------------------------------------------------------------------------------- /Terraform/Project/database.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Project/database.tf -------------------------------------------------------------------------------- /Terraform/Project/launch_template.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Project/launch_template.tf -------------------------------------------------------------------------------- /Terraform/Project/network.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Project/network.tf -------------------------------------------------------------------------------- /Terraform/Project/project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Project/project.md -------------------------------------------------------------------------------- /Terraform/Project/providers.tf: -------------------------------------------------------------------------------- 1 | provider "aws" { 2 | region = "ap-south-1" 3 | } -------------------------------------------------------------------------------- /Terraform/Project/security.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Project/security.tf -------------------------------------------------------------------------------- /Terraform/Project/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Project/variables.tf -------------------------------------------------------------------------------- /Terraform/Scenario_based _ Q&A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Scenario_based _ Q&A.md -------------------------------------------------------------------------------- /Terraform/Teraform Interview Q & A - Part 1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Teraform Interview Q & A - Part 1.md -------------------------------------------------------------------------------- /Terraform/Terraform Advanced Scenario based q & A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Terraform Advanced Scenario based q & A.md -------------------------------------------------------------------------------- /Terraform/Terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/Terraform.md -------------------------------------------------------------------------------- /Terraform/modules/Module: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Terraform/modules/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/modules/main.tf -------------------------------------------------------------------------------- /Terraform/modules/outputs.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/modules/outputs.tf -------------------------------------------------------------------------------- /Terraform/modules/root_main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/modules/root_main.tf -------------------------------------------------------------------------------- /Terraform/modules/terraform.tfvars: -------------------------------------------------------------------------------- 1 | ami_id = "ami-00bb6a80f01f03502" 2 | key_name = "Ashok" -------------------------------------------------------------------------------- /Terraform/modules/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Terraform/modules/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Terraform/modules/variables.tf -------------------------------------------------------------------------------- /Trivy/Trivy installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gashok13193/DevOps-Docs/HEAD/Trivy/Trivy installation.md -------------------------------------------------------------------------------- /test.txt: -------------------------------------------------------------------------------- 1 | this is a test file 2 | 1 3 | 4 | 2 5 | 3 6 | 4 7 | --------------------------------------------------------------------------------