Found 172 repositories(showing 30)
AaronForce1
Terraform-powered, infrastructure-as-code for provisioning an AWS EKS Cluster with "base" installations of essential kubernetes deployments, such as: Nginx Ingress, Gitlab Runner, Cert Manager, Hashicorp Consul, Hashicorp Vault, Kubernetes Dashboard.
SM4527
Deploy Nginx Ingress on an EKS cluster using Terraform & Helm.
Deploy Nginx Ingress Controller with AWS NLB on EKS
JakubSzuber
A complete example of a repository with the implementation of automation, scalability, containerization, availability, and DevOps/GitOps philosophy. In a nutshell, it is a simple React-Nginx app (deployed in AWS EKS through Terraform) that has implemented multiple environments and a bunch of automation built around them! ♾️🚀
rodrigocmn
This example aims to demonstrate how to deploy a kubernetes cluster using EKS as the Kubernetes managed service and Nginx (as web server, reverse proxy, cache solution or any other Nginx functionality that you may need).
sgdavidw
This script uses demo-magic.sh to demonstrate how to build and deploy an NGINX Plus Ingress Controller/App Protect in the AWS EKS cluster to protect an OWASP Juice-Shop App .
cohenaj194
Scripts to go with my tutorial "How to deploy Nginx on EKS Kubernetes"
akashveera
This project demonstrates an end-to-end deployment of an Nginx web server using Jenkins, Kubernetes, and Terraform on AWS. The infrastructure will be provisioned with Terraform, and the Nginx web server will be deployed within an EKS cluster managed by Jenkins.
No description available
SofiaNeogalaxy
Automated CICD Pipeline for Web App Deployment using Nginx, OpenSSL, Ansible, Jenkins, Terraform, Docker, and Amazon EKS
yassinechouket
This project implements DevOps best practices to deploy a Spring Boot Kafka-based REST API on AWS using Terraform, Docker, and Kubernetes (EKS). It features a CI/CD pipeline with GitHub Actions, NGINX Ingress for traffic routing,
CS-Skypper
Personal capstone project merging together some technologies that I've been looking around. We can see the creation of Kubernetes managed cluster (EKS) on AWS using Terraform. To enrich and automate the experience I used Helm Charts for deploying Ingress-Nginx as Ingress Controller, Metrics Server, Kube Prometheus Stack and Cluster Autoscaler. For the CI part I used Jenkins and for the CD part ArgoCD. All around in a GitOps style.
lemmebee
Deploy surprisingly nginx with eks, helm & kind
bobbysinghh
No description available
KhaledEl-Sman
This Terraform configuration provisions an AWS Elastic Kubernetes Service (EKS) cluster along with its supporting VPC infrastructure, and deploys a sample Nginx application on the cluster.
evfurman
Node.js app deployment with nginx reverse proxy using EKS and Helm.
irschad
Create EKS cluster with a Node Group and deploy nginx application on the cluster
csrrmrvll
Playbooks and roles to provision an EKS cluster with ingress NGINX and some deployments
GeorgiYovchev
Production-ready AWS EKS infrastructure using Terraform modules, Ansible configuration, and GitLab CI/CD. Includes VPC, EKS cluster, ALB, SSL, IAM, and sample nginx deployment.
AndreiBrandes
Deploy a simple nginx website to AWS EKS using Terraform and HELM, all triggered by GitHub Actions
ulzeraj
Deploy an EKS cluster with popular controllers like nginx-ingress and cert-manager along with public and private subnets
sudo-hrmn
🎮 2048 Game DevOps Pipeline - Complete AWS EKS deployment with Kubernetes, ArgoCD GitOps, Jenkins CI/CD, and NGINX Ingress. Local development setup with Minikube support.
ariesyous
Terraform scripts to deploy an AWS EKS cluster with self‑managed EC2 worker nodes enforcing SELinux, plus a simple nginx demo app.
selvanayaki678
This repo is having helm charts of Nginx ingress controller, Prometheus, Kube state metrics and deploying sonarqube in EKS using terraform in Jenkins pipeline.
Wajahathr
A production-grade three-tier web application deployed on AWS EKS, featuring MongoDB StatefulSets, dynamic EBS storage provisioning, and traffic routing via AWS ALB and NGINX Ingress.
parthmehta93
Built an end-to-end DevOps pipeline for a Golang web application using Docker and Kubernetes (EKS). Implemented CI/CD with GitHub Actions and GitOps-based deployment using ArgoCD and Helm. Configured NGINX Ingress for external access and ensured scalable, production-ready deployment on AWS.
AkshaySiv
A hands-on project to deploy a sample Nginx application on Amazon EKS using AWS Fargate and expose it via an Application Load Balancer (ALB) using the AWS Load Balancer Controller.
ahmadullah-ai-ops
A multi-cloud self-healing Kubernetes architecture deployed on AWS EKS and Azure AKS using Terraform and Jenkins CI/CD. Demonstrates automated recovery, scalable microservices, and cross-cloud resilience with NGINX as a demo application.
airrakeshkumarsharma
This repository showcases a comprehensive DevOps project, walking through building, dockerizing, and deploying a scalable web application on AWS. It includes Docker, Docker Compose, Nginx, GitHub Actions, AWS EC2 and EKS, and monitoring and logging setup.
ines312692
Infrastructure-as-Code project to provision an Amazon EKS (Elastic Kubernetes Service) cluster with Terraform, and deploy a sample NGINX workload via Kubernetes manifests. A Jenkins pipeline (Jenkinsfile) is provided to automate Terraform init/validate/plan/apply or destroy