This is my consulting website for Cloud & DevOps services.
Project description
Project‑Root
A full‑stack web application with an API‑driven Python backend, a static/templated frontend, and complete container/Kubernetes deployment workflows.
Security gates (Gitleaks) and CI/CD are handled through GitHub Actions.
crontab -e
Table of Contents
- Architecture
- Directory Layout
- Local Development
- Docker Usage
- Kubernetes Deployment
- CI/CD & Secret Scanning
- Environment Variables
- Contributing
- License
Architecture
┌─────────────┐ HTTP ┌──────────────┐
│ Browser │ ───────────▶ │ Flask API │
│ (frontend) │ │ (backend) │
└─────────────┘ └──────────────┘
▲ │
│ Static assets / Jinja │
└───────────────┬──────────────┘
▼
┌──────────────┐
│ Database │
└──────────────┘
### 🔧 Tech Stack at a Glance
| Layer | What We Use | Where It Lives |
|-------|-------------|----------------|
| **Frontend** | HTML • CSS • JavaScript | `static/`, `templates/` |
| **Backend** | Flask (`app.py`) | project root |
| **Container** | Docker (single image) | `Dockerfile` |
| **Orchestration** | Kubernetes manifests | `kubernetes/` |
| **Automation / CI · CD** | GitHub Actions | `.github/workflows/` |
# 1. Clone & install deps
git clone https://github.com/your-org/project-root.git
cd project-root
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
# 2. Set env vars (see .env.example)
export FLASK_ENV=development
export SECRET_KEY=changeme
# …
# 3. Run the server
python app.py
# → http://localhost:5000
/etc/nginx/nginx.conf
#
#
####################################################
pending pod disk space
# See what images are present
ctr -n k8s.io images list
# Remove unused containerd images (be cautious)
ctr -n k8s.io images prune
# Or for Docker users (if running Docker instead):
docker system prune -a
####################################################
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file my-cloud-devops-consulting-1.1.202506142217.tar.gz.
File metadata
- Download URL: my-cloud-devops-consulting-1.1.202506142217.tar.gz
- Upload date:
- Size: 72.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c1b89be39050f1cf67fe2ddae28eb0b8179af4e5d4f7203be1d2ec9f3c70e06
|
|
| MD5 |
487f72e806c99fe6f571e3d8977b2b33
|
|
| BLAKE2b-256 |
4b4869f7ef98844b3ee96d93cd35d7213a4cd5b900bef6bee1220767d2d320b2
|
File details
Details for the file my_cloud_devops_consulting-1.1.202506142217-py3-none-any.whl.
File metadata
- Download URL: my_cloud_devops_consulting-1.1.202506142217-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6213b89675d4cd921258ba365bd8746046ec975ea9e1d2ed32cd49f979027389
|
|
| MD5 |
1747e66258e3c85646c16491aee878d4
|
|
| BLAKE2b-256 |
12974312f7390ed9570722800b2bf2d8c895101cde65714fa6533b4188fe017c
|