Open-source building blocks for end‑to‑end AI governance, secure AI agent deployment, and multi‑cloud MLOps.
We curate reproducible patterns that accelerate responsible AI adoption:
- Multi‑cloud & hybrid AI agents (PowerVS, Kubernetes, on‑prem)
- Retrieval Augmented Generation (Qdrant + orchestration)
- Secure image supply chain & hardened base containers
- Infrastructure as Code & composable Helm charts
- ML experiment tracking (MLflow) & lineage
- Model/data quality & drift monitoring (Evidently)
- Lightweight model serving (FastAPI + Ollama)
- Governance by design: traceability, isolation, least privilege
| Area | Repos |
|---|---|
| Agent Infra & RAG | k8s-ai-agent-multicloud-rag-iac, k8s-ai-agents-demo |
| SAP / PowerVS | ai-agent-s4hana-powervs-deployer |
| Base Images | docker_images_for_ai_agents |
| Monitoring | k8s-evidently-demo |
| Experiment Tracking | k8s-mlflow-rancher-desktop, k8s-mlflow-demo |
| Serving | k8s-ollama-fastapi-demo |
| GCP / Vertex AI | vertex-ai-first-test |
- Governance by design (auditability, provenance)
- Isolation & portability (multi‑cloud ready)
- Observability & drift detection
- Supply chain hygiene (minimal, scanned, SBOM)
- Modularity & composability (small IaC / Helm units)
- Select a pattern repo (e.g. k8s-ai-agent-multicloud-rag-iac)
- Read its README for prerequisites (Kubernetes, credentials, tooling)
- Build or pull a base image from docker_images_for_ai_agents
- Deploy via Helm or IaC scripts
- Enable MLflow + Evidently integrations
- Extend with additional agents or RAG data sources
- Open an issue before large changes
- Keep modules stateless & parameterized
- Include minimal architecture diagram (PlantUML / Mermaid)
- Provide SBOM or image scan notes for new container images
- Prefer small, reviewable PRs
- Reproducible builds (Dockerfiles + pinned deps)
- Supply chain transparency (add SBOM if possible)
- Policy hooks: add admission controls / OPA examples (PRs welcome)
- Observability: expose metrics, logs, drift signals
- Policy enforcement examples (OPA / Kyverno)
- Extended vector store adapters
- Secure multi‑tenant agent runtime pattern
- CD pipelines with attestations
- Issues: feature requests / bugs
- Discussions (enable if needed) for design proposals
- Tag PRs with area labels (governance, infra, monitoring, serving)
- We like reproducible notebooks more than mystery charts
- Preferred breakfast: immutable artifacts + clean SBOMs
Each repository declares its own license (default: permissive OSS). Review per‑repo LICENSE before use.
Maintained by the AI Governance Lab organization.