Talk 1 – ArgoTs: TypeScript-Powered GitOps with ArgoCD
By: Jiří Soukal - Senior Cloud Engineer, from PriceFX
Kubernetes is the de facto standard for cloud-native infrastructure, but managing it often means drowning in YAML. Tools like Kustomize, Helm, and ArgoCD overlays ease the pain, yet feel like patchwork rather than a fix. TypeScript-native solutions such as Pulumi or Terraform exist, but they rely on external state to diff and apply changes—adding complexity for GitOps teams.
This talk introduces a new approach: using TypeScript as the source of truth for Kubernetes infrastructure without external state. By extending ArgoCD to understand TypeScript, we can dynamically generate all resources, from workloads to ArgoCD Applications and even cloud provider resources via ConfigConnector or Crossplane.
Talk 2 – Securing AI Deployments: From Prompts to AIBOM
By: Marek Sottl, CEO of Hackihub
Are you interested in the security of AI application deployments? This packed session will focus on protecting language models and the obstacles that can arise during their deployment from a security perspective. We will explore deployment strategies in AWS and Azure environments, input validation using NLP, prompt tracing, and above all, we will emphasize the importance of AIBOM and MLBOM.
More about Talk 1:
Combining GitOps with the expressiveness of TypeScript creates infrastructure that is both declarative and dynamic, reducing toil while enabling richer abstractions, safer collaboration, and more maintainable platform engineering practices across the CNCF ekosystem.
Benefits to the ecosystem
- Clarity & Maintainability: Reduces YAML complexity and templating hacks by introducing a strongly typed, programmatic way to define infrastructure.
- GitOps Alignment: Preserves ArgoCD’s declarative, state-free model while unlocking the flexibility of TypeScript.
- Scalability: Makes it easier to manage multi-cluster and multi-environment setups with reusable, composable infrastructure definitions.
- Innovation in Platform Engineering: Demonstrates how the Kubernetes ecosystem can evolve beyond YAML-first thinking, inspiring new tools and workflows that balance developer experience with operational reliability.
- Community Value: Provides a concrete path for teams frustrated with YAML sprawl to adopt a more maintainable, type-safe, and future-proof approach—without abandoning the CNCF ecosystem’s GitOps best practices.