my-cloud-devops-consulting 1.1.202507120148__py3-none-any.whl → 1.1.202507120158__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.1
2
+ Name: my-cloud-devops-consulting
3
+ Version: 1.1.202507120158
4
+ Summary: This is my consulting website for Cloud & DevOps services.
5
+ Home-page: https://github.com/Betrand1999/project-root
6
+ Author: Betrand Mutagha
7
+ Author-email: mmutagha@gmail.com
8
+ License: UNKNOWN
9
+ Platform: UNKNOWN
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Operating System :: OS Independent
14
+ Requires-Python: >=3.6
15
+ Description-Content-Type: text/markdown
16
+ Requires-Dist: Flask>=2.0
17
+ Requires-Dist: pymongo
18
+ Requires-Dist: werkzeug
19
+ Requires-Dist: requests
20
+
21
+ version https://git-lfs.github.com/spec/v1
22
+ oid sha256:394e615b3896176f1cf9c740125d5ded5ed4f97df135f1276942e915f84bdbc9
23
+ size 2771
24
+
25
+
@@ -0,0 +1,5 @@
1
+ app.py,sha256=louT27AsKc_y2u88tG8VMnSp4UPbHKg6LmttWc19lqg,8908
2
+ my_cloud_devops_consulting-1.1.202507120158.dist-info/METADATA,sha256=2SpqGtGsp_PH5XGwcmTk7YDP-QIjCUZlDaoh82-NLiE,785
3
+ my_cloud_devops_consulting-1.1.202507120158.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
+ my_cloud_devops_consulting-1.1.202507120158.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
5
+ my_cloud_devops_consulting-1.1.202507120158.dist-info/RECORD,,
@@ -1,113 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: my-cloud-devops-consulting
3
- Version: 1.1.202507120148
4
- Summary: This is my consulting website for Cloud & DevOps services.
5
- Home-page: https://github.com/Betrand1999/project-root
6
- Author: Betrand Mutagha
7
- Author-email: mmutagha@gmail.com
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
- Classifier: Programming Language :: Python :: 3
11
- Classifier: Programming Language :: Python :: 3.10
12
- Classifier: License :: OSI Approved :: MIT License
13
- Classifier: Operating System :: OS Independent
14
- Requires-Python: >=3.6
15
- Description-Content-Type: text/markdown
16
- Requires-Dist: Flask>=2.0
17
- Requires-Dist: pymongo
18
- Requires-Dist: werkzeug
19
- Requires-Dist: requests
20
-
21
- # Project‑Root
22
-
23
- A full‑stack web application with an **API‑driven Python backend**, a **static/templated frontend**, and complete **container/Kubernetes** deployment workflows.
24
- Security gates (Gitleaks) and CI/CD are handled through GitHub Actions.
25
-
26
- ---
27
- ##
28
- crontab -e
29
- #####
30
-
31
-
32
-
33
- ## Table of Contents
34
- 1. [Architecture](#architecture)
35
- 2. [Directory Layout](#directory-layout)
36
- 3. [Local Development](#local-development)
37
- 4. [Docker Usage](#docker-usage)
38
- 5. [Kubernetes Deployment](#kubernetes-deployment)
39
- 6. [CI/CD & Secret Scanning](#cicd--secret-scanning)
40
- 7. [Environment Variables](#environment-variables)
41
- 8. [Contributing](#contributing)
42
- 9. [License](#license)
43
-
44
- ---
45
-
46
- ## Architecture
47
- ```text
48
- ┌─────────────┐ HTTP ┌──────────────┐
49
- │ Browser │ ───────────▶ │ Flask API │
50
- │ (frontend) │ │ (backend) │
51
- └─────────────┘ └──────────────┘
52
- ▲ │
53
- │ Static assets / Jinja │
54
- └───────────────┬──────────────┘
55
-
56
- ┌──────────────┐
57
- │ Database │
58
- └──────────────┘
59
-
60
-
61
- ### 🔧 Tech Stack at a Glance
62
-
63
- | Layer | What We Use | Where It Lives |
64
- |-------|-------------|----------------|
65
- | **Frontend** | HTML • CSS • JavaScript | `static/`, `templates/` |
66
- | **Backend** | Flask (`app.py`) | project root |
67
- | **Container** | Docker (single image) | `Dockerfile` |
68
- | **Orchestration** | Kubernetes manifests | `kubernetes/` |
69
- | **Automation / CI · CD** | GitHub Actions | `.github/workflows/` |
70
-
71
-
72
- # 1. Clone & install deps
73
- git clone https://github.com/your-org/project-root.git
74
- cd project-root
75
- python -m venv .venv && source .venv/bin/activate
76
- pip install -r requirements.txt
77
-
78
- # 2. Set env vars (see .env.example)
79
- export FLASK_ENV=development
80
- export SECRET_KEY=changeme
81
- # …
82
-
83
- # 3. Run the server
84
- python app.py
85
- # → http://localhost:5000
86
-
87
-
88
-
89
- /etc/nginx/nginx.conf
90
- #
91
-
92
- #
93
-
94
- ####################################################
95
- pending pod disk space
96
- # See what images are present
97
- clear
98
- ctr -n k8s.io images list
99
-
100
- # Remove unused containerd images (be cautious)
101
- ctr -n k8s.io images prune
102
-
103
- # Or for Docker users (if running Docker instead):
104
- docker system prune -a
105
- ################################################
106
-
107
-
108
- site:1beto.com ### it confirms that 1beto.com is not yet indexed by Google
109
-
110
-
111
- # moving image is in the base.html start with moving
112
- ####
113
-
@@ -1,5 +0,0 @@
1
- app.py,sha256=louT27AsKc_y2u88tG8VMnSp4UPbHKg6LmttWc19lqg,8908
2
- my_cloud_devops_consulting-1.1.202507120148.dist-info/METADATA,sha256=QRZqIX-yI7CkxXAgtBzHp3g9t9w-TGMgiCeFXalnifE,3390
3
- my_cloud_devops_consulting-1.1.202507120148.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
- my_cloud_devops_consulting-1.1.202507120148.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
5
- my_cloud_devops_consulting-1.1.202507120148.dist-info/RECORD,,