You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here I am working on a complete Development of a CI/CD Pipeline by building and automating an infrastructure using Terraform along with Deploying and automating a Node.js app into a Docker Image and pushing it into AWS ECR Repository, then pulling an image into AWS EC2 Instance and running the container.
This repo leverages Terraform and GitHub Actions to orchestrate the setup of an AWS Elastic Kubernetes Cluster (EKS). It automates the provisioning process while emphasizing DevOps principles. Additionally, we deploy and manage applications on the EKS cluster for seamless operations.
This repo about the GitHub Actions workflow is tailored for deploying infrastructure via Terraform on Google Cloud Platform (GCP). It can be triggered manually or automatically when you push code.