Skip to content
View semx's full-sized avatar

Block or report semx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
semx/README.md
Sergey Sannikov — Senior DevOps / Platform / SRE




About

Senior infrastructure engineer with 10+ years building and operating production systems at scale — from architecture and IaC through observability, incident response, and mentoring across remote, globally distributed teams. I work the whole delivery path (application code → the pipelines that ship it → the infrastructure it runs on) with a security-first eye, and I like finding the sharp edge in a system and fixing it at the root.

  • Modernizing legacy workloads into Dockerized services on Kubernetes / AWS EKS; Kubernetes in production since 2022.
  • Read source, not just docs — Kubernetes kubelet security research (subPath traversal, authorization bypass, ImageVolume, Pod resource consistency).
  • Currently: modernizing kubernetes-zfs-provisioner together with its maintainer, and hunting reproducible bugs across CI/CD toolchains.

Core expertise

Platform AWS (EKS, IAM, RDS, Route53, CloudFront), Kubernetes, Helm, ArgoCD, Flux, Docker
Delivery & IaC Terraform, Terragrunt, Ansible, GitHub Actions, GitLab CI, TeamCity, Jenkins
Observability & Security Prometheus, Grafana, Loki, OpenTelemetry, OPA/Gatekeeper, FreeIPA, secrets management
Languages & Data Go, Python, Bash, PHP, HCL, PostgreSQL, MySQL, Redis

Open source

I fix real, reproducible bugs in the tools I run in production. Every patch starts from a failing reproduction and lands with a regression test and a root-cause writeup; the bug classes repeat across ecosystems, so the method carries across Go, PHP, Python and JS.

29 merged upstream pull requests across 14 projects — Kubernetes autoscaler, Argo Workflows & Argo CD, Symfony, Ansible, Spinnaker, goreleaser, Laravel, sigstore/cosign, PHP-CS-Fixer, iTerm2 and others → all merged PRs

  • Security fix released in Symfony v8.1.4 — hardened the weak-secret guard in Uuid47Transformer for secrets longer than 16 bytes (#65105, release notes), one of four merged Symfony fixes
  • Kubernetes autoscaler/addon-resizer — eliminated its reachable CVEs, fixed go vet, and gave the subproject its first CI workflow (#10112-#10114)
  • kubernetes-zfs-provisioner — modernizing it together with the maintainer: leader election moved to coordination Leases, the SSH shell wrappers replaced with a native Go SSH runner, and provisioning made production-safe with in-process volume expansion (5 merged PRs and counting)
  • Argo — fixed a ParseProgress panic in Workflows including the release-branch backports (#16537), and surfaced the Suspended condition for suspended Jobs in Argo CD (#28738)
  • Supply chain / release tooling — checksum validation of the TUF root of trust in cosign initialize rejected valid uppercase digests (#5036); unanchored goarm64 validation in goreleaser (#6727)

Numbers as of August 2026; the search link above is live.


Projects

  • helmtide — a maintained fork of helmwave: helm3-native release management with current dependencies and tests that don't need a live cluster.
  • ansible-secops-linter — security-focused static analysis for Ansible: hardcoded secrets, disabled TLS/host-key checks, missing no_log, world-writable modes.
  • mr-rca-toolkit — infrastructure merge review and incident RCA utilities.

Best reached via sannikov.dev

Pinned Loading

  1. ansible-linter ansible-linter Public

    Dependency-light static analysis for Ansible playbooks and roles

    Python

  2. ansible-secops-linter ansible-secops-linter Public

    Security-focused static analysis for Ansible: hardcoded secrets, disabled TLS/host-key checks, missing no_log, world-writable modes, and more.

    Python

  3. claude-arena claude-arena Public

    Cost-aware model routing and orchestration for developer workflows

    Python

  4. mr-rca-toolkit mr-rca-toolkit Public

    Infrastructure merge review and incident RCA utilities

    Python