Een platform dat ops overbodig maakt
StrixHQ neemt de operational burden weg zodat teams kunnen focussen op het bouwen van features, niet op het runnen van infrastructure.
Core Capabilities
Golden Path Templates
Pre-configured service templates met CI/CD, deployment manifests, observability en health checks ingebakken. Start productie-ready, niet vanaf scratch.
- Node.js, Go, Python runtimes
- Helm charts met best practices
- Structured logging (Pino/Zap)
- OpenTelemetry tracing
- Health check endpoints
Geautomatiseerde CI/CD Gates
Reusable GitHub Actions workflows die elke PR valideren voordat code production ziet. Geen handmatige checks, geen vergeten stappen.
- Unit + integration tests
- Security scanning (Trivy)
- SBOM generation
- Helm chart validation
- Policy compliance checks
Hard Guardrails
Kyverno policies die runtime-configuratie afdwingen. Wat niet door de gate komt, komt niet in productie. Zero tolerance voor security misconfigurations.
- Mandatory resource limits
- Non-root containers enforced
- Registry restrictions
- Required health probes
- Label compliance
Canonical Observability
Uniforme metrics, logs en traces voor alle services via OpenTelemetry. Pre-configured dashboards, geen handmatige Grafana setup.
- Prometheus metrics
- Loki log aggregation
- Tempo distributed tracing
- Correlated telemetry
- Pre-built dashboards
GitOps Automation
Argo CD synct cluster state met Git. Declarative deployments, audit trail out-of-the-box, rollback met één click.
- Git als single source of truth
- Automated drift detection
- Self-healing deployments
- Built-in rollback
- Deployment history
Compliance Evidence
Aantoonbare controls per release: SBOM, image signatures, policy decisions. Audit trail voor compliance officers, niet voor developers.
- SBOM per image
- Vulnerability reports
- Policy audit logs
- Deployment provenance
- Automated documentation
Developer Workflow
Van idee tot productie in drie stappen, zonder ops handoffs.
Scaffold Service
Start vanuit golden path template:
make scaffold-service NAME=my-api OWNER=platform-team Template bevat: CI/CD workflows, Dockerfile, Helm chart, health checks, logging, tracing config. Productie-ready vanaf commit 1.
Build & Validate
Push naar Git, CI gates runnen automatisch:
git push origin feature/new-endpoint Tests, security scans, policy checks, Helm lint. PR kan niet mergen als gates falen. Geen handmatige approvals needed.
Deploy via GitOps
Merge naar main, Argo CD deployt naar cluster:
argocd app sync my-api Deployment compliance wordt afgedwongen door admission policies. Dashboards en alerts zijn automatisch beschikbaar.
Platform Stack
Opinionated tooling choices. Eén stack per concern, niet drie opties.
GitOps
Argo CD - Declarative deployments
Policy
Kyverno - Kubernetes-native YAML policies
Observability
Grafana Stack - Prometheus, Loki, Tempo
Ingress
ingress-nginx - Battle-tested reverse proxy
Telemetry
OpenTelemetry - Vendor-neutral instrumentation
CI/CD
GitHub Actions - Reusable workflows
Klaar voor een demo?
Ontdek hoe StrixHQ jouw team productieve maakt zonder dedicated ops.