Skip to content
/ yolo Public
forked from Vinge1718/yolo

Nodejs, Express API and MongoDB e-commerce feature project

Notifications You must be signed in to change notification settings

Mwaumba/yolo

 
 

Repository files navigation

GKE Autopilot Cluster Deployment

This project involves deploying a Kubernetes application on Google Kubernetes Engine (GKE) using Autopilot mode. 2. Build and Tag Docker Images: Build the Docker image:

docker build -t my-app:latest .
## Kubernetes Manifests

- **Deployments:**
- Located in `k8s/deployments/`

- **StatefulSets:**
- Located in `k8s/statefulsets/`

- **Services:**
- Located in `k8s/services/`

- **PersistentVolumeClaims:**
- Located in `k8s/persistent-volumes/`
## Access Instructions

Access the frontend application using the LoadBalancer IP or URL provided by the `frontend-service`.

About

Nodejs, Express API and MongoDB e-commerce feature project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • JavaScript 1.9%
  • Other 0.6%