Kubernetes Operator
Builds and manages Kubernetes custom operators. Covers CRD design, reconciliation loops, controller patterns, and production deployment of operator-managed workloads.
Governance Receipt
- Signer
- sovereign-claw-ed25519
- Signed At
- 6/4/2026
- Risk Tier
- T2
- Receipt Hash
- 78b4bc0b
- Manifest Hash
- c788880cefe0c4df2db0144819d2da5f34fb15a552fa294f0b72aded467a2bd1
- Signature
- mhMHWPqT
- Root Public Key
- 349b0348
Skill Details
- Gate Verdict
- Elevated · Review
- Publication State
- published
- Risk Tier
- T2
- Manifest Hash
- c788880c
Download Attested Bundle
Install Kubernetes Operator
Each bundle is served from the attested copy of Kubernetes Operator, so the file you download is the one covered by the governance receipt on this page rather than whatever currently sits at the upstream source.
Claude Code skill
curl -L "https://atestiv.com/api/download/ec79dec2-fb75-4112-aa42-06ebd00ead0e?format=claude-code" -o ec79dec2-fb75-4112-aa42-06ebd00ead0e.skill.mdMCP tool definitions
curl -L "https://atestiv.com/api/download/ec79dec2-fb75-4112-aa42-06ebd00ead0e?format=mcp" -o ec79dec2-fb75-4112-aa42-06ebd00ead0e.mcp-tools.jsonRaw attested bundle
curl -L "https://atestiv.com/api/download/ec79dec2-fb75-4112-aa42-06ebd00ead0e?format=raw" -o ec79dec2-fb75-4112-aa42-06ebd00ead0e.bundle.jsonVerify the bundle against its manifest hash
shasum -a 256 ec79dec2-fb75-4112-aa42-06ebd00ead0e.bundle.jsonProvenance
- Catalog identifier:
ec79dec2-fb75-4112-aa42-06ebd00ead0e - Harvested from the upstream repository.
- The manifest hash below is what the signing key committed to. A bundle whose digest does not match it is not the attested Kubernetes Operator.
- Anything published here has been through the same gate, so a missing receipt is itself a signal rather than an omission.
More Skills
Laravel Patterns
Laravel architecture patterns: routing, controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.
Laravel Security
Laravel security: authentication, authorization, validation, CSRF, mass assignment protection, file upload security, secrets, and rate limiting.
Laravel TDD
Test-driven development for Laravel with PHPUnit and Pest: factories, database testing, fakes, and coverage targets.