Skip to content
View AndreaProzzo21's full-sized avatar

Block or report AndreaProzzo21

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AndreaProzzo21/README.md

👋 Hi, I'm Andrea Prozzo | Cloud-Native & Automation Engineer

LinkedIn Email

🎯 Overview

With a solid background in Management Engineering, I am currently a Digital Automation Engineering student specializing in the convergence of Industrial IoT, Distributed Systems, and Cloud-Native Infrastructure. I leverage my dual expertise to build bridge solutions that connect the physical world (Edge) to highly scalable and orchestrated environments (Cloud), always with a focus on process efficiency and data-driven decision making.


☸️ The Kubernetes & Cloud-Native Shift

I am currently evolving my stack toward the Cloud-Native ecosystem, focusing on:

  • Orchestration: Deploying and managing K8s resources (Deployments, StatefulSets, Services, Ingress).
  • Security: Implementing RBAC, Secret management, and secure API Gateways with JWT & HttpOnly Cookies.
  • Automation (IaC): Provisioning multi-cluster environments on AWS using Terraform.
  • Observability: Building full-stack monitoring pipelines with Grafana, InfluxDB, and custom exporters.

🛠️ Tech Stack

Domain Tools & Technologies
Cloud & Orchestration Kubernetes Docker AWS Terraform
Backend & APIs Python FastAPI C++
IoT & Edge MQTT Raspberry Pi ESP32
Data & Monitoring InfluxDB PostgreSQL Grafana
Automation n8n GitHub Actions

📌 Featured Projects

A stateless, multi-cluster management platform designed for granular, profile-based access to Kubernetes resources.

  • Zero-Trust Architecture: Implemented a stateless authentication system using JWT to encapsulate encrypted K8s Service Account tokens, ensuring credentials never reside on the client-side.
  • Dynamic Orchestration: Built with FastAPI and the Kubernetes Python Client to manage Pods, scale Deployments, and perform rollout restarts across multiple clusters through a unified API.
  • Stateless Security: Integrated HttpOnly Cookies and RBAC mapping to bridge the gap between simple web interfaces and complex K8s permission structures.
  • Infrastructure: Fully containerized with Docker Compose, featuring an Nginx-backed frontend and a secure Python backend.

An E2E MLOps pipeline for industrial assets, transitioning from physical simulation to a fully containerized Digital Twin environment.

  • Digital Twin Engine: Developed high-fidelity Python simulators modeling ISO 10816 vibration standards and non-linear degradation curves with a built-in Chaos Engine for stress testing.
  • Distributed Microservices: Engineered a decoupled architecture using MQTT (Mosquitto), FastAPI, and InfluxDB 2.x for real-time telemetry processing (100+ concurrent assets).
  • MLOps Workflow: Designed an offline-to-online pipeline where Random Forest models are trained on historical InfluxDB data and hot-loaded into AWS-hosted inference services for real-time diagnostics.
  • IaC & DevOps: Automated the entire AWS (EC2) ecosystem provisioning using Terraform.

A multi-site industrial data platform leveraging AWS IoT Core for secure, event-driven telemetry ingestion.

  • Event-Driven Processing: Implemented an AWS Lambda Multiplexer to intercept MQTT streams, evaluate dynamic thresholds, and trigger automated SNS alerts.
  • Industrial Security: Enforced X.509 certificate authentication and mTLS encryption for every simulated device, ensuring strict topic isolation and identity management via Terraform.
  • Full-Stack Monitoring: Orchestrated a Dockerized analytics stack on EC2 featuring InfluxDB for time-series persistence and Grafana for real-time factory dashboards.

A full-stack ecosystem bridging ESP32 edge devices with a modular Python monolith and AI-powered interfaces.

  • Edge Layer: Wrote robust C++ firmware for ESP32 with JSON-based protocols for bidirectional telemetry and remote actuator control (Servos/Fans).
  • Conversational UI: Developed a Telegram Bot integrated with n8n and private Webhooks, allowing remote system orchestration and LLM-powered status queries.
  • Modular Monolith: Built a scalable backend with FastAPI and Pydantic, featuring role-based Bearer Token security and InfluxDB integration.

🤖 AI & Automation Showreel (n8n & LLMs)

Beyond structured projects, I maintain a continuous laboratory of autonomous workflows using n8n:

  • AI Orchestration: Integrating LLMs (OpenAI/Anthropic) with STT (Speech-to-Text) and TTS (Text-to-Speech) for voice-controlled automation.
  • API Mashups: Custom integrations between Telegram, Google Services, and third-party SaaS to automate data processing and alerting.
  • Smart Agents: Building event-driven agents that monitor web sources and generate AI-summarized insights directly to private channels.

🌱 Currently Learning & Improving

  • Advanced K8s Networking: Deep diving into Service Meshes and advanced Ingress controllers.
  • GitOps: Implementing CI/CD pipelines for automated infrastructure deployments.
  • SRE Principles: Focus on scalability, reliability, and monitoring of distributed systems.

"I build resilient infrastructures for an automated future."

Pinned Loading

  1. k8s-cloud-gateway k8s-cloud-gateway Public

    Stateless Multi-Cluster K8s Gateway: A FastAPI-based proxy for granular, profile-driven Kubernetes management using JWT encapsulation and RBAC.

    HTML

  2. my-k8s-journey my-k8s-journey Public

    Questa repository nasce per documentare il mio percorso di apprendimento di Kubernetes (K8s), partendo dai concetti fondamentali fino alla progettazione di architetture complesse per il dominio dei…

    Python

  3. AWS-IoTCore-Industrial-Hub AWS-IoTCore-Industrial-Hub Public

    Industrial IoT platform using AWS IoT Core, Lambda & Terraform. Features multi-site simulation with Docker, X.509 security, real-time monitoring via InfluxDB/Grafana and automated alerting with SNS.

    Python

  4. Edge-Cloud-PdM-Pipeline Edge-Cloud-PdM-Pipeline Public

    A cloud-native Predictive Maintenance (PdM) ecosystem featuring a Python-based Digital Twin, an AWS MLOps pipeline, and real-time Random Forest inference. Engineered with a decoupled microservices …

    Python

  5. ai-meeting-api ai-meeting-api Public

    AI Meeting Summarizer | Trasforma automaticamente trascrizioni caotiche (Teams/Meet ecc) in report esecutivi PDF strutturati. Architettura asincrona basata su FastAPI, n8n e AI Agents. Include un'i…

    HTML

  6. End-to-End-IoT-Platform End-to-End-IoT-Platform Public

    Forked from 362990/IoT_Project

    A modular IoT orchestration platform featuring an ESP32-based hardware layer and a Python FastAPI backend. Implements real-time telemetry ingestion via MQTT, InfluxDB persistence, and an automated …

    Python