14 Commits
Author SHA1 Message Date
cbazza 09f485b5ac beispiel Terraform code für vm und cluster afc hinzugefügt 2025-12-23 10:19:14 +01:00
cbazzaandClaude Sonnet 4.5 dfff276de6 Restructure project: Move AKS cluster to beispiel-k8s-cluster directory
Major improvements:
- Import existing Azure AKS cluster with aztfexport
- Optimize VM size from Standard_D4d_v4 to Standard_D2as_v6 (50% cost reduction)
- Configure availability zones to [1, 2]
- Add comprehensive monitoring setup:
  * New Log Analytics Workspace
  * OMS Agent integration
  * Data Collection Rule for Container Insights
  * Email alerts for CPU and Memory
- Refactor configuration:
  * Extract all values to variables.tf
  * Rename resources with meaningful names
  * Add detailed outputs.tf
- Add project documentation:
  * Comprehensive README.md
  * cluster-status-commands.md with useful Azure CLI commands
  * terraform.tfvars.example template
  * .gitignore for sensitive files

Infrastructure changes:
- Resource Group: trusted_ai_demo_rg (Germany West Central)
- AKS Cluster: trai_k8s_cluster (Kubernetes 1.33)
- Node Pool: 2-3 nodes with auto-scaling
- Network: VNet 10.0.0.0/16, Subnet 10.0.0.0/24
- Monitoring: Full Container Insights with alerts

Cost optimization: ~€75/month (down from ~€140/month)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-18 13:36:51 +01:00
cbazza 4fd1f14a3b Beispiel Setup terraform added 2025-12-15 09:50:12 +01:00
arachristian c8556e6e74 Azure Logos Zip 2025-12-09 09:51:10 +01:00
christianfoh 62c4e4824a Ergänzung 2025-12-09 09:25:56 +01:00
christianfoh 35e24b4209 Bilder und Logos, zwei Textdateien mit Links 2025-12-09 09:15:48 +01:00
arachristian e1338c2314 Beispiel Setup von ChatGPT, erste Anfrage dazu 2025-12-08 14:03:26 +01:00
arachristian 8b3b15a9ce Anfragen Architekturentwurf an Claude, Mistral und ChatGPT 2025-12-08 13:51:00 +01:00
cbazzaandGitHub 16f5a5e7b1 output lokale LLM - gpt-oss-20b 2025-12-08 12:06:32 +01:00
cbazzaandGitHub 51379cf1fc Create prompt-an-ki-advanced-gpt-oss-20b
Ergebnis verbesserter Prompt - lokale KI gut-oss-20b
2025-12-08 11:45:46 +01:00
christianfoh 618b3c8074 Anfrage Entwurf an KI ergänzt 2025-12-05 18:34:53 +01:00
christianfoh ec1eb6d8b7 Prompt Entwurf für erste KI Anfragen zur Architekturerstellung 2025-12-05 17:25:54 +01:00
christianfoh d2ec51c497 initiale Füllung mit Logos und alten Skizzen zur Wiederverwendung 2025-12-05 16:51:52 +01:00
christianfohandGitHub 242d87d0c4 Initial commit 2025-12-05 10:51:22 +01:00