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
This project is part of Task 06, where a complete CI/CD pipeline is implemented using Jenkins, Docker, and AWS EC2 for a static HTML + CSS website. The Jenkins Declarative Pipeline automatically: Pulls source code from GitHub Builds a Docker image using Nginx Pushes the image to Docker Hub (instantprachi/html-css-website) Deploys and hosts the
This project is a GitHub Action that builds Docker-compatible images on various platforms, adds OCI metadata tags to the images, attests to the images, and then publishes the images to various registries.
Global Shark Attack Warner is an interactive Flask-powered web app that uses a trained ML model to predict your shark-attack risk—High or Low—based on activity, shark species, time of day, attack type and location. With a dynamic beach background and playful shark animations, it makes exploring marine safety both informative and fun.
Node.js Weather App with GitOps CI/CD Automated CI/CD pipeline using Jenkins for builds and ArgoCD for GitOps deployments. Docker Hub stores container images, while Kubernetes manages production deployments. Includes real-time weather data, Helm charts, and secure secrets management. Repo contains Dockerfile, Jenkinsfile, and ArgoCD/K8s manifests.
A Node.js web server with automated tests using Jest. With a CI/CD pipeline with GitHub Actions that automates testing for every pull request to the staging and main branches.