/Img_app

Microservice project

Primary LanguagePython

Img_app

Microservice project

git clone https://github.com/hojat-gazestani/Img_app.git && cd Img_app
source img/bin/activate

cd img_project
docker build -t img_app .
docker run -d --hostname ImgAPP30 -p 8030:8003 img_app
docker run -d --hostname ImgAPP31 -p 8031:8003 img_app
docker run -d --hostname ImgAPP32 -p 8032:8003 img_app

Kubernetes project YAML files

./setup_k8s_structure.sh
  • Environment Directories: The script creates staging and production directories under k8s-manifests, with subdirectories like deployments, services, configmaps, etc.
  • Helm Chart Setup: Under helm, it creates a img-app-chart directory, initializing standard Helm chart files like Chart.yaml, values.yaml, and basic template files (deployment.yaml, service.yaml).