vizitka.yamlYAML
# Run: kubectl get platformengineer risomas -o yaml
# Last reconciled: 2026-05-26

apiVersion: platform.risomas.com/v1
kind: PlatformEngineer
metadata:
  name: risomas
  location: Bratislava, Slovakia
  labels:
    role: platform-engineer
    availability: coffee-or-collab

spec:
  summary: |
    Building and operating Kubernetes platforms on AWS.
    Focus on multi-account GitOps, observability,
    and making production harder to break.

  stack:
    cloud:
      - AWS, Azure 
    kubernetes:
      - ArgoCD
      - Helm
      - Istio
      - Karpenter
      - KEDA
      - External Secrets Operator
      - cert-manager
      - AWS Load Balancer Controller
      - Reloader, Descheduler
    iac:
      - Terraform
      - Terragrunt
    observability:
      - OpenTelemetry (collector, operator, auto-instrumentation)
      - New Relic, Prometheus, Grafana
    cicd:
      - Jenkins
      - GitHub Actions
      - ArgoCD
      
    languages:
      - Groovy, Python, Bash
    domains:
      - Digital Identity (W3C DIDs, Verifiable Credentials)
      - Multi-tenant SaaS infrastructure

  contact:
    email:    mail@risomas.com
    
status:
  phase: Healthy
  replicas: 1
  readyReplicas: 1
  conditions:
    - type: Available
      status: "True"
    - type: CaffeineLevel
      status: "Optimal"
kubectl get platformengineer risomas
NAME      STATUS    AGE     VERSION
risomas   Healthy   46y     v∞.0.0
kubectl logs risomas --tail=1